updated comments
This commit is contained in:
parent
553586d55f
commit
bc1207edb8
2 changed files with 2 additions and 10 deletions
|
|
@ -10,9 +10,6 @@
|
||||||
Non-Dominant Sorting Genetic Algorithm for MultiObjective
|
Non-Dominant Sorting Genetic Algorithm for MultiObjective
|
||||||
Optimization: NSGA-II KanGAL Report No. 200001
|
Optimization: NSGA-II KanGAL Report No. 200001
|
||||||
|
|
||||||
Note that this class does not do the sorting per se, but the sorting
|
|
||||||
of it worth_std::vector will give the right order
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
class eoNSGA_II_Replacement : public eoReplacement<EOT>
|
class eoNSGA_II_Replacement : public eoReplacement<EOT>
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,7 @@
|
||||||
|
|
||||||
/** @brief Fast Elitist Non-Dominant Sorting Genetic Algorithm
|
/** @brief Fast Elitist Non-Dominant Sorting Genetic Algorithm
|
||||||
|
|
||||||
Adapted from Deb, Agrawal, Pratab and Meyarivan: A Fast Elitist
|
Variant of the NSGA-II, where the ranking is based on a top-down distance based mechanism ( O(n^2)! )
|
||||||
Non-Dominant Sorting Genetic Algorithm for MultiObjective
|
|
||||||
Optimization: NSGA-II KanGAL Report No. 200001
|
|
||||||
|
|
||||||
Note that this class does not do the sorting per se, but the sorting
|
|
||||||
of it worth_std::vector will give the right order
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
|
|
|
||||||
Reference in a new issue