Split up StateTransitionManager
to facilitate use of intermediate results
#305
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
Epic
Collection of issues
⚠️ Interface
Breaking changes to the API
As indicated in
visualize.ipynb
of #287 the user-interface should move from the almost exclusiveuse of the
StateTransitionManager
to a collection of functions and classes/"structs" whichexpose the intermediate data that should be modifiable by the user. An example are the
QNProblemSet
s which currently can not be fed back to theStateTransitionManager
but have tobe given to the
CSPSolver
.A possible rough template for the workflow is the collection of subprograms and files in the
molecular dynamics program 'GROMACS'.
The user-interface would then be put in a seperate module in order to give a similar UX compared to
the usage of the
StateTransitionManager
.See also #284
The text was updated successfully, but these errors were encountered: