Class MultivariateFunctionMappingAdapter.UpperBoundMapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double upper
      Upper bound.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpperBoundMapper​(double upper)
      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

      • upper

        private final double upper
        Upper bound.
    • Constructor Detail

      • UpperBoundMapper

        UpperBoundMapper​(double upper)
        Simple constructor.
        Parameters:
        upper - upper bound