Manuel Bärenz

Results 604 comments of Manuel Bärenz

Also, the time stamps for resampling buffers can be confusing, since they run separately for `put` and `get`. I'd rather take this complexity away from the user as long as...

This is still relevant for `automaton`, `ClSF`s and `Automaton`.

> The extra m action can be used to initialise a resource. That's actually the wrong approach: The clock _value_ should already contain the initialised resource! So if anything, there...

There is a big semantic change that I'm unsure about. On `master` the first tick is always a certain time _after_ the initial time. Also, the duration `sinceLast` on the...

> In latter case, the running clock is completely known statically, which is great. But this also means that many clocks like `RescaledClock` or `SelectClock` cannot be implemented anymore.

> > In latter case, the running clock is completely known statically, which is great. > > But this also means that many clocks like `RescaledClock` or `SelectClock` cannot be...

Not sure yet. But I'm trying this now: ```haskell class (TimeDomain (Time cl)) => Clock m cl where type Time cl type Tag cl type InitTime cl type InitTime cl...

I just added a GPG key, probably the settings need to trickle down first.

@idontgetoutmuch I'm having performance issues here. Reproduce with `cd rhine-bayes && cabal run rhine-bayes-gloss`.

> when the effective sample size is low To make this a more relevant criterion, one should first take the whole population `PopulationT m everything` and project it onto only...