Uses of Class
jenes.tutorials.problem5.DoubleAlleleSet

Packages that use DoubleAlleleSet
jenes.tutorials.problem5   
 

Uses of DoubleAlleleSet in jenes.tutorials.problem5
 

Methods in jenes.tutorials.problem5 that return DoubleAlleleSet
static DoubleAlleleSet DoubleAlleleSet.createRandom(int size, double lowerBound, double upperBound)
          Builds a DoubleAlleleSet with random values within the range [lowerBound,upperBound]
static DoubleAlleleSet DoubleAlleleSet.createUniform(int size, int lowerBound, int upperBound)
          Builds a new DoubleAlleleSet with uniformly distributed values within the range [lowerBound,upperBound]