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
The DSL needs some wrap-in functions to manipulating the simulation output (TimeSeries) before plotting.
For example: sum, log, sqrt, etc.
An example which can be executed with the old version:
the data will be collected from the output of simulation for all I by species, the sqrt will be applied on each timeseries before plotting all I by species (so if we have 3 species, we will have 3 curves).
I think we need some basic operators provided for the simulation results so that the DSL can use them.
The text was updated successfully, but these errors were encountered:
btmanh
changed the title
KEChart needs some operators on TimeSeries to manipulate the data for plotting
KESimulation needs some operators on TimeSeries to manipulate the data for plotting
Sep 29, 2021
I see that the two affected classes of the DSL-Internal tag are simulation and visualization.
More precisely,
In the simulation class, theexportTimeSeriesOutputsAt: anIdentifier method allows us to export timeseries resulting from the simulation.
In the visualization method, the data: anArray method lists a number of functions defined in a collection.
I may give the impression of creating a repetition.
Is the idea to implement the functions sqrt, log, etc so that we can manipulate them with the timeseries produced during the simulations.
The DSL needs some wrap-in functions to manipulating the simulation output (TimeSeries) before plotting.
For example: sum, log, sqrt, etc.
An example which can be executed with the old version:
the data will be collected from the output of simulation for all I by species, the sqrt will be applied on each timeseries before plotting all I by species (so if we have 3 species, we will have 3 curves).
I think we need some basic operators provided for the simulation results so that the DSL can use them.
The text was updated successfully, but these errors were encountered: