Class MultivariateFunctionMappingAdapter.LowerBoundMapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double lower
      Low bound.
    • Constructor Summary

      Constructors 
      Constructor Description
      LowerBoundMapper​(double lower)
      Simple constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double boundedToUnbounded​(double x)
      Maps a value from bounded to unbounded.
      double unboundedToBounded​(double y)
      Maps a value from unbounded to bounded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lower

        private final double lower
        Low bound.
    • Constructor Detail

      • LowerBoundMapper

        LowerBoundMapper​(double lower)
        Simple constructor.
        Parameters:
        lower - lower bound