Interface MutationRate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double get()
      Returns the mutation rate as a double value.
      void set​(double value)
      Sets the mutation to a double value.
    • Method Detail

      • get

        double get()
        Returns the mutation rate as a double value.
        Returns:
        the mutation rate
      • set

        void set​(double value)
        Sets the mutation to a double value.
        Parameters:
        value - the new muation rate