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:James Melville [aut, cre]

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
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

On CRAN:

Conda:

conjugate-gradientl-bfgsnumerical-optimization

7.82 score 12 stars 4 packages 33 scripts 668 downloads 6 exports 0 dependencies

Last updated from:44acdd91a4. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE137
source / vignettesOK195
linux-release-x86_64NOTE138
macos-release-arm64NOTE83
macos-oldrel-arm64NOTE110
windows-develNOTE85
windows-releaseNOTE93
windows-oldrelNOTE91
wasm-releaseOK87

Exports:check_mize_convergencemake_mizemizemize_initmize_stepmize_step_summary

Dependencies:

Mize
The fg list | The parameters to optimize | Basic options | Defaults | Logging progress to console | Storing progress | Optimization Methods | Steepest Descent ("SD") | Broyden-Fletcher-Goldfarb-Shanno ("BFGS") | Limited-Memory BFGS ("L-BFGS") | Conjugate Gradient ("CG") | Nesterov Accelerated Gradient ("NAG") | Classical Momentum ("MOM") | Simplified Nesterov Momentum | Line Searches | Wolfe Line Search | Initial Step Size Guess | Initial Step Size Guess on First Iteration | Other Line Searches | Maximum function or gradient evaluations per line search | Adaptive Learning Rate Methods | Adaptive Restart

Last update: 2026-07-05
Started: 2016-12-29

Metric MDS
Metric Multi-Dimensional Scaling | The Metric MDS Cost Function | The Metric MDS Gradient | mize function and gradient | Improving the Efficiency of the Function and Gradient Routines

Last update: 2026-07-05
Started: 2016-12-27

Stateful Optimization
Creating an Optimizer | Initialize the Optimizer | A potential simplification | Start optimizing | Return value of mize_step | Step information | Convergence

Last update: 2020-08-17
Started: 2016-12-27

Convergence
Iteration tolerance | Function tolerance | Gradient tolerance | Step tolerance | Function and gradient count tolerance | A minor complication with convergence checking

Last update: 2020-08-17
Started: 2017-01-08