| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LineBracketInterpolatorGoldenSection |
LineBracketInterpolatorBrent.getGoldenInterpolator()
Getter for goldenInterpolator
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineBracketInterpolatorBrent.setGoldenInterpolator(LineBracketInterpolatorGoldenSection goldenInterpolator)
Setter for goldenInterpolator
|