$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Proposal for a Differential Evolution C++ library
From: Adrian Michel (adrian_at_[hidden])
Date: 2011-12-09 12:03:54
Hello everybody,
Would there be interest in a C++ Differential Evolution optimization (DE)
library as part of boost? The library is functional but hasn't been made
public yet.
The full documentation is at http://www.amichel.com/de/doc/html but I'd
suggest these pages for a first read
http://www.amichel.com/de/doc/html/dd/d53/overview.html and
http://www.amichel.com/de/doc/html/db/d4e/tutorial.html .
The zip containing the DE C++ library and helper files is at
http://www.amichel.com/de/de.zip.
The DE main page is at http://www.icsi.berkeley.edu/~storn/code.html .
Thanks,
Adrian Michel