5 #include "../../Utils/MapTools.h" 6 #include "../Random/RandomTools.h" 20 min_((min < max) ? min : max),
21 max_((min < max) ? max : min)
Partial implementation of the DiscreteDistribution interface.
The parameter list object.
AbstractDiscreteDistribution & operator=(const AbstractDiscreteDistribution &adde)
std::shared_ptr< IntervalConstraint > intMinMax_
the interval where the distribution is defined/restricted.
virtual void discretize()
Discretizes the distribution in equiprobable classes.