nsga2-class {rmoo}R Documentation

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.

Slots

crowdingDistance

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

Examples

showClass('nsga2')

[Package rmoo version 0.2.0 Index]