I have a code that use CVXOPT to minimize an objective function. At the same time I would like to adapt the code I have so that rather than minimize the function will maximize it.
I know this would be possible using Scipy. In Scipy to maximize the objective function with minimize you should set the sign parameter to -1. I was wondering if a similar solution or workaround was also available in CVXOPT. Is something similar possible in CVXOPT?