MutationParameters class
#include <MutationParameters.hpp>
Contents
Constructors, destructors, conversion operators
- MutationParameters() defaulted
Public functions
- auto getMutationType() const -> MutationTypes
- auto getProbabilityGen() const -> double
- auto getExchangeType() const -> int32_t
- auto getProbabilityTruthTable() const -> double
- auto operator==(const MutationParameters& r) const -> bool
- void setMutationType(MutationTypes i_mutationType)
- void setProbabilityGen(double i_probabilityGen)
- void setExchangeType(int32_t i_exchangeType)
- void setProbabilityTruthTable(double i_probabilityTruthTable)