Class SequentialIndividualCompleter

java.lang.Object
org.opt4j.common.completer.SequentialIndividualCompleter
All Implemented Interfaces:
IndividualCompleter
Direct Known Subclasses:
ParallelIndividualCompleter

public class SequentialIndividualCompleter extends Object implements IndividualCompleter

The SequentialIndividualCompleter completes the Individuals sequentially.

It updates the Individual.State of the Individual according to the state of the completion process. It uses Control between the different (possibly time consuming) completion steps to allow the user to control the completion process.