Small modif in moIndexedSwapNeighbor
This commit is contained in:
parent
d3d88d4cc5
commit
edefae4b28
17 changed files with 141 additions and 54 deletions
|
|
@ -83,7 +83,7 @@ class moeoHyperVolumeMetric : public moeoVectorUnaryMetric < ObjectiveVector , d
|
|||
* @param _ref_point the reference point
|
||||
* @param _bounds bounds value
|
||||
*/
|
||||
moeoHyperVolumeMetric(ObjectiveVector& _ref_point=NULL, std::vector < eoRealInterval >& _bounds=NULL): normalize(false), rho(0.0), ref_point(_ref_point), bounds(_bounds){}
|
||||
moeoHyperVolumeMetric(ObjectiveVector& _ref_point, std::vector < eoRealInterval >& _bounds): normalize(false), rho(0.0), ref_point(_ref_point), bounds(_bounds){}
|
||||
|
||||
/**
|
||||
* calculates and returns the HyperVolume value of a pareto front
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ class moeoRouletteSelect:public moeoSelectOne < MOEOT >
|
|||
protected:
|
||||
|
||||
/** size */
|
||||
double & tSize;
|
||||
unsigned int & tSize;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue