Open robbisg opened 4 years ago
I use a StateSimulator
to generate random system dynamics and a AutoregressiveModel
to generate data that mimics system dynamics.
Now the problem is that:
Model
inside the Simulator
to avoid complicated parameters passingSimulator
inside the Model
as a complex object with all parameters.Which is the best solution?
I use the Simulator
inside the Model
so that the model can use all information about dynamics to simulate.
Simulator
variable names:_bs_matrices
in states
_bs_length
in state_length
_bs_sequence
in state_sequence
_bs_dynamics
in dynamics
Simulator
has been trained
Brain state simulation is a bit tricky when we have to face with the connectivity simulations.
[ ] Make a general Simulation class also for Kuramoto models
[ ] Make specific subclasses for each simulation
[ ] Make data in a pymvpa dataset
Solve the problem of model for connectivity