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