getCrowdingDistance | R Documentation |
Accessor methods to the crowding distance for NSGA-II results
getCrowdingDistance(obj)
## S4 method for signature 'nsga2'
getCrowdingDistance(obj)
obj |
an object resulting from the execution of NSGA-II algorithm |
Returns a vector with the crowding distances of class nsga2. See nsga2 for a description of available slots information.
Francisco Benitez benitezfj94@gmail.com
# Where 'out' is an object resulting from the execution of the NSGA-II algorithm.
#
# getCrowdingDistance(out)
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.