Skip to main content

All Questions

-2 votes
1 answer
263 views

Using linprog for solving a minimization problem

I've an absolute error loss function of the following form, This function is used to scale the set of data points lying on a curve f to the target curve g. I am trying to minimize the following ...
Natasha's user avatar
  • 1,531
1 vote
0 answers
4k views

scipy.optimize with SLSQP. 'Singular matrix C in LSQ subproblem'

I'm trying to minimize a dot product of 2 vectors but it doesn't work and I have no idea why. Can someone please help me? I have a matrix c of this form: c = [[c11, c12, c13, c14, c15], [c21,...
Karol's user avatar
  • 45