Skip to content

SolutionArray save / load  #543

@rddaz2013

Description

@rddaz2013

Is there a way to save/load the SolutionArray.object

import pickle
# mal schauen ob der zwischenstand gesichert werden kann
pickle.dump( states, open( "save.p", "wb" ) )

doesn't work.... I want to save my Solution within the SolutionArray.object and load the data in a other python source. Yes i can save it in CSV but then the nice functions of SolutionArray.object is missing.

Is there a way to save multipy scenarios on disk an reuse them later?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions