Package: OSCARS 0.1.2
OSCARS: Global Bounded Optimization by the OSCARS-II Algorithm
A collection of general optimization routines based on variants of the One Side Cut Accelerated Random Search (OSCARS-II) algorithm (Price et al., 2020, <doi:10.1007/s10898-020-00928-6>). The main function , 'oscars()', performs black-box optimization of a general (including nonsmooth or discontinuous) function subject to simple bounds on the unknowns. If all bounds are finite, oscars searches globally. The main method implements a stochastic direct search method and is derivative free. Testing shows the OSCARS-II algorithm usually finds extrema in fewer function evaluations than similar global derivative-free methods.
Authors:
OSCARS_0.1.2.tar.gz
OSCARS_0.1.2.zip(r-4.7)OSCARS_0.1.2.zip(r-4.6)OSCARS_0.1.2.zip(r-4.5)
OSCARS_0.1.2.tgz(r-4.6-any)OSCARS_0.1.2.tgz(r-4.5-any)
OSCARS_0.1.2.tar.gz(r-4.7-any)OSCARS_0.1.2.tar.gz(r-4.6-any)
OSCARS_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
OSCARS/json (API)
NEWS
| # Install 'OSCARS' in R: |
| install.packages('OSCARS', repos = c('https://oscarsglobal.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/oscarsglobal/oscars/issues
Last updated from:c11b0e4855. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 101 | ||
| source / vignettes | OK | 134 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 126 | ||
| macos-oldrel-arm64 | OK | 199 | ||
| windows-devel | OK | 57 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 50 | ||
| wasm-release | OK | 81 |
Exports:oscarsoscars.control
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| OSCARS-II bound constrained global optimization | oscars |
| Control parameters for oscars routine | oscars.control |
| Print method for 'oscars' objects | print.oscars |
| Summary method for 'oscars' objects | summary.oscars |
