Package: RcppDE 0.1.7.2
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.7.2.tar.gz
RcppDE_0.1.7.2.zip(r-4.5)RcppDE_0.1.7.2.zip(r-4.4)RcppDE_0.1.7.2.zip(r-4.3)
RcppDE_0.1.7.2.tgz(r-4.4-x86_64)RcppDE_0.1.7.2.tgz(r-4.4-arm64)RcppDE_0.1.7.2.tgz(r-4.3-x86_64)RcppDE_0.1.7.2.tgz(r-4.3-arm64)
RcppDE_0.1.7.2.tar.gz(r-4.5-noble)RcppDE_0.1.7.2.tar.gz(r-4.4-noble)
RcppDE_0.1.7.2.tgz(r-4.4-emscripten)RcppDE_0.1.7.2.tgz(r-4.3-emscripten)
RcppDE.pdf |RcppDE.html✨
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 1 months agofrom:b6756e61e5. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-aarch64 | OK | Nov 06 2024 |
R-4.3-win-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-aarch64 | OK | Nov 06 2024 |
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 |