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