calibrar 0.9
new
optim2()
equivalent tostats::optim()
but with parallel computation of numerical gradients.new
optimh()
wrapping heuristic methods with the same syntax ofstats::optim()
.the
calibrate()
function implements the restart functionality for theRvmmin
method too, useful for the optimization of deterministic functions with long runtime.Improved methods for visualization of results.
All optimization methods available in
calibrate()
can use functions reading and writing from the disk.Function
calibrate()
can use a different method for each estimation phase.calibrate()
is a generic now.-
Automatic stopping criteria for the AHR-ES method:
Automatic testing using
testthat
package.Automatic support to optimize functions produced with the
TMB
package, via a method forcalibrate()
.getCalibrationInfo()
,createObjectiveFuction()
andgetObservedData()
are defunct now.
calibrar 0.3
- new optimization methods available in
calibrate()
: ‘LBFGSB3’, ‘hjn’, ‘CMA-ES’, ‘genSA’, ‘DE’, ‘soma’, ‘genoud’, ‘PSO’, ‘hybridPSO’, ‘mads’. - fine control of numerical gradient computations, including parallelization.
- replicates argument for stochastic functions
- several minor bugs fixed
-
getCalibrationInfo()
,createObjectiveFuction()
andgetObservedData()
are deprecated and replaced bycalibration_setup()
,calibration_objFn()
andcalibration_data()
. -
spline_par()
function to simplify the estimation of smooth time-varying parameters.
calibrar 0.2
- par argument for the calibrate function can be a list
- optimization methods from
optimx
,stats::optim
andcmaes
can be used - several minor bugs fixed