getMetrics {rmoo} | R 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
[Package rmoo version 0.2.0 Index]