| Package | Description |
|---|---|
| org.opt4j.common.completer |
Provides the classes for the
IndividualCompleters. |
| Constructor and Description |
|---|
ParallelIndividualCompleter(Control control,
Decoder decoder,
Evaluator evaluator,
int maxThreads)
Constructs a
ParallelIndividualCompleter with a specified maximal
number of concurrent threads. |
SequentialIndividualCompleter(Control control,
Decoder decoder,
Evaluator evaluator)
Constructs a
SequentialIndividualCompleter. |