powered by
Accessor methods to the metrics evaluated during execution
getMetrics(obj)# S4 method for nsga getMetrics(obj)
# S4 method for nsga getMetrics(obj)
A dataframe with performance metrics evaluated iteration by iteration.
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.
Francisco Benitez benitezfj94@gmail.com
# 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