Package: mize Type: Package Title: Unconstrained Numerical Optimization Algorithms Version: 0.2.5.9000 Authors@R: person("James", "Melville", email = "jlmelville@gmail.com", role = c("aut", "cre")) Description: 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. License: BSD 2-clause License + file LICENSE Encoding: UTF-8 Imports: methods Suggests: testthat, knitr, rmarkdown, covr RoxygenNote: 7.3.3 URL: https://github.com/jlmelville/mize BugReports: https://github.com/jlmelville/mize/issues VignetteBuilder: knitr Repository: https://jlmelville.r-universe.dev Date/Publication: 2026-03-15 03:43:53 UTC RemoteUrl: https://github.com/jlmelville/mize RemoteRef: HEAD RemoteSha: 8cf25e43e1cfec5054ce3b8f1029cd0e1f2aa13c NeedsCompilation: no Packaged: 2026-06-13 10:17:53 UTC; root Author: James Melville [aut, cre] Maintainer: James Melville