scalation.optimization.Minimize
See theMinimize companion object
trait Minimize
The Minimize
trait sets the pattern for optimization algorithms for solving Non-Linear Programming (NLP) problems of the form:
minimize f(x)
where f is the objective/loss function to be minimized
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BFGS_NoLSclass LBFGSclass LBFGS_NoLSclass ConjugateGradient_NoLSclass GradientDescent_Adamclass GradientDescent_Moclass GradientDescent_Mo2class GradientDescent_NoLSclass NelderMeadSimplexclass NewtonRaphsonclass Newton_NoLS
Members list
In this article