makeMonitor {cmaesr} | R Documentation |
Factory method for monitor objects.
Description
Monitors can be pluged in the main cmaes
function.
They have full access to the environment of the optimization routine and can
be used to write/log/visualize relevant data in each iteration.
Usage
makeMonitor(before = NULL, step = NULL, after = NULL, ...)
Arguments
before |
[ |
step |
[ |
after |
[ |
... |
[ |
Value
[cma_monitor
]
Monitor object.
See Also
makeSimpleMonitor
, makeVisualizingMonitor
[Package cmaesr version 1.0.3 Index]