Package: calibrar
Version: 0.2.0
Authors@R: c(
    person("Ricardo", "Oliveros-Ramos", email="ricardo.oliveros@gmail.com", role=c("aut", "cre")))
Title: Automated Parameter Estimation for Complex (Ecological) Models
Description: Automated parameter estimation for complex (ecological) models in R. 
  This package allows the parameter estimation or calibration of complex models, 
  including stochastic ones. It is a generic tool that can be used for fitting 
  any type of models, especially those with non-differentiable objective functions. 
  It supports multiple phases and constrained optimization. 
  It implements maximum likelihood estimation methods and automated construction 
  of the objective function from simulated model outputs. 
  See <http://roliveros-ramos.github.io/calibrar> for more details.
Depends: R (>= 2.15)
Imports: cmaes, optimx, foreach, parallel, stats, utils
Suggests: deSolve
License: GPL-2
URL: http://roliveros-ramos.github.io/calibrar
BugReports: https://github.com/roliveros-ramos/calibrar/issues
ByteCompile: TRUE
NeedsCompilation: no
Packaged: 2016-02-17 12:05:30 UTC; Ricardo
Author: Ricardo Oliveros-Ramos [aut, cre]
Maintainer: Ricardo Oliveros-Ramos <ricardo.oliveros@gmail.com>
Repository: CRAN
Date/Publication: 2016-02-17 13:43:47
Built: R 4.1.0; ; 2021-05-26 13:36:08 UTC; unix
