David Tolpin

Results 15 comments of David Tolpin

This simple diff below will autosave the worksheet into a backup (~ appended) at most once per minute if there might have been a change to the worksheet. I am...

Just to justify the list-like consturction: its just lisp's cons.

I actually think that only the last output should consistently shown, saved, and restored - a segment is an implicit 'do' block, it should only have one 'result'. Showing all...

The current behaviour is not something one can 'use', because one cannot save the results. You need to re-run the worksheet to get these results transiently, and you lose them...

My patch makes a saved and reloaded segment consistent with a just computed segment. Currently, only the last value per segment is restored if a worksheet is saved. Intermediate values...

This explains why this happens, but this is still a bug (or an ill-designed feature). Metropolis-Hastings works on this model. ReparameterizationKLqp works on this model. Then you have a general...

Thank you for proposing this. I cannot merge it unfortunately as is because - the code base is maintained on bitbucket rather than github. This is just an automatic mirror...

Yes, gladly. And CI is most welcome.

I'll keep it open until I figure out how to merge on github and synchronize both repos properly. Thank you for the contribution.

These are statistical tests implemented incorrectly (in the sense that they fail sometimes). Disable algorithm tests for publishing until this is fixed properly.