Rdocumentation
powered by
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
Link to current version
Version
Version
0.2.2
0.2.1
0.1.1
0.1.0
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)
Search all functions
rminqa
rminqa
bobyqa_rosen_x1e
Example 1b: Minimize Rosenbrock function using bobyqa
bobyqa_rosen_x1
Example 1a: Minimize Rosenbrock function using bobyqa