get_population: Get population positions

View source: R/METHOD__Population.R

get_populationR Documentation

Get population positions

Description

Return a data.frame with the position of all individuals in the population at the specified iteration, from an object of class OptimizationResults produced with the option save_pop_history set to TRUE (see MinimizerOpts).

Usage

get_population(minimizer_result, iteration)

Arguments

minimizer_result

an object of class OptimizationResults (see OptimizationResults).

iteration

iteration number.

Value

An object of class data.frame.


EmiR documentation built on Dec. 10, 2022, 1:12 a.m.