DTLZ7 Class Reference

multi-objective problem DTLZ7 More...

#include <MultiObjectiveFunctions.h>

Inheritance diagram for DTLZ7:

ObjectiveFunctionVS< double > ObjectiveFunctionT< T * > ObjectiveFunction

List of all members.

Public Member Functions

 DTLZ7 (unsigned d=30, unsigned m=3)
 Constructor.
 ~DTLZ7 ()
 Destructor.
unsigned int objectives () const
 return the number of objectives to optimize
void result (double *const &point, std::vector< double > &value)
bool ProposeStartingPoint (double *&point) const
bool utopianFitness (std::vector< double > &value) const
 If possible, this method returns (a bound on) the best possible fitness.
bool nadirFitness (std::vector< double > &value) const
 If possible, this method returns (a bound on) the worst possible fitness.

Protected Attributes

unsigned m_objectives


Detailed Description

multi-objective problem DTLZ7

\[ f_1(x) = x_1 \]

\[ f_2(x) = x_2 \]

$ \ldots $

\[ f_{m-1}(x) = x_{m-1} \]

\[ f_m(x) = (1+g(X_m))*h(f_1,f_2, \ldots ,f_{m-1},g) \]

where

\[ g(X_m)= 1 + \frac{9}{|X_m|}\sum_{x_i \in X_m}x_i \]

$ h= m -\sum_{i=1}^{m-1}\frac{f_i}{1+g(X_m)(1+sin(3 \pi f_i))}$

\[ x= (x_1, \ldots,x_n) \in [0,1]^{n} \]

$ m \leq n $ and usually $n = 30$

Definition at line 2027 of file MultiObjectiveFunctions.h.


Constructor & Destructor Documentation

DTLZ7::DTLZ7 ( unsigned  d = 30,
unsigned  m = 3 
)

Constructor.

Definition at line 3455 of file MultiObjectiveFunctions.cpp.

References ObjectiveFunction::m_name, and m_objectives.

DTLZ7::~DTLZ7 (  ) 

Destructor.

Definition at line 3461 of file MultiObjectiveFunctions.cpp.

References ObjectiveFunctionT< T * >::constrainthandler.


Member Function Documentation

bool DTLZ7::nadirFitness ( std::vector< double > &  value  )  const [virtual]

If possible, this method returns (a bound on) the worst possible fitness.

For single objective optimization this information is rarely of any use, while for multi objective optimization a so-called nadir point is important for the computation of standard quality indicators like the hypervolume.

Parameters:
fitness component wise worst fitness
Returns:
true if a nadir point is known, false otherwise

Reimplemented from ObjectiveFunctionVS< double >.

Definition at line 3518 of file MultiObjectiveFunctions.cpp.

References m_objectives.

unsigned int DTLZ7::objectives (  )  const [virtual]

return the number of objectives to optimize

Implements ObjectiveFunction.

Definition at line 3468 of file MultiObjectiveFunctions.cpp.

References m_objectives.

bool DTLZ7::ProposeStartingPoint ( double *&  point  )  const

void DTLZ7::result ( double *const &  point,
std::vector< double > &  value 
)

bool DTLZ7::utopianFitness ( std::vector< double > &  value  )  const [virtual]

If possible, this method returns (a bound on) the best possible fitness.

For the single objective case the function should return the fitness in the global optimum. For the multi objective case this function should return a utopian point.

Parameters:
fitness component wise utopian fitness
Returns:
true if an utopian point is known, false otherwise

Reimplemented from ObjectiveFunctionVS< double >.

Definition at line 3513 of file MultiObjectiveFunctions.cpp.


Member Data Documentation

unsigned DTLZ7::m_objectives [protected]

Definition at line 2042 of file MultiObjectiveFunctions.h.

Referenced by DTLZ7(), nadirFitness(), objectives(), and result().


The documentation for this class was generated from the following files: