public interface Objective
| Modifier and Type | Method and Description |
|---|---|
double |
eval(OptimizationContext context,
List<org.nuiton.math.matrix.MatrixND> exports,
List<org.nuiton.math.matrix.MatrixND> observations)
Effectue une evaluation entre les exports et les observations.
|
String |
getDescription()
Return plan description.
|
String[] |
getNecessaryResult()
Return plan necessary Results.
|
String[] getNecessaryResult()
String getDescription() throws Exception
Exceptiondouble eval(OptimizationContext context, List<org.nuiton.math.matrix.MatrixND> exports, List<org.nuiton.math.matrix.MatrixND> observations)
context - optimisation contextexports - exportsobservations - observationsCopyright © 1999–2014 CodeLutin. All rights reserved.