View source: R/crowding_distance.R
crowding_distance | R Documentation |
A Crowded-comparison approach.
crowding_distance(object, nObj)
object, nObj |
An object of class 'nsga2', usually resulting from a call to function nsga2. Fitness Function Objective Numbers |
The crowded-comparison operator guides the selection process at the various stages of the algorithm toward a uniformly spread-out Pareto-optimal front
A vector with the crowding-distance between individuals of a population.
Francisco Benitez benitezfj94@gmail.com
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.
non_dominated_fronts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.