{
  "_id": "6a290441732311cd87591d41",
  "Package": "ao",
  "Title": "Alternating Optimization",
  "Version": "1.2.3",
  "Authors@R": "c(\nperson(given = \"Lennart\",\nfamily = \"Oelschl\\U00E4ger\",\nrole = c(\"aut\", \"cre\"),\nemail = \"oelschlaeger.lennart@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5421-9313\")),\nperson(given = \"Siddhartha\",\nfamily = \"Chib\",\nrole = \"ctb\",\nemail = \"chib@wustl.edu\")\n)",
  "Description": "Implementation of an iterative process that optimizes a\nfunction by alternately performing restricted optimization over\nparameter subsets. Instead of solving one joint optimization\nproblem, alternating optimization breaks it into smaller\nsub-problems. This approach can make optimization feasible when\njoint optimization is too difficult.",
  "URL": "https://loelschlaeger.de/ao/, https://github.com/loelschlaeger/ao/",
  "BugReports": "https://github.com/loelschlaeger/ao/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libcairo2-dev cmake libfontconfig1-dev\nlibfreetype6-dev make libmagick++-dev gsfonts libicu-dev\nlibpng-dev libuv1-dev libssl-dev zlib1g-dev",
  "Repository": "https://loelschlaeger.r-universe.dev",
  "Date/Publication": "2026-05-11 14:45:03 UTC",
  "RemoteUrl": "https://github.com/loelschlaeger/ao",
  "RemoteRef": "HEAD",
  "RemoteSha": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-10 06:22:21 UTC",
    "User": "root"
  },
  "Author": "Lennart Oelschläger [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5421-9313>),\nSiddhartha Chib [ctb]",
  "Maintainer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
  "MD5sum": "c155cde08f41628f0c238335642a6839",
  "_user": "loelschlaeger",
  "_type": "src",
  "_file": "ao_1.2.3.tar.gz",
  "_fileid": "33b9ace414f5d1bb5f01090c8fdbd28a912bce2fef12658a7a2986aeba7b12f8",
  "_filesize": 802874,
  "_sha256": "33b9ace414f5d1bb5f01090c8fdbd28a912bce2fef12658a7a2986aeba7b12f8",
  "_created": "2026-06-10T06:22:21.000Z",
  "_published": "2026-06-10T06:29:21.721Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80494968182,
      "time": 223,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7528094207"
    },
    {
      "job": 80494968151,
      "time": 218,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7528093596"
    },
    {
      "job": 80494968203,
      "time": 146,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7528075081"
    },
    {
      "job": 80494968178,
      "time": 175,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7528082300"
    },
    {
      "job": 80494436041,
      "time": 236,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7528037075"
    },
    {
      "job": 80494968168,
      "time": 377,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7528133582"
    },
    {
      "job": 80494968208,
      "time": 168,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7528080294"
    },
    {
      "job": 80494968221,
      "time": 163,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7528079283"
    },
    {
      "job": 80494968193,
      "time": 180,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7528083246"
    }
  ],
  "_buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/loelschlaeger/ao",
  "_commit": {
    "id": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
    "author": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "committer": "Lennart Oelschläger <oelschlaeger.lennart@gmail.com>",
    "message": "submitted ao 1.2.3 to CRAN\n",
    "time": 1778510703
  },
  "_maintainer": {
    "name": "Lennart Oelschläger",
    "email": "oelschlaeger.lennart@gmail.com",
    "login": "loelschlaeger",
    "description": "",
    "uuid": 57176318,
    "orcid": "0000-0001-5421-9313"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "role": "Imports"
    },
    {
      "package": "oeli",
      "version": ">= 0.7.5",
      "role": "Imports"
    },
    {
      "package": "optimizeR",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "progressr",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "loelschlaeger",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 5
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "optimization"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "loelschlaeger",
      "count": 212,
      "uuid": 57176318
    }
  ],
  "_userbio": {
    "uuid": 57176318,
    "type": "user",
    "name": "Lennart Oelschläger"
  },
  "_downloads": {
    "count": 699,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ao"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/loelschlaeger/ao",
  "_pkgdown": "https://loelschlaeger.de/ao/",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/ao.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/loelschlaeger/ao",
  "_realowner": "loelschlaeger",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-06-21"
    },
    {
      "version": "0.1.1",
      "date": "2021-06-30"
    },
    {
      "version": "0.1.2",
      "date": "2021-08-10"
    },
    {
      "version": "0.1.3",
      "date": "2021-08-12"
    },
    {
      "version": "0.1.4",
      "date": "2021-10-06"
    },
    {
      "version": "0.2.1",
      "date": "2022-01-04"
    },
    {
      "version": "0.2.2",
      "date": "2022-08-24"
    },
    {
      "version": "0.2.3",
      "date": "2022-09-02"
    },
    {
      "version": "0.2.4",
      "date": "2022-12-04"
    },
    {
      "version": "0.2.5",
      "date": "2023-01-23"
    },
    {
      "version": "0.2.6",
      "date": "2023-03-31"
    },
    {
      "version": "0.2.7",
      "date": "2023-09-29"
    },
    {
      "version": "0.3.0",
      "date": "2023-11-09"
    },
    {
      "version": "0.3.1",
      "date": "2024-01-31"
    },
    {
      "version": "0.3.2",
      "date": "2024-02-05"
    },
    {
      "version": "0.3.3",
      "date": "2024-02-29"
    },
    {
      "version": "1.0.0",
      "date": "2024-06-20"
    },
    {
      "version": "1.1.0",
      "date": "2024-07-13"
    },
    {
      "version": "1.2.0",
      "date": "2025-04-25"
    },
    {
      "version": "1.2.1",
      "date": "2025-06-26"
    },
    {
      "version": "1.2.2",
      "date": "2025-12-15"
    },
    {
      "version": "1.2.3",
      "date": "2026-05-11"
    }
  ],
  "_exports": [
    "ao"
  ],
  "_help": [
    {
      "page": "ao",
      "title": "Alternating Optimization",
      "topics": [
        "ao"
      ]
    },
    {
      "page": "generate_random_partition",
      "title": "Generate random partition",
      "topics": [
        "generate_random_partition"
      ]
    },
    {
      "page": "merge_results",
      "title": "Merge optimization results",
      "topics": [
        "merge_results"
      ]
    },
    {
      "page": "Process",
      "title": "Process Object",
      "topics": [
        "Process"
      ]
    },
    {
      "page": "split_by_target",
      "title": "Split estimate by target",
      "topics": [
        "split_by_target"
      ]
    }
  ],
  "_pkglogo": "https://github.com/loelschlaeger/ao/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/loelschlaeger/ao/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "base64enc",
    "BB",
    "bbmle",
    "bdsmatrix",
    "benchmarkme",
    "benchmarkmeData",
    "boot",
    "brio",
    "bslib",
    "cachem",
    "callr",
    "checkmate",
    "cli",
    "codetools",
    "ContourFunctions",
    "cpp11",
    "crayon",
    "cubature",
    "curl",
    "desc",
    "diffobj",
    "digest",
    "doParallel",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "foreach",
    "fs",
    "future",
    "future.apply",
    "gdtools",
    "generics",
    "GenOrd",
    "ggfun",
    "ggimage",
    "ggiraph",
    "ggplot2",
    "ggplotify",
    "globals",
    "glue",
    "GPArotation",
    "gridGraphics",
    "gtable",
    "hexbin",
    "hexSticker",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lbfgsb3c",
    "lhs",
    "lifecycle",
    "listenv",
    "magick",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "mvtnorm",
    "nleqslv",
    "nlme",
    "numDeriv",
    "oeli",
    "openssl",
    "optimizeR",
    "otel",
    "parallelly",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "pracma",
    "praise",
    "processx",
    "progressr",
    "ps",
    "psych",
    "purrr",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "S7",
    "sass",
    "scales",
    "showtext",
    "showtextdb",
    "SimMultiCorrData",
    "stringi",
    "stringr",
    "sys",
    "sysfonts",
    "systemfonts",
    "TestFunctions",
    "testthat",
    "tibble",
    "tidyselect",
    "tinytex",
    "triangle",
    "ucminf",
    "utf8",
    "vctrs",
    "VGAM",
    "viridisLite",
    "waldo",
    "withr",
    "xfun",
    "yaml",
    "yulab.utils"
  ],
  "_vignettes": [
    {
      "source": "ao.Rmd",
      "filename": "ao.html",
      "title": "Alternating optimization",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is alternating optimization?",
        "How to use the package?",
        "The function call",
        "A simple first example",
        "Using the analytic gradient",
        "Random parameter partitions",
        "More flexibility",
        "Generalized objective functions",
        "Parameter bounds",
        "Custom parameter partition",
        "Stopping criteria",
        "Base optimizer",
        "Multiple processes",
        "References"
      ],
      "created": "2021-12-20 16:52:25",
      "modified": "2026-05-11 14:21:05",
      "commits": 23
    }
  ],
  "_score": 4.8750612633917,
  "_indexed": true,
  "_nocasepkg": "ao",
  "_universes": [
    "loelschlaeger"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-06-10T06:25:24.000Z",
      "distro": "noble",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "6c716e4af62a30198b038812369fa8012c339ce401fb752c765cfeb35bcf524a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-06-10T06:25:18.000Z",
      "distro": "noble",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "7306e6388bf1dda3885e33c7680925df03de8011713a413ba518b35a8a5488c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-06-10T06:24:28.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "6705533582c4e4d44cfed2fd989dc61b2169799bc4ab424bb192feab8fe5440d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-06-10T06:24:42.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "d0f4f9b3d29ea1e253a256622b25b65b2b1568043f0256669b56d5ba4845e486",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.3",
      "date": "2026-06-10T06:29:04.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "8021960b23ddfd04df04b04e499a2d0d06f8227691272391c48152a523f80c0e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-06-10T06:24:07.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "af65a432b9cc8d28459e2840c66ff3eafce836256e4e34475979d849e8ac4fc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-06-10T06:24:07.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "4ee6d6ced3e491d3a57da32e00340ff13912ad30694ca0d1fd7257f78bd11ed5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-06-10T06:24:15.000Z",
      "commit": "13152394b936d379c72c3bf3ba3a1b7ad4fe6515",
      "fileid": "1ec5b30bee3dae9842157838f20bbd8303e3a88eb692fbc9c39f438ba2ed6811",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/loelschlaeger/actions/runs/27257303678"
    }
  ]
}