Learn R Programming

cmaesr (version 1.0.3)

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

Description

This funtions serves to call a specific monitor step.

Usage

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.