Learn R Programming

rmoo (version 0.2.0)

getMetrics: Accessor methods to the metrics evaluated during execution

Description

Accessor methods to the metrics evaluated during execution

Usage

getMetrics(obj)

# S4 method for nsga getMetrics(obj)

Value

A dataframe with performance metrics evaluated iteration by iteration.

Arguments

obj

an object resulting from the execution of NSGA-I, NSGA-II or NSGA-III algorithm. During the execution of the performance metrics must be evaluated.

Author

Francisco Benitez benitezfj94@gmail.com

Examples

Run this code
# Where 'out' is an object resulting from the execution of the rmoo.
#
# metrics_result <- getMetrics(out)
#
# metrics_result

Run the code above in your browser using DataLab