Package: roptim 0.1.7
roptim: General Purpose Optimization in R using C++
Perform general purpose optimization in R using C++. A unified wrapper interface is provided to call C functions of the five optimization algorithms ('Nelder-Mead', 'BFGS', 'CG', 'L-BFGS-B' and 'SANN') underlying optim().
Authors:
roptim_0.1.7.tar.gz
roptim_0.1.7.tar.gz(r-4.7-arm64)roptim_0.1.7.tar.gz(r-4.7-x86_64)roptim_0.1.7.tar.gz(r-4.6-arm64)roptim_0.1.7.tar.gz(r-4.6-x86_64)
roptim_0.1.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
roptim/json (API)
| # Install 'roptim' in R: |
| install.packages('roptim', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ypan1988/roptim/issues
Last updated from:6a927eb393. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 129 | ||
| linux-devel-x86_64 | OK | 138 | ||
| source / vignettes | OK | 182 | ||
| linux-release-arm64 | OK | 269 | ||
| linux-release-x86_64 | OK | 112 | ||
| wasm-release | OK | 117 |
Exports:example1_rosen_bfgsexample1_rosen_grad_hess_checkexample1_rosen_nograd_bfgsexample1_rosen_other_methodsexample2_tsp_sannexample3_flb_25_dims_box_conexample4_wild_fun
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Example 1: Minimize Rosenbrock function using BFGS | example1_rosen_bfgs |
| Example 1: Gradient/Hessian checks for the implemented C++ class of Rosenbrock function | example1_rosen_grad_hess_check |
| Example 1: Minimize Rosenbrock function (with numerical gradient) using BFGS | example1_rosen_nograd_bfgs |
| Example 1: Minimize Rosenbrock function using other methods | example1_rosen_other_methods |
| Example 2: Solve Travelling Salesman Problem (TSP) using SANN | example2_tsp_sann |
| Example 3: Minimize a function using L-BFGS-B with 25-dimensional box constrained | example3_flb_25_dims_box_con |
| Example 4: Minimize a "wild" function using SANN and BFGS | example4_wild_fun |
| roptim | roptim |
