Learn R Programming

rminqa (version 0.2.2)

Derivative-Free Optimization in R using C++

Description

Perform derivative-free optimization algorithms in R using C++. A wrapper interface is provided to call C function of the 'bobyqa' implementation (See ).

Copy Link

Version

Install

install.packages('rminqa')

Monthly Downloads

445

Version

0.2.2

License

GPL (>= 2)

Maintainer

Yi Pan

Last Published

January 8th, 2023

Functions in rminqa (0.2.2)

rminqa

rminqa
bobyqa_rosen_x1e

Example 1b: Minimize Rosenbrock function using bobyqa
bobyqa_rosen_x1

Example 1a: Minimize Rosenbrock function using bobyqa