Package: mize 0.2.5.9000
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.9000.tar.gz
mize_0.2.5.9000.zip(r-4.7)mize_0.2.5.9000.zip(r-4.6)mize_0.2.5.9000.zip(r-4.5)
mize_0.2.5.9000.tgz(r-4.6-any)mize_0.2.5.9000.tgz(r-4.5-any)
mize_0.2.5.9000.tar.gz(r-4.7-any)mize_0.2.5.9000.tar.gz(r-4.6-any)
mize_0.2.5.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mize/json (API)
NEWS
| # 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
conjugate-gradientl-bfgsnumerical-optimization
Last updated from:8cf25e43e1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 171 | ||
| linux-release-x86_64 | OK | 128 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| windows-devel | OK | 133 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 100 | ||
| wasm-release | OK | 99 |
Exports:check_mize_convergencemake_mizemizemize_initmize_stepmize_step_summary
Dependencies:
Convergence
Rendered fromconvergence.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2020-08-17
Started: 2017-01-08
Metric MDS
Rendered frommmds.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2020-08-17
Started: 2016-12-27
Mize
Rendered frommize.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-02-09
Started: 2016-12-29
Stateful Optimization
Rendered fromstateful.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2020-08-17
Started: 2016-12-27
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check Optimization Convergence | check_mize_convergence |
| 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 |
