Relative Content

Tag Archive for pythonscipycurve-fittinggenetic-algorithmscipy-optimize

Differential evolution fails when worker argument is added

To set up my differential_evolve curve-fit function, I borrowed heavily from https://bitbucket.org/zunzuncode/ramanspectroscopyfit/src/master/RamanSpectroscopyFit.py. My implemented function works perfectly, when I don’t use “workers”.