Class | Description |
---|---|
BackTrackLineSearch | |
BaseOptimizer |
Base optimizer
|
ConjugateGradient |
Modified based on cc.mallet.optimize.ConjugateGradient
no termination when zero tolerance
|
GradientAscent |
Vectorized Stochastic Gradient Ascent
|
IterationGradientDescent |
No line search gradient descent
|
LBFGS |
LBFGS
|
StochasticHessianFree |
Hessian Free Optimization
by Ryan Kiros http://www.cs.toronto.edu/~rkiros/papers/shf13.pdf
|
Copyright © 2015. All Rights Reserved.