To solve linear or quadratic programming problems in python, we often resort to scipy.optimize.minimize
, which provides a heuristic platform to design optimization problems.
Could anyone refer me to examples of polynomial goal programming (PGP) in python? PGP is used to solve multi-objective non-convex optimization problems. To start, any scientific problem will do.