jkomoros / CASsim

Complex Adaptive Systems Simulator
Apache License 2.0
22 stars 0 forks source link

Working UI to select runs, options, etc #10

Open jkomoros opened 2 years ago

jkomoros commented 2 years ago
jkomoros commented 2 years ago

Have a simulatorOptionsConfig method on the simulator that returns an object with config information about properties

Have options for simoptions. Each field is an object, with values, description, optional, default. Types: seed, number (min/Max/step), array (delimited and base type), string, enum. Sub objects can have @config properties to configure the object description, if it can be omitted, etc.