Package: RcppDE 0.1.8

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:Dirk Eddelbuettel [aut, cre], David Ardia [aut], Katharine Mullen [aut], Brian Peterson [aut], Joshua Ulrich [aut], Kris Boudt [ctb], Rainer Storn [aut]

RcppDE_0.1.8.tar.gz
RcppDE_0.1.8.zip(r-4.5)RcppDE_0.1.8.zip(r-4.4)RcppDE_0.1.8.zip(r-4.3)
RcppDE_0.1.8.tgz(r-4.5-x86_64)RcppDE_0.1.8.tgz(r-4.5-arm64)RcppDE_0.1.8.tgz(r-4.4-x86_64)RcppDE_0.1.8.tgz(r-4.4-arm64)RcppDE_0.1.8.tgz(r-4.3-x86_64)RcppDE_0.1.8.tgz(r-4.3-arm64)
RcppDE_0.1.8.tar.gz(r-4.5-noble)RcppDE_0.1.8.tar.gz(r-4.4-noble)
RcppDE_0.1.8.tgz(r-4.4-emscripten)RcppDE_0.1.8.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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

cpp

8.78 score 14 stars 20 packages 45 scripts 927 downloads 2 mentions 2 exports 2 dependencies

Last updated 2 days agofrom:628117ce28. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 19 2025
R-4.5-win-x86_64OKFeb 19 2025
R-4.5-mac-x86_64OKFeb 19 2025
R-4.5-mac-aarch64OKFeb 19 2025
R-4.5-linux-x86_64OKFeb 19 2025
R-4.4-win-x86_64OKFeb 19 2025
R-4.4-mac-x86_64OKFeb 19 2025
R-4.4-mac-aarch64OKFeb 19 2025
R-4.3-win-x86_64OKFeb 19 2025
R-4.3-mac-x86_64OKFeb 19 2025
R-4.3-mac-aarch64OKFeb 19 2025

Exports:DEoptimDEoptim.control

Dependencies:RcppRcppArmadillo

From DEoptim to RcppDE: A case study in porting from C to C++ using Rcpp and RcppArmadillo

Rendered fromRcppDE.Rnwusingutils::Sweaveon Feb 19 2025.

Last update: 2015-09-05
Started: 2013-12-12