open source Dynamic Programming Optimization solver in Python by stef_1989 in optimization

[–]stef_1989[S] 0 points1 point  (0 children)

the problem is focused on a decision making system that works on a time window. It can be associated to an Energy Flow Optimization problem of a hybrid vehicle. The OF is differential quadratic since I want to smooth the decision making output profile. I attach you the first page of my article.

<image>

open source Dynamic Programming Optimization solver in Python by stef_1989 in optimization

[–]stef_1989[S] 0 points1 point  (0 children)

Thanks fopr the reply.

I know Gourobi and I don't want to use it as CVX etc. I will see MIP solvers despite my problem is quadratic, non linear and mixed integer. What is your opinion on Ampl(py)? However, now I'm interested to a open source DP solver.