Struct mutation¶
Defined in File forward_types.hpp
Inheritance Relationships¶
Base Type¶
public fwdpp::mutation_base(Struct mutation_base)
Struct Documentation¶
-
struct
fwdpp::mutation: public fwdpp::mutation_base¶ The simplest mutation type, adding just a selection coefficient and dominance to the interface.
Public Functions
-
mutation(const double &position, const double &sel_coeff, const double &dominance = 0.5) noexcept¶
-