callMonitor: Helper to call certain step function of a monitor.

Description Usage Arguments

Description

This funtions serves to call a specific monitor step.

Usage

1
callMonitor(monitor, step, envir = parent.frame())

Arguments

monitor

[CMAES_monitor]
Monitor.

step

[character(1)]
One of before, step, after.

envir

[environment]
The environment to pass.


cmaesr documentation built on May 2, 2019, 3:37 p.m.

Related to callMonitor in cmaesr...