fitByCMAES {hydromad} | R Documentation |
fitByCMAES(MODEL, objective = hydromad.getOption("objective"), control = hydromad.getOption("cmaes.control"), vcov = FALSE)
MODEL |
a model specification created by |
objective |
objective function to maximise, given as a |
control |
settings for the CMA-ES algorithm. See |
vcov |
Ignored |
the best model from those sampled, according to the given
objective
function. Also, these extra elements are inserted:
fit.result |
the result from |
objective |
the |
funevals |
total number of evaluations of the model simulation function. |
timing |
timing vector as returned by |
Joseph Guillaume
cma_es