Package data

Provides classes for handling sets of double-valued input-output data.

See:
          Description

Interface Summary
DataListener Objects supporting this interface can be added as listeners to DataHandlers, and thus be notified whenever data is added or removed to a DataHandler.
 

Class Summary
DataBlock A class for holding a block of data.
DataHandler A class to handle sets of input-output data.
DataPoint Class to store an input-output pair, called a DataPoint.
DataPointComparer One way of comparing DataPoints: This implementation assumes that the first output of a DataPoint corresponds to an problem objective and the other outputs correspond to constraint violations.
MultiobjectiveComparator  
OptimizationDataHandler Extends DataHandler by supporting a OptimizationDataHandler.getBestDesign() method: automatically orders DataPoints as they are added, using a DataPointComparer.
PenaltyFunctionComparer  
 

Package data Description

Provides classes for handling sets of double-valued input-output data.