Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the Simulator class #77

Open
robbisg opened this issue Jul 8, 2021 · 1 comment
Open

Investigate the Simulator class #77

robbisg opened this issue Jul 8, 2021 · 1 comment
Labels
c2b implementation All that concerns software choices from implementation POV

Comments

@robbisg
Copy link
Owner

robbisg commented Jul 8, 2021

I used a trick to use the StateSimulator in Loader mode: usually a loader use fetch to load data from files and then uses some Transformers to process data, these classes use transform function which takes a dataset as input and outputs a transformed dataset, but basically the output of the first Transformer is the input of the second.
Leveraging on this mechanism, I used a StateSimulator that outputs the dynamics and the SimulationModel class then use this information to produce a dataset.

This thread is used to sketch ideas for a better implementation of this feature. (Related with #57 )

@robbisg robbisg added c2b implementation All that concerns software choices from implementation POV labels Jul 8, 2021
@robbisg
Copy link
Owner Author

robbisg commented Jul 8, 2021

I can use a base StateSimulator class which can be used to simulate states dynamics, then this can be used by another class that simulates the real signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c2b implementation All that concerns software choices from implementation POV
Projects
None yet
Development

No branches or pull requests

1 participant