Package: RcppDE 0.1.7.1

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 extending DEoptim which itself is based on DE-Engine

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

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppde/issues

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

On CRAN:

2 exports 13 stars 3.79 score 2 dependencies 19 dependents 2 mentions 1.2k downloads

Last updated 5 months agofrom:47bb676ea5

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 Jul 04 2024.

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