MCPcopy Create free account
hub / github.com/WinVector/Logistic / eval

Method eval

src/com/winvector/opt/def/VectorFn.java:12–12  ·  view source on GitHub ↗
(double[] x, boolean wantGrad, boolean wantHessian)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

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