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: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.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

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

On CRAN:

Conda:

cpp

9.45 score 15 stars 24 packages 52 scripts 2.1k downloads 2 mentions 2 exports 2 dependencies

Last updated from:8d21a1ebfc. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK136
linux-devel-x86_64OK164
source / vignettesOK204
linux-release-arm64OK131
linux-release-x86_64OK149
macos-release-arm64OK107
macos-release-x86_64OK277
macos-oldrel-arm64OK101
macos-oldrel-x86_64OK260
windows-develOK136
windows-releaseOK133
windows-oldrelOK163
wasm-releaseOK108

Exports:DEoptimDEoptim.control

Dependencies:RcppRcppArmadillo

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

Rendered fromRcppDE.pdf.asisusingRcpp::asison May 11 2026.

Last update: 2026-05-11
Started: 2026-05-11