getMetrics | R Documentation |
Accessor methods to the metrics evaluated during execution
getMetrics(obj)
## S4 method for signature 'nsga'
getMetrics(obj)
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. |
A dataframe with performance metrics evaluated iteration by iteration.
Francisco Benitez benitezfj94@gmail.com
# Where 'out' is an object resulting from the execution of the rmoo.
#
# metrics_result <- getMetrics(out)
#
# metrics_result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.