Changing Simulation Parameters on GUI #663
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi, Chris, thank you for using Koma! julia> KomaUI(;sim=Dict("Nblocks" => 30, "gpu" => true))It’s clear that this is not very convenient, since every time you want to change the simulation parameters you need to reload the GUI. This is the current limitation for now, and we hope to address it in the near future. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Hi, Chris, thank you for using Koma!
Currently, the function to import simulation parameters is not implemented. Until then, one can change these options when calling
KomaUI()as follows:It’s clear that this is not very convenient, since every time you want to change the simulation parameters you need to reload the GUI. This is the current limitation for now, and we hope to address it in the near future.
Hope this helps, let us know if you have any follow-up questions.
Best