Description Usage Arguments Value
This is the default logging function used by ecr. It makes use of the fantastic
OptPath
which allows optimizers to log evaluated
points.
The logger is registered to be called once the EA is initialized (after the
creation of the initial population), right after each survival selection and
once the EA finished. By default the logger stores the entire population, i.e.,
the individuals, the fitness values and moreover some additional statistics
of the fitness value distribution.
A word of causion: In case of a custom representation, which can not be
stored in the OptPath
by default since the
individuals are more complex than normal parameters, the serialized individuals
are stored in the OptPath
.
1 | setupOptPathLoggingMonitor(step = 1L, log.extras.fun = NULL)
|
step |
[ |
log.extras.fun |
[ |
[ecr_monitor
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.