Package: RcppDE Version: 0.1.9 Date: 2026-03-10 Title: Global Optimization by Differential Evolution in C++ Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("David", "Ardia", role = "aut", comment = "Author of DEoptim"), person("Katharine", "Mullen", role = "aut", comment = "Author of DEoptim"), person("Brian", "Peterson", role = "aut", comment = "Author of DEoptim"), person("Joshua", "Ulrich", role = "aut", comment = "Author of DEoptim"), person("Kris", "Boudt", role = "ctb", comment = "Contributor to DEoptim"), person("Rainer", "Storn", role = "aut", comment = "Principal author of DE-Engine")) Description: 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'. License: GPL (>= 2) Imports: Rcpp (>= 1.1.1) Suggests: inline, DEoptim, lattice LinkingTo: Rcpp, RcppArmadillo URL: https://github.com/eddelbuettel/rcppde, https://dirk.eddelbuettel.com/code/rcpp.de.html BugReports: https://github.com/eddelbuettel/rcppde/issues VignetteBuilder: Rcpp Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-05-11 16:34:16 UTC RemoteUrl: https://github.com/eddelbuettel/rcppde RemoteRef: HEAD RemoteSha: 8d21a1ebfca40bbb03ae066339ded074c225270f NeedsCompilation: yes Packaged: 2026-06-23 17:34:07 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), David Ardia [aut] (Author of DEoptim), Katharine Mullen [aut] (Author of DEoptim), Brian Peterson [aut] (Author of DEoptim), Joshua Ulrich [aut] (Author of DEoptim), Kris Boudt [ctb] (Contributor to DEoptim), Rainer Storn [aut] (Principal author of DE-Engine) Maintainer: Dirk Eddelbuettel