Prints the variation operators available in the MOEADr package
get_variation_operators()
Formatted data frame containing reference name (for
variation$name
) and instructions for More Info about each operator.
This routine prints the names of the variation operators available in
the MOEADr package, to be used as the variation$name
parameter in the
moead(...)
call. Instructions for obtaining more info on each
operator are also returned.
get_variation_operators()
#> name More.Info
#> 1 binrec '?variation_binrec'
#> 2 diffmut '?variation_diffmut'
#> 3 localsearch '?variation_localsearch'
#> 4 none '?variation_none'
#> 5 polymut '?variation_polymut'
#> 6 sbx '?variation_sbx'
#> 7 truncate '?variation_truncate'