org.apache.commons.math3.optim.nonlinear.scalar.gradient
public static class NonLinearConjugateGradientOptimizer.BracketingStep extends java.lang.Object implements OptimizationData
Modifier and Type | Field and Description |
---|---|
private double |
initialStep
Initial step.
|
Constructor and Description |
---|
NonLinearConjugateGradientOptimizer.BracketingStep(double step) |
Modifier and Type | Method and Description |
---|---|
double |
getBracketingStep()
Gets the initial step.
|
Copyright (c) 2003-2013 Apache Software Foundation