add warning to klu if using model converted to casadi
See original GitHub issuethe IDAKLUSolver
can be considerably slower when using model.convert_to_format = "casadi"
compared with model.convert_to_format = "python"
, we should add a warning and/or explain in the docs for the solver that we recommend converting to python for this solver
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
User Documentation for CasADi v3.4.0
CasADi is an open-source software tool for numerical optimization in general and optimal control (i.e. optimization involving differential ...
Read more >casadi/casadi.i at master - swig
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued ...
Read more >Casadi_Tutorial slides
Tutorial: How to solve Non Linear Programming (NLP) problems using CasADi and Interactive Python. Vladimiros Minasidis.
Read more >code generation
Error using mex > myf.c > D:\EIVD\Projets\TrajOpt\Matlab\Casadi\myf.c(80) : warning C4267: '=' : > conversion > from 'size_t' to 'int', ...
Read more >Practical methods for approximate robust periodic optimal ...
optimal control with Lyapunov equations. Joris Gillis, Moritz Diehl. Department of Electrical Engineering (ESAT/STADIUS), KU Leuven. Abstract.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, the KLU solver isn’t available on Windows. No worries
Oh, I’ll run this on my side and check if I can resolve the bug.