Prints the constraint handling methods available in the MOEADr package

get_constraint_methods()

Value

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

Details

This routine prints the names of the constraint handling methods available in the MOEADr package, to be used as the constraint$name parameter in the moead(...) call. Instructions for obtaining more info on each operator are also returned.

Examples

get_constraint_methods()
#>           name                More.Info      
#> 1         none           '?constraint_none'  
#> 2        penalty        '?constraint_penalty'
#> 3          vbr            '?constraint_vbr'