testConstrainedProblem: NLopt Call Example from Rcpp

Description Usage Arguments Value See Also Examples

View source: R/RcppExports.R

Description

A simple example for for NLopt integration for Rcpp, using an example from the NLopt tutorial.

Usage

1
testConstrainedProblem(method = "MMA", verbose = FALSE)

Arguments

method

A string defaulting to ‘MMA’ (also allowing ‘COBYLA’) which selects the algorithm use.

verbose

A boolean toggle defaulting to ‘false’

Value

A numeric vector with two elements

See Also

https://nlopt.readthedocs.io/en/latest/NLopt_Tutorial/

Examples

1

RcppNLoptExample documentation built on May 2, 2019, 5:56 a.m.