How do I reduce the running time when I call thousands of 'intlinprog' ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
- 'intlinprog' is used in a subfunction that is called many times, and the running time is too long. I want to get a faster running time, so what can i do?
2 comentarios
Respuestas (1)
Bruno Luong
el 15 de Jul. de 2022
Editada: Bruno Luong
el 15 de Jul. de 2022
You can try to call multiple problems at once by
- Concatenate f, intcon, b, beq, lb, yb, x0,
- Make matrices A, Aeq block diagonal (possibly sparse format is better).
Not sure if it saves time or the solution is not degraded though.
Ver también
Categorías
Más información sobre Parallel and Cloud en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!