SED-ML / sed-ml

Simulation Experiment Description Markup Language (SED-ML)
http://sed-ml.org
5 stars 2 forks source link

Support global parameters of simulation experiments #73

Closed jonrkarr closed 2 years ago

jonrkarr commented 3 years ago

In my opinion, there's a need for global parameters of simulation experiments, which are distinct from the parameters of individual algorithms.

Such global parameters could be represented by the existing algorithm parameter class.

Example

matthiaskoenig commented 3 years ago

I agree. There is a need for global AlgorithmParameters. Best example is a global random seed for the complete experiment. I could see this even in L1V4, because it is straight forward to implement (in library, implementation and specification) and would provide direct added value.

luciansmith commented 3 years ago

I put the 'L2' label on this, as I don't see any way to include it in the current schema. If I'm wrong, please update the label!

jonrkarr commented 3 years ago

I agree with the L2 label.

matthiaskoenig commented 3 years ago

Sounds good. Let's do this in L2. Removing this from the agenda for the meeting.

luciansmith commented 2 years ago

This was actually implemented in L1v4 after all.