CMAES: Automatically calibrate model, that requires user-defined...

Description Usage Arguments

Description

Automatically calibrate model, that requires user-defined model and objective function. CMAES

Usage

1
2
3
4
CMAES(CV, cmd, objfunc, Call_Model, lambda = CV$method$LAMBDA,
  maxstep = CV$method$MAXGEN, ncores = max(CV$method$NCORES, 1),
  sigma = CV$method$SIGMA, stopfitness = CV$method$STOPFITNESS,
  debug = FALSE, ...)

Arguments

CV

Input data, list of data.

cmd

Command to run the model.

objfunc

User-defined objective function which return the objective values.

Call_Model

Function that calls model simulation.

lambda

Number of children in each generation

maxstep

Maximum generations

ncores

Number of cores to simulate. 1 = one thread.

sigma

Sigma Value to sample (0, 1)

stopfitness

The optimal value. When the objective value is smaller than stopfitness, calibration success.

debug

Whether debug Model.

...

More options passing to objfunc.


happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.