MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / BFGS

Method BFGS

JSAT/src/jsat/math/optimization/BFGS.java:26–29  ·  view source on GitHub ↗

Creates a new BFGS optimization object that uses a maximum of 250 iterations and a BacktrackingArmijoLineSearch backtracking line search.

()

Source from the content-addressed store, hash-verified

24 * search.
25 */
26 public BFGS()
27 {
28 this(250, new BacktrackingArmijoLineSearch());
29 }
30
31 /**
32 * Creates a new BFGS optimization object

Callers

nothing calls this directly

Calls 2

setMaximumIterationsMethod · 0.95
setLineSearchMethod · 0.95

Tested by

no test coverage detected