quantified-uncertainty / squiggle

An estimation language
https://squiggle-language.com
MIT License
150 stars 23 forks source link

Some models should have an option that automatically sets "Autorun" to "false" #3117

Closed OAGr closed 6 months ago

OAGr commented 6 months ago

Description of suggestion or shortcoming:

Some models are very slow. For example, recently, this one: https://squigglehub.org/models/benthamite/vote-trading

It would be good to have a setting that defaults a model to have autosave turned off.

Ideally this would be a user-adjustable savable setting, but for now, it can be hardcoded / manually set for a few models.

Also, later on, we can auto-set it for models that we can tell take a long time.

It would also be good to save the default sample count and point set count, but this is less urgent.