You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to run with multiple values of model parameters one would ideally have
a system class that contains the current trajectory class and the reactions associated with it.
we can have the ensemble class have a system generator (i.e. a function that takes parameters, and returns the system). the ensemble should then have a method to create a number of instances, run them, and the analysis methods we have right now.
the analysis methods should return a pd dtaframe that includes the model parameters to facilitate plotting
to run with multiple values of model parameters one would ideally have
a
system
class that contains the currenttrajectory
class and thereactions
associated with it.we can have the
ensemble
class have a system generator (i.e. a function that takes parameters, and returns thesystem
). theensemble
should then have a method to create a number of instances, run them, and the analysis methods we have right now.the analysis methods should return a pd dtaframe that includes the model parameters to facilitate plotting
The text was updated successfully, but these errors were encountered: