get_stop_criteria {MOEADr} | R Documentation |
Print available stop criteria
Description
Prints the stop criteria available in the MOEADr package
Usage
get_stop_criteria()
Details
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.
Value
Formatted data frame containing reference name (for
stopcrit[[i]]$name
) and instructions for More Info about each
criterion.
Examples
get_stop_criteria()
[Package MOEADr version 1.1.3 Index]