Skip to content
/ RcppDE Public

❗ This is a read-only mirror of the CRAN R package repository. RcppDE — Global Optimization by Differential Evolution in C++. Homepage: https://github.com/eddelbuettel/rcppdehttps://dirk.eddelbuettel.com/code/rcpp.de.html Report bugs for this package: https://github.com/eddelbuettel/rcppde/issues

Notifications You must be signed in to change notification settings

cran/RcppDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RcppDE: Rcpp port of Differential Evolution

CI License CRAN r-universe Downloads Dependencies Last Commit

About

The package provides global optimization by differential evolution.

It uses 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.

Author

Dirk Eddelbuettel extending DEoptim by David Ardia, Katharine Mullen, Brian Peterson and Joshua Ulrich, which itself is based on DE-Engine by Rainer Storn.

About

❗ This is a read-only mirror of the CRAN R package repository. RcppDE — Global Optimization by Differential Evolution in C++. Homepage: https://github.com/eddelbuettel/rcppdehttps://dirk.eddelbuettel.com/code/rcpp.de.html Report bugs for this package: https://github.com/eddelbuettel/rcppde/issues

Resources

Stars

Watchers

Forks

Packages

No packages published