get_decomposition_methods: Print available decomposition methods

View source: R/get_decomposition_methods.R

get_decomposition_methodsR Documentation

Print available decomposition methods

Description

Prints the decomposition methods available in the MOEADr package

Usage

get_decomposition_methods()

Details

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

Value

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

Examples

get_decomposition_methods()


MOEADr documentation built on Jan. 9, 2023, 1:24 a.m.