| hms-class {hmsr} | R Documentation |
A S4 class representing a result of hms.
Description
A S4 class representing a result of hms.
Slots
root_idcharacter - UUID of a root Deme.
metaepoch_snapshotslist of objects of class MetaepochSnapshot.
best_fitnessnumeric - best fitness value of all metaepochs.
best_solutionnumeric - best solution of all metaepochs.
total_time_in_secondsnumeric - time of a hms execution in seconds.
total_metaepoch_time_in_secondsnumeric - time of all metaepochs in seconds.
metaepochs_countnumeric - total number of all metaepochs.
deme_population_sizesnumeric - sizes of deme populations on each tree level. Same as
population_sizesparameter of hms function.lowernumeric - lower bound of the domain, a vector of length equal to the decision variables.
uppernumeric - upper bound of the domain, a vector of length equal to the decision variables.
calllanguage - an object of class "call" representing the matched call.
[Package hmsr version 1.0.1 Index]