Skip to content

Issue27 add differential evo

Jorin Diemer requested to merge issue27_add_differential_evo into master

Added differential evolution algorith implmented in the scipy package: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html

Additionally added notebook with test examples. One shows that boundaries are not applied in basinhopping algortihm.

Merge request reports