makeStoppingCondition {cmaesr} | R Documentation |
Generate a stopping condition object.
Description
A list of stopping conditions can be passed to the cmaes
function. Instead of hardconding the stopping criteria into the main function
they exist as stand-alone functions for maximal flexibility and extendability.
Usage
makeStoppingCondition(name, message, stop.fun, code = name,
control = list())
Arguments
name |
[ |
message |
[ |
stop.fun |
[ |
code |
[ |
control |
[ |
Value
[cma_stopping_condition
] Stopping condition object.
[Package cmaesr version 1.0.3 Index]