R/fitByCMAES.R
fitByCMAES.RdPlaceholder for description
fitByCMAES(
MODEL,
objective = hydromad.getOption("objective"),
control = hydromad.getOption("cmaes.control"),
vcov = FALSE
)a model specification created by hydromad. It
should not be fully specified, i.e one or more parameters should be defined
by ranges of values rather than exact values.
objective function to maximise, given as a
function(Q, X, ...). See objFunVal.
settings for the CMA-ES algorithm. See cma_es
Ignored
the best model from those sampled, according to the given
objective function. Also, these extra elements are inserted:
the result from SCEoptim.
the objective function used.
total number of evaluations of the model simulation function.
timing vector as returned by system.time.
Placeholder
cma_es