I'm trying to minimize a maximum likelihood function with non linear constraints: #Maximum Likelihood import math from scipy import optimize #Define functi
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 (