Documentation of 'org.ddogleg.optimization.impl.TrivialQuadraticStoS' Java class
TrivialQuadraticStoS
org.ddogleg.optimization.impl

Class TrivialQuadraticStoS

  • All Implemented Interfaces:
    FunctionStoS


    public class TrivialQuadraticStoS
    extends java.lang.Object
    implements FunctionStoS
    Function used for testing optimization functions. Slightly perturbed from a quadratic.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static double PERTURBATION 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double process(double input)
      Processes the input to compute an output.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrivialQuadraticStoS

        public TrivialQuadraticStoS(double center)
    • Method Detail

      • process

        public double process(double input)
        Description copied from interface: FunctionStoS
        Processes the input to compute an output.
        Specified by:
        process in interface FunctionStoS
        Parameters:
        input - input parameter
        Returns:
        output value

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.