non_dominated_fronts {rmoo} | R Documentation |
Calculate of Non-Dominated Front
Description
A fast approach for calculate Non-Dominated Fronts.
Usage
non_dominated_fronts(object)
Arguments
object |
An object of class 'nsga', usually resulting from a call to function nsga, nsga2 and nsga3. |
Details
Function to determine the non-dominated fronts of a population and the aptitude value.
Value
A list with 'non-dominated fronts' and 'occupied positions' on the fronts.
Author(s)
Francisco Benitez benitezfj94@gmail.com
References
K. Deb, A. Pratap, S. Agarwal and T. Meyarivan, 'A fast and elitist multiobjective genetic algorithm: NSGA-II,' in IEEE Transactions on Evolutionary Computation, vol. 6, no. 2, pp. 182-197, April 2002, doi: 10.1109/4235.996017.
See Also
[Package rmoo version 0.2.0 Index]