fortran differential evolution and other parallel samplers
Algorithm https://link.springer.com/article/10.1007/s11222-008-9104-9
Implemented with reference to python - spotpy - demcz and R - BayesianTools - mcmcDEzs
Motivation : reimplemented in Fortran for use in CARDAMOM
TODO
git clone
cd fDE
mkdir build
cd build
cmake ..
make
cmake .. -DENABLE_TESTING
make
ctest .
It's a library. It has no main exectuable other than the test/ examples.
Use the samplers in a fortran program.
It exposes functions MHMCMC
, DEMCz
:
use fDE