Class Summary |
Algorithm |
This class implements a generic template for the algorithms developed in
jMetal. |
Operator |
Class representing an operator |
Problem |
Abstract class representing a multiobjective optimization problem |
Solution |
Class representing a solution for a problem. |
SolutionSet |
Class representing a SolutionSet (a set of solutions) |
SolutionType |
Abstract class representing solution types, which define the types of the
variables constituting a solution |
Variable |
This abstract class is the base for defining new types of variables. |