makeMonitor: Factory method for monitor objects.

Description Usage Arguments Value

View source: R/makeMonitor.R

Description

Factory method for monitor objects.

Usage

1
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

[AntsMonitor] Monitor object.


jakobbossek/acotsp documentation built on May 18, 2019, 9:08 a.m.