Category "scipy-optimize"

Scipy minimize returns a higher value than minimum

As a part of multi-start optimization, I am running differential evolution (DE), the output of which I feed as initial values to scipy minimization with SLSQP (

The graph and the values of the data fitted formula for my data are wrong and I don't know how to fix them

Problem in data fitting Hi everyone, I'm quite new in Python and this is the first time I write on Stack Overflow. I've got a problem in fitting the data. With