All Classes Files Functions Variables Pages
Efficient Struct Reference

Structure for the nondominated solution. More...

#include <Efficient.h>

Public Attributes

int * f
 Components of nondominated solution, \( (Efficient \rightarrow f_j) = y_j \) where \( y \in \mathcal{Y}_N \). More...
 

Detailed Description

Structure for the nondominated solution.

Nondominated solution in the algorithm is defined by using Efficient structure. Each nondominated solution \( y = f(x^*)x \in \mathcal{Y}_N \) has only one parameter which is objective function value vector.

Member Data Documentation

int* Efficient::f

Components of nondominated solution, \( (Efficient \rightarrow f_j) = y_j \) where \( y \in \mathcal{Y}_N \).


The documentation for this struct was generated from the following file: