R/get_decomposition_methods.R
get_decomposition_methods.Rd
Prints the decomposition methods available in the MOEADr package
get_decomposition_methods()
Formatted data frame containing reference name (for
decomp$name
) and instructions for More Info about each method.
This routine prints the names of the decomposition methods available in
the MOEADr package, to be used as the decomp$name
parameter in the
moead(...)
call. Instructions for obtaining more info on each
operator are also returned.
get_decomposition_methods()
#> name More.Info
#> 1 msld '?decomposition_msld'
#> 2 sld '?decomposition_sld'
#> 3 uniform '?decomposition_uniform'