moeoParetoObjectiveVectorComparator< ObjectiveVector > Class Template Reference

This functor class allows to compare 2 objective vectors according to Pareto dominance. More...

#include <moeoObjectiveVectorComparator.h>

Inheritance diagram for moeoParetoObjectiveVectorComparator< ObjectiveVector >:

moeoObjectiveVectorComparator< ObjectiveVector > eoBF< A1, A2, R > eoFunctorBase List of all members.

Public Member Functions

bool operator() (const ObjectiveVector &_objectiveVector1, const ObjectiveVector &_objectiveVector2)
 Returns true if _objectiveVector1 dominates _objectiveVector2.

Detailed Description

template<class ObjectiveVector>
class moeoParetoObjectiveVectorComparator< ObjectiveVector >

This functor class allows to compare 2 objective vectors according to Pareto dominance.

Definition at line 32 of file moeoObjectiveVectorComparator.h.


Member Function Documentation

template<class ObjectiveVector>
bool moeoParetoObjectiveVectorComparator< ObjectiveVector >::operator() ( const ObjectiveVector &  _objectiveVector1,
const ObjectiveVector &  _objectiveVector2 
) [inline]

Returns true if _objectiveVector1 dominates _objectiveVector2.

Parameters:
_objectiveVector1 the first objective vector
_objectiveVector2 the second objective vector

Definition at line 41 of file moeoObjectiveVectorComparator.h.


The documentation for this class was generated from the following file:
Generated on Tue Apr 17 16:53:22 2007 for ParadisEO-MOEO by  doxygen 1.5.1