Uses of Class
de.jungblut.math.minimize.AbstractMinimizer
-
Packages that use AbstractMinimizer Package Description de.jungblut.math.minimize -
-
Uses of AbstractMinimizer in de.jungblut.math.minimize
Subclasses of AbstractMinimizer in de.jungblut.math.minimize Modifier and Type Class Description classFmincgMinimize a continuous differentialble multivariate function.classGradientDescentGradient descent implementation with some neat features like momentum, divergence detection, delta breaks and bold driver and scheduled annealing adaptive learning rates.classOWLQNJava translation of C++ code of "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives" (@see http://research.microsoft.com/).classParticleSwarmOptimizationParticle Swarm Optimization algorithm to minimize costfunctions.
-