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