i'm looking for slsqp algorithm for optimization. I have to implement it on a non linear problem of minimisation with constraints in python and i'd like to know if it is appropriate for my problem.
Hi, according to me SLSQP impements the SQP method that is dedicated to the solution of nonlinear programming problems. If your problem is linear (onjective function and contraints are linear) you should better use a standard simplex method.