list_methods {flexFitR}R Documentation

Print available methods in flexFitR

Description

Print available methods in flexFitR

Usage

list_methods(bounds = FALSE, check_package = FALSE)

Arguments

bounds

If TRUE, returns methods for box (or bounds) constraints. FALSE by default.

check_package

If TRUE, ensures solvers are installed. FALSE by default.

Value

A vector with available methods

Examples

library(flexFitR)
list_methods()

[Package flexFitR version 1.2.0 Index]