Package org.processmining.specpp.base
Interface Evaluator<I extends Evaluable,E extends Evaluation>
-
- Type Parameters:
I- evaluable typeE- evaluation type
- All Superinterfaces:
java.util.function.Function<I,E>
- All Known Subinterfaces:
HeuristicStrategy<N,H>
- All Known Implementing Classes:
AbstractDeltaAdaptationFunction,ConstantDelta,DelegatingEvaluator,DirectlyFollowsHeuristic,EventuallyFollowsTreeHeuristic,LinearDelta,NoDelta,SigmoidDelta
public interface Evaluator<I extends Evaluable,E extends Evaluation> extends java.util.function.Function<I,E>General interface for evaluators. Essentially a function restricted toEvaluableandEvaluationtypes. E.g.PlacetoBasicFitnessEvaluation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Eapply(I i)Eeval(I input)
-