RoboticExplorationLab / Altro.jl

MIT License
139 stars 41 forks source link

Functionality for storing intermediate solver states #47

Open bobisnot opened 1 year ago

bobisnot commented 1 year ago

Hi, thanks for providing these packages! I was working with the Altro solver on some optimization problems, and I was wondering if there was any functionality built in to allow intermediate solver states to be stored and to save intermediate controls, costs, etc. For example, does this support a function to callback each iteration? It would be helpful to be able to visualize the process of solving the optimization problem and to analyze what progress the solver is making at each iteration. Thank you!