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.
Version: | 0.2.0 |
Imports: | methods |
Suggests: | testthat, knitr, rmarkdown, covr |
Published: | 2018-09-14 |
Author: | James Melville [aut, cre] |
Maintainer: | James Melville <jlmelville at gmail.com> |
BugReports: | http://github.com/jlmelville/mize/issues |
License: | BSD 2-clause License + file LICENSE |
URL: | http://github.com/jlmelville/mize |
NeedsCompilation: | no |
Materials: | NEWS |
In views: | Optimization |
CRAN checks: | mize results |
Reference manual: | mize.pdf |
Vignettes: |
Convergence Mize Metric MDS Stateful Optimization |
Package source: | mize_0.2.0.tar.gz |
Windows binaries: | r-devel: mize_0.2.0.zip, r-release: mize_0.2.0.zip, r-oldrel: mize_0.2.0.zip |
OS X binaries: | r-release: mize_0.2.0.tgz, r-oldrel: mize_0.2.0.tgz |
Old sources: | mize archive |
Please use the canonical form https://CRAN.R-project.org/package=mize to link to this page.