cmaes
function. Instead of hardconding the stopping criteria into the main function
they exist as stand-alone functions for maximal flexibility and extendability.
makeStoppingCondition(name, message, stop.fun, code = name, control = list())character(1)]
Name of the stopping condition.character(1)]
Message returned if the stopping conditions is active.function]
Function which expects an environment envir as its only argument and
returns a single logical value.character(1)]
Internal code, i.e., short name used to potentially trigger restarts.
Default is name.list]
Control params.cma_stopping_condition] Stopping condition object.