Uses of Class
de.jungblut.math.minimize.OWLQN
-
Packages that use OWLQN Package Description de.jungblut.math.minimize -
-
Uses of OWLQN in de.jungblut.math.minimize
Methods in de.jungblut.math.minimize that return OWLQN Modifier and Type Method Description OWLQNOWLQN. doGradChecks()Set to true this will check the gradients every iteration and print out if it aligns with the numerical gradient.OWLQNOWLQN. setL1Weight(double l1weight)This implementation also supports l1 weight adjustment (without the costfunction knowing about it).OWLQNOWLQN. setM(int m)The amount of directions and gradients to keep, this is the "limited" part of L-BFGS.OWLQNOWLQN. setTolerance(double tol)The breaking tolerance over a window of five iterations.
-