PyDE icon indicating copy to clipboard operation
PyDE copied to clipboard

Differential evolution global optimization in Python.

Results 3 PyDE issues
Sort by recently updated
recently updated
newest added

When I try to import pyde.de, I get the error: ``` ---> 14 from pyde.de import DiffEvol 15 import emcee 16 import corner /home/marko/anaconda3/lib/python3.5/site-packages/pyde/de.py in () 9 import numpy as...

bug