{
  "_id": "6a1d35e21d7bb097a0a3ce36",
  "Package": "DEoptim",
  "Version": "2.2-8",
  "Title": "Global Optimization by Differential Evolution",
  "Authors@R": "c(person(\"David\", \"Ardia\", role = c(\"aut\"), email = \"david.ardia.ch@gmail.com\", comment = c(ORCID = \"0000-0003-2823-782X\")), \nperson(\"Katharine\", \"Mullen\", role = c(\"aut\", \"cre\"), email=\"mullenkate@gmail.com\"),\nperson(\"Brian\", \"Peterson\", role = \"aut\"),\nperson(\"Joshua\", \"Ulrich\", role = \"aut\"),\nperson(\"Kris\", \"Boudt\", role = \"ctb\"))",
  "Description": "Implements the Differential Evolution algorithm for global\noptimization of a real-valued function of a real-valued\nparameter vector as described in Mullen et al. (2011)\n<doi:10.18637/jss.v040.i06>.",
  "BugReports": "https://github.com/ArdiaD/DEoptim/issues",
  "URL": "https://github.com/ArdiaD/DEoptim",
  "License": "GPL (>= 2)",
  "Maintainer": "Katharine Mullen <mullenkate@gmail.com>",
  "NeedsCompilation": "yes",
  "Repository": "https://ardiad.r-universe.dev",
  "Date/Publication": "2022-11-09 16:57:49 UTC",
  "RemoteUrl": "https://github.com/ardiad/deoptim",
  "RemoteRef": "HEAD",
  "RemoteSha": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
  "Packaged": {
    "Date": "2026-06-01 07:17:32 UTC",
    "User": "root"
  },
  "Author": "David Ardia [aut] (ORCID: <https://orcid.org/0000-0003-2823-782X>),\nKatharine Mullen [aut, cre],\nBrian Peterson [aut],\nJoshua Ulrich [aut],\nKris Boudt [ctb]",
  "MD5sum": "22d685bc954fde4ec995cf38cac508da",
  "_user": "ardiad",
  "_type": "src",
  "_file": "DEoptim_2.2-8.tar.gz",
  "_fileid": "8a006e73fa3d4de5bd58431f59b5002bb60ecbd78af428554d9abf1d9a6763f4",
  "_filesize": 279730,
  "_sha256": "8a006e73fa3d4de5bd58431f59b5002bb60ecbd78af428554d9abf1d9a6763f4",
  "_created": "2026-06-01T07:17:32.000Z",
  "_published": "2026-06-01T07:33:53.989Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78804170291,
      "time": 99,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325517560"
    },
    {
      "job": 78804170294,
      "time": 92,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325515730"
    },
    {
      "job": 78804170288,
      "time": 106,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325519298"
    },
    {
      "job": 78804170268,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325517965"
    },
    {
      "job": 78804170303,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325727842"
    },
    {
      "job": 78804170286,
      "time": 270,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325647800"
    },
    {
      "job": 78804170261,
      "time": 118,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325751718"
    },
    {
      "job": 78804170277,
      "time": 143,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325637977"
    },
    {
      "job": 78803833388,
      "time": 153,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325490956"
    },
    {
      "job": 78804170252,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325513588"
    },
    {
      "job": 78804170282,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7325516050"
    },
    {
      "job": 78804170269,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7325511576"
    },
    {
      "job": 78804170278,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325510486"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ardiad/deoptim",
  "_commit": {
    "id": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
    "author": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "committer": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "message": "Check for parallelly before using availableCores()\n\nThis gives the user a better error than would be thrown if\nparallelly::availableCores() errors because parallelly isn't installed.\n\nSee #32.\n",
    "time": 1668013069
  },
  "_maintainer": {
    "name": "Katharine Mullen",
    "email": "mullenkate@gmail.com",
    "login": "k-m-m",
    "description": "",
    "uuid": 4985137
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "parallel",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "iterators",
      "role": "Suggests"
    },
    {
      "package": "colorspace",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "parallelly",
      "role": "Suggests"
    }
  ],
  "_owner": "ardiad",
  "_selfowned": true,
  "_usedby": 132,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "differential-evolution",
    "evolutionary-algorithm",
    "global-optimization",
    "optimization"
  ],
  "_stars": 31,
  "_contributors": [
    {
      "user": "k-m-m",
      "count": 71,
      "uuid": 4985137
    },
    {
      "user": "joshuaulrich",
      "count": 64,
      "uuid": 1023193
    },
    {
      "user": "braverock",
      "count": 30,
      "uuid": 1668391
    },
    {
      "user": "ardiad",
      "count": 24,
      "uuid": 11246455
    },
    {
      "user": "achubaty",
      "count": 1,
      "uuid": 3435577
    },
    {
      "user": "henrikbengtsson",
      "count": 1,
      "uuid": 1616850
    }
  ],
  "_userbio": {
    "uuid": 11246455,
    "type": "user",
    "name": "David Ardia",
    "description": "Professor in Quantitative Finance"
  },
  "_downloads": {
    "count": 19403,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/DEoptim"
  },
  "_mentions": 18,
  "_devurl": "https://github.com/ardiad/deoptim",
  "_searchresults": 840,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/DEoptim.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ardiad/deoptim",
  "_realowner": "ardiad",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0-6",
      "date": "2005-08-09"
    },
    {
      "version": "1.1-2",
      "date": "2005-10-05"
    },
    {
      "version": "1.1-5",
      "date": "2006-01-09"
    },
    {
      "version": "1.1-6",
      "date": "2006-07-10"
    },
    {
      "version": "1.1-8",
      "date": "2007-01-30"
    },
    {
      "version": "1.2-0",
      "date": "2007-09-10"
    },
    {
      "version": "1.2-1",
      "date": "2007-09-12"
    },
    {
      "version": "1.3-0",
      "date": "2008-12-04"
    },
    {
      "version": "1.3-3",
      "date": "2009-05-14"
    },
    {
      "version": "2.0-0",
      "date": "2009-10-01"
    },
    {
      "version": "2.0-1",
      "date": "2009-10-07"
    },
    {
      "version": "2.0-3",
      "date": "2009-11-29"
    },
    {
      "version": "2.0-4",
      "date": "2010-03-05"
    },
    {
      "version": "2.0-5",
      "date": "2010-04-19"
    },
    {
      "version": "2.0-6",
      "date": "2010-08-25"
    },
    {
      "version": "2.0-7",
      "date": "2010-10-15"
    },
    {
      "version": "2.0-8",
      "date": "2011-01-12"
    },
    {
      "version": "2.0-9",
      "date": "2011-03-01"
    },
    {
      "version": "2.1-0",
      "date": "2011-04-06"
    },
    {
      "version": "2.1-1",
      "date": "2011-05-16"
    },
    {
      "version": "2.1-2",
      "date": "2011-11-21"
    },
    {
      "version": "2.2-0",
      "date": "2012-04-06"
    },
    {
      "version": "2.2-1",
      "date": "2012-07-01"
    },
    {
      "version": "2.2-2",
      "date": "2013-04-20"
    },
    {
      "version": "2.2-3",
      "date": "2014-12-15"
    },
    {
      "version": "2.2-4",
      "date": "2016-12-19"
    },
    {
      "version": "2.2-5",
      "date": "2020-02-23"
    },
    {
      "version": "2.2-6",
      "date": "2021-05-05"
    },
    {
      "version": "2.2-7",
      "date": "2022-11-06"
    },
    {
      "version": "2.2-8",
      "date": "2022-11-11"
    }
  ],
  "_exports": [
    "DEoptim",
    "DEoptim.control"
  ],
  "_datasets": [
    {
      "name": "xrrData",
      "title": "X-ray reflectometry data",
      "object": "xrrData",
      "file": "xrrData.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "V1",
        "V2"
      ],
      "rows": 1095,
      "table": true,
      "tojson": true
    },
    {
      "name": "y",
      "title": "Swiss Market Index data",
      "object": "SMI",
      "file": "SMI.rda",
      "class": [
        "zoo"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "DEoptim",
      "title": "Differential Evolution Optimization",
      "concept": [
        "minimization"
      ],
      "topics": [
        "DEoptim"
      ]
    },
    {
      "page": "DEoptim-methods",
      "title": "DEoptim-methods",
      "topics": [
        "DEoptim-methods",
        "plot.DEoptim",
        "summary.DEoptim"
      ]
    },
    {
      "page": "DEoptim.control",
      "title": "Control various aspects of the DEoptim implementation",
      "topics": [
        "DEoptim.control"
      ]
    },
    {
      "page": "SMI",
      "title": "Swiss Market Index data",
      "topics": [
        "SMI",
        "y"
      ]
    },
    {
      "page": "xrrData",
      "title": "X-ray reflectometry data",
      "topics": [
        "xrrData"
      ]
    }
  ],
  "_readme": "https://github.com/ardiad/deoptim/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 11.699145058172263,
  "_indexed": true,
  "_nocasepkg": "deoptim",
  "_universes": [
    "ardiad",
    "k-m-m"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-06-01T07:19:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "ed55fa91a1320cb49c1016714c0790171cec13ab84e9158e34b949c87c50e7f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-06-01T07:19:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "d348bbd1743485b2f362bb2c4b9a6a3aa5e832d3b5cebcefcfde2fb7265f4f14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-06-01T07:19:24.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "de6099f380ce1e69e7d97ee100f072e22ad22eebd6f7b72eb6daefee4672d22f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2-8",
      "date": "2026-06-01T07:19:17.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "b93c7ba7ad23ba983ef1e89c84bcd0b2df4e43467217b0ae15138e4a47030b4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-06-01T07:31:57.000Z",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "b1fbdada241a6b922b228cd551b05e4ae05bbb2085b6eea7873b30f433122464",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-06-01T07:26:52.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "ad7a23d310ad69954c5369d1f202a776c661d1001f9f568304660d32cf7589a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-06-01T07:33:19.000Z",
      "arch": "aarch64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "df6b595f131fc655b0b3c33d3f51003b660dce734657cc148c96dba05464eeab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2-8",
      "date": "2026-06-01T07:26:32.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "f192401a1fc3ef43d9d456118166a609b0305ccb5947b4bee73e2c139eec76cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2-8",
      "date": "2026-06-01T07:19:11.000Z",
      "arch": "emscripten",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "48d80402dabf5dc6112c1aa16137129381139b6c2218637f650c11a2ec369ed5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-06-01T07:18:48.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "6418ceb039e6574bc2ab55ee37a58daf99b247c39df598cfe90ea1b4855a91c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-06-01T07:18:36.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "fe86586e569912b4a2bde46350747a70b7b80a9d3a68c99c0b721d5a9b799bb4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.2-8",
      "date": "2026-06-01T07:18:36.000Z",
      "arch": "x86_64",
      "commit": "0aa6a7753883a4da599e02eb99dd81c035d71e03",
      "fileid": "3a555ab83ce2773180cd2b50b3452eafc67f00021eed67ac23d8fd4cad8ff85d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardiad/actions/runs/26740700473"
    }
  ]
}