-
Notifications
You must be signed in to change notification settings - Fork 1
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
Controller Testing Apparatus #265
Comments
For this: Each component has parameters_used, domain, and codomain as attributes on them. If I create an MSML function that essentially says print out component summary that nicely places them all in, would that work? From Z: |
For this:
|
For this: Some of these are just boundary action options but are not necessarily signals versus random distribution options
|
For this:
I might be realizing that maybe you are asking for a local wiring builder? I.e. right now wirings get defined in that python file but if you wanted to do on the fly you would do it with multiple lines where you say like: spaces = [...] But are you saying you want a local temp kinda builder where you can say, myWiring = [component1, component2, component3] then that can be executed, for easier and cleaner GUI of building? That would end up being an MSML issue that I could build, it's just that given weekly hours > 40 in this spike phase, that does end up taking away from Quai specific time so it is a question of whether I should divert time to there ya know? |
Maybe even for a summary of component thing add in the mermaid graph to be displayed if we are dealing with a wiring |
WIP
Tasks
Resources/Commentary
i want to import it from where ever it is stored
i want to know what its parameters are and to be able to set them or overwrite them
i want to know what its inputs are (whats its domain space) so i can feed it a stream of signals
i want to know what its outputs are (whats is codomain space) so i can write some simple metrics and/or make some simple viz
the blocks are imported
the blocks are parameterized (that is their parameters are set or overriden locally)
some input signal sources (with appropriate domains) are declared
the wirings are assigned
the locally defined model is executed
the results data is available to compute over
The text was updated successfully, but these errors were encountered: