public interface IGradientBasedOptimizer
| Modifier and Type | Method and Description |
|---|---|
ai.libs.jaicore.math.linearalgebra.Vector |
optimize(IGradientDescendableFunction descendableFunction,
IGradientFunction gradient,
ai.libs.jaicore.math.linearalgebra.Vector initialGuess)
Optimize the given function based on its derivation.
|
ai.libs.jaicore.math.linearalgebra.Vector optimize(IGradientDescendableFunction descendableFunction, IGradientFunction gradient, ai.libs.jaicore.math.linearalgebra.Vector initialGuess)
descendableFunction - the function to optimizegradient - the first order derivate of the functioninitialGuess - the initial guess for the parameters that shall be optimized