| MetaepochSnapshot-class {hmsr} | R Documentation |
A S4 class representing a snapshot of one metaepoch.
Description
A S4 class representing a snapshot of one metaepoch.
Slots
demeslist of objects of class Deme.
best_fitnessnumeric - best fitness value of a metaepoch.
best_solutionnumeric - best solution of a metaepoch.
time_in_secondsnumeric - time of metaepoch in seconds.
fitness_evaluationsnumeric - number of fitness evaluations.
blocked_sproutslist - list of sprouts that were blocked by sprouting condition. A sprout is a potential origin of a new Deme, it can be blocked by sc – sprouting condition. See
sc_max_metricfor more details.is_evolutionarylogical -
TRUEfor all metaepochs except the gradient one.
[Package hmsr version 1.0.1 Index]