getMetrics-methods: Accessor methods to the metrics evaluated during execution

getMetricsR Documentation

Accessor methods to the metrics evaluated during execution

Description

Accessor methods to the metrics evaluated during execution

Usage

getMetrics(obj)

## S4 method for signature 'nsga'
getMetrics(obj)

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.

Value

A dataframe with performance metrics evaluated iteration by iteration.

Author(s)

Francisco Benitez benitezfj94@gmail.com

Examples

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


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