Generator for simple monitor.
The simple monitor prints the iteration, current best parameter values and best fitness to the standard output.
makeSimpleMonitor(max.params = 4L)
max.params
: [integer(1)
]
Maximal number of parameters to show in output.
[cma_monitor
]