Skip to content
/ DEoptim Public
forked from ArdiaD/DEoptim

Differential evoluation in R

Notifications You must be signed in to change notification settings

k-m-m/DEoptim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEoptim

DEoptim implements the Differential Evolution algorithm for global optimization of a real-valued function of a real-valued parameter vector. The implementation of Differential Evolution in DEoptim interfaces with C code for efficiency. Moreover, the package is self-contained and does not depend on any other packages.

Please cite the package in publications!

By using DEoptim you agree to the following rules:

  1. You must cite Mullen et al. (2011) in working papers and published papers that use DEoptim.
  2. You must place the following URL in a footnote to help others find DEoptim: https://CRAN.R-project.org/package=DEoptim.
  3. You assume all risk for the use of DEoptim.

Mullen, K., Ardia, D., Gil, D., Windover, D., Cline, J. (2011).
DEoptim: An R package for global optimization by Differential Evolution.
Journal of Statistical Software, 40(6), 1-26.
https://doi.org//10.18637/jss.v040.i06

Ardia, D., Boudt, K., Carl, P., Mullen, K., Peterson, B.G. (2010).
Differential Evolution with DEoptim: An application to non-convex portfolio optimization.
R Journal, 3(1), 27-34.
https://doi.org/10.32614/RJ-2011-005

About

Differential evoluation in R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.6%
  • R 45.4%