DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
12 stars 2 forks source link

[FEAT]: UX - Update the Simulate with PyCIEMSS input panel #4001

Open ngraham76 opened 1 week ago

ngraham76 commented 1 week ago

The input panel for Simulate with PyCIEMSS needs to be updated to be more in line with Calibrate with PyCIEMSS.

The preset drop down options and their configuration values are as follows:

  1. "Fast. This preset has low granularity but runs quickly." (set Number of samples to 10, Solver method to euler)
  2. "Accurate. This preset has high granularity but runs slower." (set Number of samples to 100, Solver method to dopri5)

Instructional text: "Set your simulation parameters, then click run."

The Show or Hide additional options button toggles visibility of the Number of samples and Solver method fields below it.

Current:

image

New:

image