Package: lbfgsb3
Type: Package
Title: Limited Memory BFGS Minimizer with Bounds on Parameters
Version: 2015-2.13.1
Date: 2015-02-13
Authors@R: c( person(given = c("John", "C"), family = "Nash", role =
              c("aut", "cre"), email = "nashjc@uottawa.ca"),
              person(given = "Ciyou", family = "Zhu", role = "aut"), 
              person(given = "Richard", family = "Byrd", role = "aut"), 
              person(given = "Jorge", family = "Nocedal", role = "aut"),
              person(given = c("Jose", "Luis"), family = "Morales", role = "aut"),
  person("Brett W.", "Averick", role = "ctb", comment = "dnrm2"),
  person("Jack", "Dongarra", role = "ctb", comment = "daxpy dcopy ddot dscal"),
  person("Cleve", "Moler", role = "ctb", comment = "dpofa"),
  person("G. W.", "Stewart", role = "ctb", comment = "dtrsl"))
Maintainer: John C Nash <nashjc@uottawa.ca>
Description: Interfacing to Nocedal et al. L-BFGS-B.3.0 (2011) limited
	memory BFGS minimizer with bounds on parameters.
License: GPL-2
Depends: R (>= 2.15.0), numDeriv
Packaged: 2019-11-19 15:38:37 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2019-11-21 11:22:57 UTC
Author: John C Nash [aut, cre],
  Ciyou Zhu [aut],
  Richard Byrd [aut],
  Jorge Nocedal [aut],
  Jose Luis Morales [aut],
  Brett W. Averick [ctb] (dnrm2),
  Jack Dongarra [ctb] (daxpy dcopy ddot dscal),
  Cleve Moler [ctb] (dpofa),
  G. W. Stewart [ctb] (dtrsl)
