Package: RcppDE 0.1.9
RcppDE: Global Optimization by Differential Evolution in C++
An efficient C++ based implementation of the 'DEoptim' function which performs global optimization by differential evolution. Its creation was motivated by trying to see if the old approximation "easier, shorter, faster: pick any two" could in fact be extended to achieving all three goals while moving the code from plain old C to modern C++. The initial version did in fact do so, but a good part of the gain was due to an implicit code review which eliminated a few inefficiencies which have since been eliminated in 'DEoptim'.
Authors:
RcppDE_0.1.9.tar.gz
RcppDE_0.1.9.zip(r-4.7)RcppDE_0.1.9.zip(r-4.6)RcppDE_0.1.9.zip(r-4.5)
RcppDE_0.1.9.tgz(r-4.6-x86_64)RcppDE_0.1.9.tgz(r-4.6-arm64)RcppDE_0.1.9.tgz(r-4.5-x86_64)RcppDE_0.1.9.tgz(r-4.5-arm64)
RcppDE_0.1.9.tar.gz(r-4.7-arm64)RcppDE_0.1.9.tar.gz(r-4.7-x86_64)RcppDE_0.1.9.tar.gz(r-4.6-arm64)RcppDE_0.1.9.tar.gz(r-4.6-x86_64)
RcppDE_0.1.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RcppDE/json (API)
| # Install 'RcppDE' in R: |
| install.packages('RcppDE', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppde/issues
Last updated from:8d21a1ebfc. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 136 | ||
| linux-devel-x86_64 | OK | 164 | ||
| source / vignettes | OK | 204 | ||
| linux-release-arm64 | OK | 131 | ||
| linux-release-x86_64 | OK | 149 | ||
| macos-release-arm64 | OK | 107 | ||
| macos-release-x86_64 | OK | 277 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| macos-oldrel-x86_64 | OK | 260 | ||
| windows-devel | OK | 136 | ||
| windows-release | OK | 133 | ||
| windows-oldrel | OK | 163 | ||
| wasm-release | OK | 108 |
Exports:DEoptimDEoptim.control
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Differential Evolution Optimization | DEoptim |
| DEoptim-methods | DEoptim-methods plot.DEoptim summary.DEoptim |
| Control various aspects of the DEoptim implementation | DEoptim.control |
