Learn R Programming

MOEADr (version 1.1.3)

get_update_methods: Print available update methods

Description

Prints the update methods available in the MOEADr package

Usage

get_update_methods()

Arguments

Value

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

Details

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

Examples

Run this code
get_update_methods()

Run the code above in your browser using DataLab