Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

makeMonitor

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

[function]
Function called one time after initialization of the EA.

step

[function]
Function applied after each iteration of the algorithm.

after

[function]
Function applied after the EA terminated.

...

[any]
Not used.

Value

[cma_monitor] Monitor object.

See Also


cmaesr

Covariance Matrix Adaptation Evolution Strategy

v1.0.3
BSD_2_clause + file LICENSE
Authors
Jakob Bossek [aut, cre]
Initial release
2016-12-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.