getAvailableSolvers: Get the available solvers for use in trena

Description Usage Value Examples

View source: R/utils.R

Description

Retrieve the vector of different methods that can be used as solvers in trena. Solver names in the returned vector correspond to the exact capitalization used in their Solver subclasses (i.e. a Solver object using LASSO is LassoSolver)

Usage

1

Value

A character vector of all solvers currently available in trena.

Examples

1
all.solvers <- getAvailableSolvers()

trena documentation built on Nov. 15, 2020, 2:07 a.m.