The package supports the following eight optimization packages for finding the optimal values of the model's free parameters. Note that if you use "NLOPT", you must consult its official documentation to input a specific algorithm name. If no local search algorithm is specified, the default local search method used will be "NLOPT_LN_BOBYQA".
Packages
L-BFGS-B (from
stats::optim)Simulated Annealing (
GenSA::GenSA)Genetic Algorithm (
GA::ga)Differential Evolution (
DEoptim::DEoptim)Bayesian Optimization (
mlrMBO::mbo)Particle Swarm Optimization (
pso::psoptim)Covariance Matrix Adapting Evolutionary Strategy (
cmaes::cma_es)Nonlinear Optimization (
nloptr::nloptr)