{
  "_id": "6a1ffcecb401979e73444c3f",
  "Package": "pso",
  "Version": "1.0.4",
  "Date": "2022-04-12",
  "Title": "Particle Swarm Optimization",
  "Author": "Claus Bendtsen <papyrus.bendtsen@gmail.com>.",
  "Maintainer": "Claus Bendtsen <papyrus.bendtsen@gmail.com>",
  "Description": "Provides an implementation of particle swarm optimisation\nconsistent with the standard PSO 2007/2011 by Maurice Clerc.\nAdditionally a number of ancillary routines are provided for\neasy testing and graphics.",
  "License": "LGPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:05:03 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-04-12 15:10:06 UTC",
  "RemoteUrl": "https://github.com/cran/pso",
  "RemoteRef": "HEAD",
  "RemoteSha": "067841ef07471b1e20848cc90cb1ae949c9e7760",
  "MD5sum": "e1d2af98ee106d3ea2f3353e7b371296",
  "_user": "cran",
  "_type": "src",
  "_file": "pso_1.0.4.tar.gz",
  "_fileid": "66fcf9e42bf2b037a10b645230af4eec5201654c461694d1e9f1b4106d1c55cf",
  "_filesize": 139155,
  "_sha256": "66fcf9e42bf2b037a10b645230af4eec5201654c461694d1e9f1b4106d1c55cf",
  "_created": "2026-06-03T10:05:03.000Z",
  "_published": "2026-06-03T10:07:40.919Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79269756887,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7381614768"
    },
    {
      "job": 79269756963,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381613033"
    },
    {
      "job": 79269210052,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381569071"
    },
    {
      "job": 79269756770,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381601896"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26877457445",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/pso",
  "_commit": {
    "id": "067841ef07471b1e20848cc90cb1ae949c9e7760",
    "author": "Claus Bendtsen <papyrus.bendtsen@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.4\n",
    "time": 1649776206
  },
  "_maintainer": {
    "name": "Claus Bendtsen",
    "email": "papyrus.bendtsen@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "numDeriv",
      "role": "Suggests"
    },
    {
      "package": "stats",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 34,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 6279,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pso"
  },
  "_mentions": 2,
  "_searchresults": 158,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/pso.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2010-09-22"
    },
    {
      "version": "1.0.1",
      "date": "2011-01-10"
    },
    {
      "version": "1.0.2",
      "date": "2012-08-24"
    },
    {
      "version": "1.0.3",
      "date": "2012-09-02"
    },
    {
      "version": "1.0.4",
      "date": "2022-04-12"
    }
  ],
  "_exports": [
    "getSuccessRate",
    "lines",
    "plot",
    "points",
    "psoptim",
    "test.problem"
  ],
  "_help": [
    {
      "page": "pso-package",
      "title": "A Particle Swarm Optimizer",
      "topics": [
        "pso-package",
        "pso"
      ]
    },
    {
      "page": "getSuccessRate-methods",
      "title": "Methods for Function getSuccessRate",
      "topics": [
        "getSuccessRate",
        "getSuccessRate,test.result-method",
        "getSuccessRate-methods"
      ]
    },
    {
      "page": "lines-methods",
      "title": "Methods for Function lines",
      "topics": [
        "lines,test.result-method",
        "lines-methods"
      ]
    },
    {
      "page": "plot-methods",
      "title": "Plot methods for test.result objects",
      "topics": [
        "plot,test.result,missing-method",
        "plot-methods"
      ]
    },
    {
      "page": "points-methods",
      "title": "Methods for Function points",
      "topics": [
        "points,test.result-method",
        "points-methods"
      ]
    },
    {
      "page": "psoptim",
      "title": "Particle Swarm Optimizer",
      "topics": [
        "psoptim"
      ]
    },
    {
      "page": "psoptim-methods",
      "title": "Methods for function psoptim (Particle Swarm Optimization)",
      "topics": [
        "psoptim,ANY,ANY,ANY,ANY,ANY-method",
        "psoptim,test.problem,missing,missing,missing,missing-method",
        "psoptim-methods"
      ]
    },
    {
      "page": "show-methods",
      "title": "Methods for Function show",
      "topics": [
        "show,test.problem-method",
        "show,test.result-method",
        "show-methods"
      ]
    },
    {
      "page": "test.problem",
      "title": "Convenience constructor for the test.problem class.",
      "topics": [
        "test.problem"
      ]
    },
    {
      "page": "test.problem-class",
      "title": "Class \"test.problem\"",
      "topics": [
        "test.problem-class"
      ]
    },
    {
      "page": "test.result-class",
      "title": "Class \"test.result\"",
      "topics": [
        "test.result-class"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 5.908237728766633,
  "_indexed": true,
  "_nocasepkg": "pso",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.4",
      "date": "2026-06-03T10:07:13.000Z",
      "distro": "noble",
      "commit": "067841ef07471b1e20848cc90cb1ae949c9e7760",
      "fileid": "154bc31f8614efd689a45a6786e6209dd345dd1971fcb827ab037fe11cb88cee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877457445"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.4",
      "date": "2026-06-03T10:07:08.000Z",
      "distro": "noble",
      "commit": "067841ef07471b1e20848cc90cb1ae949c9e7760",
      "fileid": "0d9a1cd227af8e2e9f1101e60a7089b975c8c603663ed54e588cbf040c442782",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877457445"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.4",
      "date": "2026-06-03T10:06:50.000Z",
      "commit": "067841ef07471b1e20848cc90cb1ae949c9e7760",
      "fileid": "d702e4f4568de95052dd967439d77f0346b34b66dbffb2044208e54b07fd7b8f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877457445"
    }
  ]
}