cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
Interface HeuristicCallback
public interface HeuristicCallback
Callback interface used by heuristics to report their results to
their invoker.
Method Summary |
void |
finished(List<IdSet> feasiblePool)
Report that a heuristic has finished and get the pool of solutions from
the argument. |
finished
void finished(List<IdSet> feasiblePool)
- Report that a heuristic has finished and get the pool of solutions from
the argument.
- Parameters:
feasiblePool
- List of feasible solutions found by this run of the
heuristic.
Generated on Fri Dec 9 00:01:25 CET 2011