| Interface | Description |
|---|---|
| CrossoverOperator<S extends Solution<?>> |
Interface representing crossover operators.
|
| LocalSearchOperator<Source extends Solution<?>> |
Interface representing a local search operator
Created by cbarba on 5/3/15.
|
| MutationOperator<Source extends Solution<?>> |
Interface representing mutation operators
|
| Operator<Source,Result> |
Interface representing an operator
|
| SelectionOperator<Source,Result> |
Interface representing selection operators
|
Copyright © 2015. All rights reserved.