Package jmetal.encodings.variable

Class Summary
ArrayInt Class implementing a decision encodings.variable representing an array of integers.
ArrayReal Class implementing a decision encodings.variable representing an array of real values.
Binary This class implements a generic binary string encodings.variable.It can be used as a base class other binary string based classes (e.g., binary coded integer or real variables).
BinaryReal This class extends the Binary class to represent a Real encodings.variable encoded by a binary string
Int This class implements an integer decision encodings.variable
Permutation Class implementing a permutation of integer decision encodings.variable
Real This class implements a Real value decision encodings.variable