getFitness-methods: Accessor methods to the fitness for rmoo results

getFitnessR Documentation

Accessor methods to the fitness for rmoo results

Description

Accessor methods to the fitness for rmoo results

Usage

getFitness(obj)

Arguments

obj

an object resulting from the execution of NSGA-I, NSGA-II or NSGA-III algorithm

Value

Prints the resulting fitness and when the result of the method-call is assigned to a variable, the fitness is stored as a data frame. See nsga1 nsga2, nsga3 for a description of available slots information.

Author(s)

Francisco Benitez benitezfj94@gmail.com

Examples

# Where 'out' is an object resulting from the execution of the rmoo.
#
# fitness_result <- getFitness(out)
#
# fitness_result


rmoo documentation built on Sept. 24, 2022, 9:05 a.m.