NEWS.md
new optim2()
equivalent to stats::optim()
but with parallel computation of numerical gradients.
new optimh()
wrapping heuristic methods with the same syntax of stats::optim()
.
the calibrate()
function implements the restart functionality for the Rvmmin
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.
Functioncalibrate()
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 for calibrate()
.
getCalibrationInfo()
, createObjectiveFuction()
and getObservedData()
are defunct now.
calibrate()
: ‘LBFGSB3’, ‘hjn’, ‘CMA-ES’, ‘genSA’, ‘DE’, ‘soma’, ‘genoud’, ‘PSO’, ‘hybridPSO’, ‘mads’.getCalibrationInfo()
, createObjectiveFuction()
and getObservedData()
are deprecated and replaced by calibration_setup()
, calibration_objFn()
and calibration_data()
.spline_par()
function to simplify the estimation of smooth time-varying parameters.optimx
, stats::optim
and cmaes
can be used