Learn R Programming

MOEADr (version 1.1.3)

get_stop_criteria: Print available stop criteria

Description

Prints the stop criteria available in the MOEADr package

Usage

get_stop_criteria()

Arguments

Value

Formatted data frame containing reference name (for stopcrit[[i]]$name) and instructions for More Info about each criterion.

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.

Examples

Run this code
get_stop_criteria()

Run the code above in your browser using DataLab