See: Description
| Interface | Description |
|---|---|
| ClusterStatsDef |
This interface should be implemented by any statistical clustering process, to be
used with the rest of the system without requiring any further changes.
|
| EvolveMediatorDef |
Additional interface classes for a solver that evolves solutions.
|
| IterateMediatorDef |
Additional interface classes for a solver that iterates and changes solutions as
part of each iteration, such as a genetic mediator.
|
| ProblemMediatorDef |
Additional interface classes for a base solver mediator.
|
| SolutionDef |
Base interface class for a solution.
|
| SolutionGeneticDef |
Additional interface classes for a genetic solution to be used to solve the problem.
|
| SolutionSolveDef |
Additional interface classes for a solution to be used to solve the problem.
|
| TestDef |
This is the interface that all test controlling classes (
RunTests derived) should implement. |