Class MappedExpander.DoubleLogarithmicMap

java.lang.Object
com.github.gbenroscience.math.numericalmethods.MappedExpander.DoubleLogarithmicMap
All Implemented Interfaces:
MappedExpander.DomainMap
Enclosing class:
MappedExpander

public static class MappedExpander.DoubleLogarithmicMap extends Object implements MappedExpander.DomainMap
A DomainMap that clusters nodes tightly at BOTH the lower bound (a) and the upper bound (b). Uses a Hyperbolic Tangent transformation.
Author:
GBEMIRO
  • Constructor Details

    • DoubleLogarithmicMap

      public DoubleLogarithmicMap(double a, double b, double s)
      Parameters:
      s - Sensitivity. For a tanh map, a value between 3.0 and 5.0 is ideal. s = 4.0 creates extreme clustering at the boundaries.
  • Method Details