makeSimpleMonitor {cmaesr}R Documentation

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]


[Package cmaesr version 1.0.3 Index]