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

Interface VectorFn

src/com/winvector/opt/def/VectorFn.java:10–13  ·  view source on GitHub ↗

Interface to optimize (usually maximize) over. @author johnmount

Source from the content-addressed store, hash-verified

8 *
9 */
10public interface VectorFn {
11 int dim();
12 VEval eval(double[] x, boolean wantGrad, boolean wantHessian);
13}

Callers 6

testMHRMethod · 0.95
testBMethod · 0.95
testGHRMethod · 0.95
testGHR2Method · 0.95
test1Method · 0.95
testBMethod · 0.95

Implementers 6

QuadFuntest/com/winvector/opt/imp/TestOpt.jav
MapRedFnsrc/com/winvector/logistic/mr/MapRedFn
DataFnsrc/com/winvector/opt/impl/DataFn.java
NormPenaltysrc/com/winvector/opt/impl/NormPenalty
SumFnsrc/com/winvector/opt/impl/SumFn.java
ConjugateGradientOptimizersrc/com/winvector/opt/impl/ConjugateGr

Calls

no outgoing calls

Tested by

no test coverage detected