Package io.jenetics.internal.math


package io.jenetics.internal.math
  • Classes
    Class
    Description
    This object contains mathematical helper functions.
    This class implements the the Kahan summation algorithm, which significantly reduces the numerical error when adding double values.
    Mathematical functions regarding probabilities.
    Some random helper functions.
    This class creates random subsets of size k from a set of n elements.