I have the following optimization problem
https://drive.google.com/file/d/0B39N8ztL-yN3U2dpQmxZYTc0NHM/edit?usp=sharingthe problem can be reformulated by introducing a variable t in the objective function as
https://drive.google.com/file/d/0B39N8ztL-yN3d1BDNG91cmlNVDQ/edit?usp=sharingThe problem is convex and I am using IPOPT solver to solve it.
following are the data and code file.
code dataThe solver takes too much time and runs out of iterations giving me the solution matrices for p and w.
resultsShould I treat them as optimum values?
Why is the solver runs out of iterations? Should I use a different solver/tool.
I am trying to implement a paper in which the the authors have missed the term 'w' is not there in the denominator of the fraction inside the log term in the 1st constraint (As pointed out johan sir in my post in CompSci forum(
link)) (That makes their problem non-convex(After adding w it becomes convex))
Should I modal the problem differently? Also Can I some how speed up the process?
Please Help!!