Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.minimization.line |
Provides line (scalar) minimization algorithms.
|
gov.sandia.cognition.learning.algorithm.minimization.line.interpolator |
Provides line (scalar) interpolation/extrapolation algorithms that fit an
algebraic function to a (small) collection of data points.
|
Class and Description |
---|
LineBracketInterpolator
Definition of an interpolator/extrapolator for a LineBracket.
|
Class and Description |
---|
AbstractLineBracketInterpolator
Partial implementation of LinearBracketInterpolator
|
AbstractLineBracketInterpolatorPolynomial
Partial implementation of a LineBracketInterpolator based on a closed-form
polynomial function.
|
LineBracketInterpolator
Definition of an interpolator/extrapolator for a LineBracket.
|
LineBracketInterpolatorGoldenSection
Interpolates between the two bound points of a LineBracket using the
golden-section step rule, if that step fails, then the interpolator uses
a linear (secant) interpolation.
|
LineBracketInterpolatorParabola
Interpolates using a parabola based on three points without
slope information.
|