fitByNsga2 {hydromad} | R Documentation |
fitByNsga2(MODEL, objective = hydromad.getOption("objective"), control = hydromad.getOption("nsga2.control"))
MODEL |
a model specification created by |
objective |
objective function to maximise, given as a |
control |
arguments for nsga2 function. See |
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 |
Not currently implemented. Total number of evaluations of the model simulation function. |
timing |
timing vector as returned by |
Joseph Guillaume
nsga2