StochSS / stochss-compute

A compute delegation server for the StochSS family of stochastic simulators.
https://stochss.github.io/stochss-compute/
GNU General Public License v3.0
5 stars 0 forks source link

add to README about cache behavior #139

Closed mdip226 closed 1 year ago

mdip226 commented 2 years ago

Something like: Notes about cache behavior: When a RemoteSimulation.run() request is made, if number_of_trajectories is specified and seed = None (which is the default, corresponding to a random seed), Results will be constructed from a sample of cached trajectories, if they exist. If the requested number of trajectories do not yet exist in the cache, the difference will be run and added to the cache.

mdip226 commented 2 years ago

Also need to add other stuff about how hashing is done