I'm relatively new to scipy and I'm looking for a guidance. I have an unconstrained minimization problem of the form:
Where a and b are coefficients and x is a vector of unknowns (can be of different length). I'm wondering about how to solve this problem using python. I looked through the scipy reference guide but couldn't find the answer.
Thank you