pyoptsparse icon indicating copy to clipboard operation
pyoptsparse copied to clipboard

Turn SNOPT restart dict into a class object

Open ewu63 opened this issue 1 year ago • 0 comments

Description of feature

Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able to pickle the same object, or offer npz-type serialization if needed.

Let's confirm with other developers before proceeding.

ewu63 avatar Jun 02 '24 04:06 ewu63