View source: R/modified_crowding_distance.R
modifiedCrowdingDistance | R Documentation |
A Crowded-comparison approach.
modifiedCrowdingDistance(
object,
epsilon,
weights = NULL,
normalization = "front",
extreme_points_as_ref_dirs = FALSE
)
object |
An object of class 'rnsga2', usually resulting from a call to function r-nsga2. Fitness Function Objective Numbers |
extreme_points_as_ref_dirs |
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
Kalyanmoy Deb and J. Sundar. 2006. Reference point based multi-objective optimization using evolutionary algorithms. In Proceedings of the 8th annual conference on Genetic and evolutionary computation (GECCO '06). Association for Computing Machinery, New York, NY, USA, 635–642. doi: 10.1145/1143997.1144112
rnsga2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.