get_population {EmiR}R 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.


[Package EmiR version 1.0.4 Index]