getCrowdingDistance-methods: Accessor methods to the crowding distance for NSGA-II results

getCrowdingDistanceR Documentation

Accessor methods to the crowding distance for NSGA-II results

Description

Accessor methods to the crowding distance for NSGA-II results

Usage

getCrowdingDistance(obj)

## S4 method for signature 'nsga2'
getCrowdingDistance(obj)

Arguments

obj

an object resulting from the execution of NSGA-II algorithm

Value

Returns a vector with the crowding distances of class nsga2. See nsga2 for a description of available slots information.

Author(s)

Francisco Benitez benitezfj94@gmail.com

Examples

# Where 'out' is an object resulting from the execution of the NSGA-II algorithm.
#
# getCrowdingDistance(out)
#


Evolutionary-Optimization-Laboratory/rmoo documentation built on Oct. 28, 2024, 5:45 p.m.