MCPcopy Index your code
hub / github.com/WinVector/Logistic / maximize

Method maximize

src/com/winvector/opt/def/VectorOptimizer.java:11–11  ·  view source on GitHub ↗

run complete optimization @param f vector function to maximize @param x initial start @param maxRounds maximum number of rounds to try (approximate) @return

(final VectorFn f, double[] x, final int maxRounds)

Source from the content-addressed store, hash-verified

9 * @return
10 */
11 VEval maximize(final VectorFn f, double[] x, final int maxRounds);
12}

Callers 1

testMaxMethod · 0.65

Implementers 4

ConjugateGradientOptimizersrc/com/winvector/opt/impl/ConjugateGr
Newtonsrc/com/winvector/opt/impl/Newton.java
GradientDescentsrc/com/winvector/opt/impl/GradientDes
LinMaxsrc/com/winvector/opt/impl/LinMax.java

Calls

no outgoing calls

Tested by 1

testMaxMethod · 0.52