gov.sandia.cognition.learning.function.cost
Class ParallelizedCostFunctionContainer.SubCostEvaluate
java.lang.Object
gov.sandia.cognition.learning.function.cost.ParallelizedCostFunctionContainer.SubCostEvaluate
- All Implemented Interfaces:
- Callable<Object>
- Enclosing class:
- ParallelizedCostFunctionContainer
protected static class ParallelizedCostFunctionContainer.SubCostEvaluate
- extends Object
- implements Callable<Object>
Callable task for the evaluate() method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelizedCostFunctionContainer.SubCostEvaluate
public ParallelizedCostFunctionContainer.SubCostEvaluate(ParallelizableCostFunction costFunction,
Evaluator<? super Vector,? extends Vector> evaluator)
- Creates a new instance of SubCostEvaluate
- Parameters:
costFunction
- Parallel cost functionevaluator
- Evaluator for which to compute the cost
call
public Object call()
- Specified by:
call
in interface Callable<Object>