-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart a simulation from where it stopped #55
Comments
Hi! This is on my radar now for perhaps 1.10.1. |
@MathCancer from the point of view of inference, I have a function with this type
Here The idea is you start with a set of guesses (samples) and then use a parameter, the function The parameter Finally the function returns a new set of states and weights (unnormalised probabilities) and the whole process can be repeated. I am in the middle of writing a blog post on how all this works. I might post a draft here when it's actually readable as it might help illuminate what is required.
@adriannejnner FYI |
Hello, I wanted to follow up / touch base. This is in fact on our radar, and we are inching towards a full read, and this is an area that a hackathon team worked on at ws2022. (We should check in with them ... ) I don't envision writing a |
Great to know it is still on your radar. I have an intern working on ABMs in Haskell and I am working on a probabilistic programming language (in Haskell). One of the things we can now do is track processes in real time using particle filtering. One of the applications for this was adjusting treatments for patients. I don't have any immediate requirement to run complex biological models but sometimes customers pop up unexpectedly. It would be interesting to know where the hackathon team got to. Perhaps they have a summary or presentation? |
In http://www.mathcancer.org/blog/saving-multicellds-data-from-biofvm/ I see
I'd like to be able to restart a simulation from where it stopped. Is this now possible?
I found this: https://github.com/idontgetoutmuch/PhysiCell/blob/master/BioFVM/BioFVM_MultiCellDS.h#L191-L200
which suggests that I will have to implement read_BioFVM_to_MultiCellDS_xml_pugi myself?
The text was updated successfully, but these errors were encountered: