Learn R Programming

rmoo (version 0.2.0)

getDummyFitness: Accessor methods to the dummy fitness for NSGA-I results

Description

Accessor methods to the dummy fitness for NSGA-I results

Usage

getDummyFitness(obj)

# S4 method for nsga1 getDummyFitness(obj)

Value

Returns a matrix with the dummy fitness of class nsga1. See nsga1

for a description of available slots information.

Arguments

obj

an object resulting from the execution of NSGA-I algorithm

Author

Francisco Benitez benitezfj94@gmail.com

Examples

Run this code
# Where 'out' is an object resulting from the execution of the NSGA-I algorithm.
#
# getDummyFitness(out)
#

Run the code above in your browser using DataLab