hms-class {hmsr} | R Documentation |
A S4 class representing a result of hms.
root_id
character - UUID of a root Deme.
metaepoch_snapshots
list of objects of class MetaepochSnapshot.
best_fitness
numeric - best fitness value of all metaepochs.
best_solution
numeric - best solution of all metaepochs.
total_time_in_seconds
numeric - time of a hms execution in seconds.
total_metaepoch_time_in_seconds
numeric - time of all metaepochs in seconds.
metaepochs_count
numeric - total number of all metaepochs.
deme_population_sizes
numeric - sizes of deme populations on each tree level.
Same as population_sizes
parameter of hms function.
lower
numeric - lower bound of the domain, a vector of length equal to the decision variables.
upper
numeric - upper bound of the domain, a vector of length equal to the decision variables.
call
language - an object of class "call" representing the matched call.