The optimization state of class ecr_opt_state
is a S3 object containing
all the information about the current state of the optimization process. It
is initialized uopn the generation of the initial population right before the
evolutionary loop is started and is updated after after a new generation was
created, i.~e., after each iteration of the EA loop. Internally the object
is an R environment which allows for manipulation in place. By default the
state object contains the following slots:
The current iteration/generation.
Time the object was initialized.
Time passed since creation.
The optimization task (see makeOptimizationTask
).
The parameter set of the objective function at hand (see ParamSet
).
Number of performed objective function evaluations.
The ecr_control
control object.
The current population.
Best parameter and its value (only in single-objective case).
The final optimization state object is returned by the EA (see ecr_result
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.