brocksam / pycollo

General-purpose optimal control, trajectory optimisation and parameter optimisation using direct collocation
https://brocksam.github.io/pycollo/
MIT License
8 stars 3 forks source link

No easy way to save output #56

Open jtheinen opened 1 year ago

jtheinen commented 1 year ago

When running code, previous answers are overwritten. I used pickle when running random initial guess seed in a loop over the code. Pickle didn't save all features of the problem.solution. Would be nice to have an option to store problem.solution from optimizations in an external file.