Class Range

java.lang.Object
org.opt4j.core.Range

public class Range extends Object
representing a range of values [min, max]
  • Field Details

    • min

      protected double min
    • max

      protected double max
  • Constructor Details

    • Range

      public Range(double min, double max)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMin

      public double getMin()
      Returns:
      the min
    • setMin

      public void setMin(double min)
      Parameters:
      min - the min to set
    • getMax

      public double getMax()
      Returns:
      the max
    • setMax

      public void setMax(double max)
      Parameters:
      max - the max to set