Hello,
I discovered Opti helper classes last week and i found them great because they are offer to the user a high level coding way for describing problems (as pyomo or jmodellica do), but some doubts have arisen about them:
1) It is stated in Casadi blog that they are ideal for teaching, so I wonder if there is any problem with performance lack using them.
2) The example about race car is great for me (first time I see minimal time problem in Casadi) but they use RK4 for integrator. I have tried use a Radau collocation method in it, but I have failed until now. Is there any example available for Opti stack with collocation integrator?
3) In old opti stack project (before joining to Casadi trunk), there was a way for generating C code. Is this feature still availble and if so, how it is activated and used?
4) About Opti.minimize() function, is there any helper class for indicating an integral operation to minimize (I mean, in race car example, instead of minimize(T) use minimize(Integrate(aceleration)) or something like that)?
Thank you very much,
Pablo