summary {rmoo} | R Documentation |
Methods for Function 'summary' in Package 'rmoo'
Description
Method used to summarize the results of the evaluations, passing additional arguments in the summary method the performance metrics is evaluated.
Usage
summary(object, ...)
## S4 method for signature 'nsga'
summary(object, ...)
## S4 method for signature 'nsga1'
summary(object, ...)
## S4 method for signature 'nsga2'
summary(object, ...)
## S4 method for signature 'nsga3'
summary(object, ...)
Arguments
object |
|
... |
other arguments passed on to methods. Passing |
Value
A summary of the values resulting from the execution of an algorithm.
Author(s)
Francisco Benitez benitezfj94@gmail.com
Examples
# Where 'out' is an object of class nsga1, nsga2, or nsga3
#
# summary(out)
#
# For the evaluation of the metrics, pass the reference point
#
# ref_points <- generate_reference_points(3,12)
# summary(out, reference_dirs = ref_points)
[Package rmoo version 0.2.0 Index]