Prints the update methods available in the MOEADr package
get_update_methods()
Formatted data frame containing reference name (for
update$name
) and instructions for More Info about each method.
This routine prints the names of the update methods available in
the MOEADr package, to be used as the update$name
parameter in the
moead(...)
call. Instructions for obtaining more info on each
operator are also returned.
get_update_methods()
#> name More.Info
#> 1 best '?updt_best'
#> 2 restricted '?updt_restricted'
#> 3 standard '?updt_standard'