Package: mize 0.2.5.9002
mize: Unconstrained Numerical Optimization Algorithms
Optimization algorithms implemented in R, including conjugate gradient (CG), Broyden-Fletcher-Goldfarb-Shanno (BFGS) and the limited memory BFGS (L-BFGS) methods. Most internal parameters can be set through the call interface. The solvers hold up quite well for higher-dimensional problems.
Authors:
mize_0.2.5.9002.tar.gz
mize_0.2.5.9002.zip(r-4.7-any)mize_0.2.5.9002.zip(r-4.6-any)mize_0.2.5.9002.zip(r-4.5-any)
mize_0.2.5.9002.tgz(r-4.6-any)mize_0.2.5.9002.tgz(r-4.5-any)
mize_0.2.5.9002.tar.gz(r-4.7-any)mize_0.2.5.9002.tar.gz(r-4.6-any)
mize_0.2.5.9002.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
mize/json (API)
| # Install 'mize' in R: |
| install.packages('mize', repos = c('https://jlmelville.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jlmelville/mize/issues
Pkgdown/docs site:https://jlmelville.github.io
conjugate-gradientl-bfgsnumerical-optimization
Last updated from:5ec90ec3db. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel | OK | 165 | ||
| source / vignettes | OK | 211 | ||
| linux-release | OK | 157 | ||
| macos-release | OK | 88 | ||
| macos-oldrel | OK | 136 | ||
| windows-devel | OK | 119 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 97 | ||
| wasm-release | OK | 109 |
Exports:check_mize_convergencecheck_mize_gradientmake_mizemizemize_initmize_stepmize_step_summary
Dependencies:
Last update: 2026-08-25
Started: 2026-08-24
Last update: 2026-08-25
Started: 2017-01-08
Last update: 2026-08-25
Started: 2016-12-29
Last update: 2026-08-25
Started: 2016-12-27
Last update: 2026-08-24
Started: 2016-12-27
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check Optimization Convergence | check_mize_convergence |
| Check Gradient Consistency | check_mize_gradient |
| Create an Optimizer | make_mize |
| Numerical Optimization | mize |
| Initialize the Optimizer. | mize_init |
| One Step of Optimization | mize_step |
| Mize Step Summary | mize_step_summary |
