Replies: 3 comments 2 replies
|
So, does this mean if a model for a dynamic system contains more than 20 atomic models like sums, constant, integrators, multpliers...is it a wrong approach? |
0 replies
|
No. There is no limit in irritator (max is |
1 reply
|
It's a good idea, I hope I understand correctly the concept, considering I worked on other complex model schemes. Maybe could these components be associated also (if not too hard to code) with public metadata distinct for each instance (e.g. comments, quality or trust index, geographical location, perhaps some dependencies on a basic level) which would allow third-party frameworks to use and why not support them ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When node-editor contains more than 20 models, the modeling task become complicated especially when several parts are the same. Using groups (
Ctrl+G) can help but is not sufficient. We propose to introduce components. Components are a level above the DEVS models. They are like DEVS coupled models and can group DEVS models and irritator components. A component has no impact on the simulation. It only exists for the modeling part. A component can appear several times in the list of models. In all cases they will instantiate the same models during the simulation.A component stores:
For a first try, I propose to introduce
componentinto the uselessnonemodel.It will pay attention to the models created recursively in case a component instantiates itself directly or indirectly.
All reactions