# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppDE" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppDE: Global Optimization by Differential Evolution in C++' version: 0.1.7.1 doi: 10.32614/CRAN.package.RcppDE abstract: '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: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org - name: Storn repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppde commit: 47bb676ea5ae4c6568f4fb926a8599491d96111e url: https://dirk.eddelbuettel.com/code/rcpp.de.html date-released: '2023-04-06' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org