Prints the stop criteria available in the MOEADr package
get_stop_criteria()
Formatted data frame containing reference name (for
stopcrit[[i]]$name
) and instructions for More Info about each
criterion.
This routine prints the names of the stop criteria available in
the MOEADr package, to be used as the stopcrit[[i]]$name
parameter
in the moead(...)
call. Instructions for obtaining more info on each
criterion are also returned.
get_stop_criteria()
#> name More.Info
#> 1 maxeval '?stop_maxeval'
#> 2 maxiter '?stop_maxiter'
#> 3 maxtime '?stop_maxtime'