extract_population | R Documentation |
Extract the iter
-th population
extract_population(res, iter)
res |
A |
iter |
Which population to return. |
Return the population of the iter
-th iteration of the
CMA-ES algorithm. For this to work, the populations must be saved
in the result object. This is achieved by setting
diag.pop=TRUE
in the control
list. Function values
are included in the result if present in the result object.
A list containing the population as the par
element
and possibly the function values in value
if they are
present in the result object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.