# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DEoptimR" in publications use:' type: software license: GPL-2.0-or-later title: 'DEoptimR: Differential Evolution Optimization in Pure R' version: 1.1-3-1 doi: 10.32614/CRAN.package.DEoptimR abstract: Differential Evolution (DE) stochastic heuristic algorithms for global optimization of problems with and without general constraints. The aim is to curate a collection of its variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it provides implementations of the algorithms 'jDE' by Brest et al. (2006) for single-objective optimization and 'NCDE' by Qu et al. (2012) for multimodal optimization (single-objective problems with multiple solutions). authors: - family-names: Conceicao given-names: Eduardo L. T. email: mail@eduardoconceicao.org repository: https://CRAN.R-project.org/package=DEoptimR date-released: '2024-11-23' contact: - family-names: Conceicao given-names: Eduardo L. T. email: mail@eduardoconceicao.org