Package: mize
Type: Package
Title: Unconstrained Numerical Optimization Algorithms
Version: 0.2.4
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
LazyData: true
Imports: methods
Suggests: testthat, knitr, rmarkdown, covr
RoxygenNote: 7.1.1
URL: https://github.com/jlmelville/mize
BugReports: https://github.com/jlmelville/mize/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-08-29 16:17:36 UTC; jlmel
Author: James Melville [aut, cre]
Maintainer: James Melville <jlmelville@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-30 05:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:00:53 UTC; windows
