I am going to write algorthim for real-time applications that involve some high-dimensional NLP (non-linear programs).
before implantations, I need to configure my algorithm to see if this is possible for real-time applications, so I use the built-in fmincons Matlab as the baseline.
As experience shows, Matlab algorithms tend to vary from slower to slower than their C ++ counterparts, so I want to evaluate what performance increase I can expect in this particular case?
Since my work is mainly related to real-time applications, so I rarely use NLP (non-linear programming), so I asked my compatriots, they recommend that I try ipopt as a start, I googled on his site, there are no tests there against Matlab, and no there are a lot of questions regarding the details of their algorithms (at least in Matlab, it is easy to check the details of their algorithms), so I have almost no idea about accuracy / reliability / optimality, etc. oh he.
So any help here regarding NLP C ++ implants will be very helpful, thanks a lot in advance.
source share