Open sebasv opened 6 years ago
How do you feel about a default OptimResult return type for all minimizers? I was thinking about a struct that contains:
(this list is heavily inspired by scipy.optimize) More options can be added as more optimizers are coded.
I'm definitely not against. Currently it's not done just for simplicity reasons, but if users find that other outputs are also useful, it might be a nice thing.
How do you feel about a default OptimResult return type for all minimizers? I was thinking about a struct that contains:
(this list is heavily inspired by scipy.optimize) More options can be added as more optimizers are coded.