Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract_population

Extract the iter-th population...


Description

Extract the iter-th population

Usage

extract_population(res, iter)

Arguments

res

A cma_es result object.

iter

Which population to return.

Details

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.

Value

A list containing the population as the par element and possibly the function values in value if they are present in the result object.


cmaes

Covariance Matrix Adapting Evolutionary Strategy

v1.0-11
GPL-2
Authors
Heike Trautmann <trautmann@statistik.tu-dortmund.de> and Olaf Mersmann <olafm@statistik.tu-dortmund.de> and David Arnu <david.arnu@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.