Interface
VectorFn
Interface to optimize (usually maximize) over. @author johnmount
Source from the content-addressed store, hash-verified
| 8 | * |
| 9 | */ |
| 10 | public interface VectorFn { |
| 11 | int dim(); |
| 12 | VEval eval(double[] x, boolean wantGrad, boolean wantHessian); |
| 13 | } |
Implementers 6
QuadFuntest/com/winvector/opt/imp/TestOpt.jav MapRedFnsrc/com/winvector/logistic/mr/MapRedFn DataFnsrc/com/winvector/opt/impl/DataFn.java SumFnsrc/com/winvector/opt/impl/SumFn.java
Tested by
no test coverage detected