Rdocumentation
powered by
Learn R Programming
cmaesr (version 1.0.3)
makeSimpleMonitor: Generator for simple monitor.
Description
The simple monitor prints the iteration, current best parameter values and best fitness to the standard output.
Usage
makeSimpleMonitor(max.params = 4L)
Arguments
max.params
[
integer(1)
] Maximal number of parameters to show in output.
Value
[
cma_monitor
]