Learn R Programming

rmoo (version 0.2.0)

nsga2-class: Class 'nsga2'

Description

The class 'nsga2' is instantiated within the execution of rmoo and will be returned as a result of it. All data generated during execution will be stored in it.

Arguments

Slots

crowdingDistance

Crowding-comparison approach to estiate of the perimeter of the cuboid formed by using the nearest neighbors as the vertices.

Examples

Run this code
showClass('nsga2')

Run the code above in your browser using DataLab