Differential Evolution C++ library
|
Many thanks to Kenneth Price and Rainer Storn for creating and popularizing the Differential Evolution optimization algorithm.
This library was inspired by Dr. Rainer Storn's C++ implementation published at http://www.icsi.berkeley.edu/~storn/code.html .
The library uses components from the latest boost release (1.48.0 as of this writing) such as thread, tokenizer, tuple, shared_ptr, etc - http://www.boost.org .
The documentation was generated with Doxygen V 1.7.5.1 - http://www.doxygen.org .