R/get_scalarization_methods.R
get_scalarization_methods.Rd
Prints the scalarization methods available in the MOEADr package
get_scalarization_methods()
Formatted data frame containing reference name (for
aggfun$name
) and instructions for More Info about each method.
This routine prints the names of the scalarization methods available in
the MOEADr package, to be used as the aggfun$name
parameter in the
moead(...)
call. Instructions for obtaining more info on each
operator are also returned.
get_scalarization_methods()
#> name More.Info
#> 1 awt '?scalarization_awt'
#> 2 ipbi '?scalarization_ipbi'
#> 3 pbi '?scalarization_pbi'
#> 4 ws '?scalarization_ws'
#> 5 wt '?scalarization_wt'