Class Sigma
- java.lang.Object
-
- org.apache.commons.math4.legacy.optim.nonlinear.scalar.Sigma
-
- All Implemented Interfaces:
OptimizationData
public class Sigma extends Object implements OptimizationData
Input sigma values define the initial coordinate-wise extent for sampling the solution space around the initial guess.
-
-
Constructor Summary
Constructors Constructor Description Sigma(double[] s)
-
-
-
Constructor Detail
-
Sigma
public Sigma(double[] s)
- Parameters:
s
- Sigma values.- Throws:
NotStrictlyPositiveException
- if any of the array entries is negative.
-
-
Method Detail
-
getSigma
public double[] getSigma()
- Returns:
- the sigma values.
-
-