public interface ISolutionCandidateIterator<I,O> extends IAlgorithm<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
nextSolutionCandidate() |
SolutionCandidateFoundEvent<O> |
nextSolutionCandidateEvent() |
call, getConfig, getId, getInput, getNumCPUs, getTimeout, nextWithException, registerListener, setMaxNumThreads, setNumCPUs, setTimeout, setTimeoutcancelO nextSolutionCandidate() throws AlgorithmTimeoutedException, AlgorithmExecutionCanceledException, java.lang.InterruptedException, AlgorithmException
AlgorithmTimeoutedExceptionAlgorithmExecutionCanceledExceptionjava.lang.InterruptedExceptionAlgorithmExceptionSolutionCandidateFoundEvent<O> nextSolutionCandidateEvent() throws AlgorithmTimeoutedException, AlgorithmExecutionCanceledException, java.lang.InterruptedException, AlgorithmException
AlgorithmTimeoutedExceptionAlgorithmExecutionCanceledExceptionjava.lang.InterruptedExceptionAlgorithmException