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

demes

list of objects of class Deme.

best_fitness

numeric - best fitness value of a metaepoch.

best_solution

numeric - best solution of a metaepoch.

time_in_seconds

numeric - time of metaepoch in seconds.

fitness_evaluations

numeric - number of fitness evaluations.

blocked_sprouts

list - 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_metric for more details.

is_evolutionary

logical - TRUE for all metaepochs except the gradient one.


[Package hmsr version 1.0.1 Index]