| AbstractMiniBatchCostFunction |
Mini Batch cost function.
|
| AbstractMinimizer |
Abstract minimizer class that adds functionality that can be shared between
many minimizers.
|
| CostGradientTuple |
More readable variant of the before used Tuple<> in CostFunction.
|
| DenseMatrixFolder |
|
| Fmincg |
Minimize a continuous differentialble multivariate function.
|
| GradientDescent |
Gradient descent implementation with some neat features like momentum,
divergence detection, delta breaks and bold driver and scheduled annealing
adaptive learning rates.
|
| GradientDescent.GradientDescentBuilder |
|
| NegatedCostFunction |
Negated cost function to implement maximization problems.
|
| OWLQN |
Java translation of C++ code of
"Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"
(@see http://research.microsoft.com/).
|
| ParticleSwarmOptimization |
Particle Swarm Optimization algorithm to minimize costfunctions.
|