Interface | Description |
---|---|
SolutionDecoder<S extends Solution<?>,T extends Solution<?>> |
An interface for decoding some types of solutions into others.
|
Class | Description |
---|---|
BinaryToRvDecoder |
Decodes a binary solution to a real-valued one.
|
CountEvaluator |
CountProblem - counts set (true) bits in solution.
|
DecodingEvaluator<S extends Solution<?>,T extends Solution<?>> |
An evaluator implementation which applies a
SolutionDecoder before delegating to some other SolutionEvaluator , effectively acting as a bridge. |
GrayToRvDecoder |
Extends
BinaryToRvDecoder one with Gray decoding. |
M7Evaluator |
A deceptive multimodal function M7.
|