|
Class Summary |
| BitChain |
This class implements those individuals coded with a chain of bits. |
| BitChainBounds |
Represents the boundaries for each variable in a problem represented by a
chain of bits. |
| ContChain |
This class is used to manage individuals represented by an array of
double. |
| ContChainBounds |
Represents the boundaries for each variable in a problem represented by a chain
of real values. |
| Individual |
This abstract class contains the common features and methods for each kind of
individual. |
| LiOBounds |
Subclasses of LiOBounds allows defining the kind of data used by the
algorithms to solve a task. |
| Permutation |
This class is used to manage individuals composed by a chain of binary
values. |
| PermutationBounds |
Represents the boundaries for each variable in a problem represented by a
permutation |