Accessor methods to the metrics evaluated during execution
methods
Accessor methods to the metrics evaluated during execution
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.
Returns
A dataframe with performance metrics evaluated iteration by iteration.
Examples
# Where 'out' is an object resulting from the execution of the rmoo.## metrics_result <- getMetrics(out)## metrics_result