Interface Optimizer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GradientDescent
,LBFGS
Trait for optimization problem solvers.
-
Method Summary
-
Method Details
-
optimize
Solve the provided convex optimization problem.- Parameters:
data
- (undocumented)initialWeights
- (undocumented)- Returns:
- (undocumented)
-