Public Member Functions

SMSEMOA_3D_MIES Class Reference

Generational MIES version of 3D SMS-EMOA, optionally using dp selection; abstract class (see Beume, 2007 - SMS-EMOA; see NSGAII_MIES.h) More...

#include <SMSEMOA_3D_MIES.h>

Inheritance diagram for SMSEMOA_3D_MIES:
Inheritance graph
[legend]
Collaboration diagram for SMSEMOA_3D_MIES:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SMSEMOA_3D_MIES (unsigned n_r_, unsigned n_z_, unsigned n_d_, unsigned n_sigma_r_, unsigned n_sigma_z_, unsigned n_prob_, unsigned n_f_, unsigned mu_, unsigned rho_, unsigned kappa_, unsigned lambda_, vector< double > &lBound_r_, vector< double > &uBound_r_, vector< int > &lBound_z_, vector< int > &uBound_z_, vector< int > &lBound_d_, vector< int > &uBound_d_, double prob_min_, double prob_max_, bool disRec_r_, bool disRec_z_, bool disRec_sigma_r_, bool disRec_sigma_z_, bool disRec_prob_, bool selfAdaptation_, vector< int > &direction_, unsigned evaluations_, vector< double > &optimalF_, double initialSigma_r_, double initialSigma_z_, double initialProb_, ifstream *initialPopFile_, int randomSeed_, bool feedback_, unsigned timeOutValue_, unsigned selectDimension_, vector< unsigned > &selectFunction_)
 ~SMSEMOA_3D_MIES ()

Detailed Description

Generational MIES version of 3D SMS-EMOA, optionally using dp selection; abstract class (see Beume, 2007 - SMS-EMOA; see NSGAII_MIES.h)

Definition at line 9 of file SMSEMOA_3D_MIES.h.


Constructor & Destructor Documentation

SMSEMOA_3D_MIES::SMSEMOA_3D_MIES ( unsigned  n_r_,
unsigned  n_z_,
unsigned  n_d_,
unsigned  n_sigma_r_,
unsigned  n_sigma_z_,
unsigned  n_prob_,
unsigned  n_f_,
unsigned  mu_,
unsigned  rho_,
unsigned  kappa_,
unsigned  lambda_,
vector< double > &  lBound_r_,
vector< double > &  uBound_r_,
vector< int > &  lBound_z_,
vector< int > &  uBound_z_,
vector< int > &  lBound_d_,
vector< int > &  uBound_d_,
double  prob_min_,
double  prob_max_,
bool  disRec_r_,
bool  disRec_z_,
bool  disRec_sigma_r_,
bool  disRec_sigma_z_,
bool  disRec_prob_,
bool  selfAdaptation_,
vector< int > &  direction_,
unsigned  evaluations_,
vector< double > &  optimalF_,
double  initialSigma_r_,
double  initialSigma_z_,
double  initialProb_,
ifstream *  initialPopFile_,
int  randomSeed_,
bool  feedback_,
unsigned  timeOutValue_,
unsigned  selectDimension_,
vector< unsigned > &  selectFunction_ 
) [inline]

Definition at line 12 of file SMSEMOA_3D_MIES.h.

SMSEMOA_3D_MIES::~SMSEMOA_3D_MIES (  ) [inline]

Definition at line 39 of file SMSEMOA_3D_MIES.h.


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