Prints the local search methods available in the MOEADr package

get_localsearch_methods()

Value

Formatted data frame containing reference name (for variation$localsearch$type) and instructions for More Info about each method.

Details

This routine prints the names of the local search 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.

Examples

get_localsearch_methods()
#>      type    More.Info 
#> 1    dvls    '?ls_dvls'
#> 2    tpqa    '?ls_tpqa'