nsga1-class {rmoo} | R Documentation |
Class 'nsga1'
Description
The class 'nsga1' 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
dumFitness
a large dummy fitness value assigned to individuals from the nondominated front.
dShare
the maximun phenotypic distance allowed between any two individuals to become members of a niche.
deltaDummy
value to decrease the dummy fitness of individuals by non-dominated fronts.
Examples
showClass('nsga1')
[Package rmoo version 0.2.0 Index]