Feras Saad

Results 101 comments of Feras Saad

Julia does support doc strings which are not at the top level and where it is natural to use indentation, e.g., ## Example 1: doc strings for entities inside a...

It does seem possible to force a docstring using "@doc raw" https://github.com/JuliaEditorSupport/Julia-sublime/blob/4fde0fdeddb3ca8486d3f490a2f051cba39a0a48/Julia.sublime-syntax#L121 ![image](https://user-images.githubusercontent.com/5721897/216367003-3b73ff59-a08d-4f4c-81db-d8227f2ed8c6.png)

Great point: we can also save entropy, since the FLDR "entropy gap" generally gets worse with increasing sum of integers `m`.

The lower order bits are poor quality in C, so when bumping k=31 we should change the scan order from MSB to LSB.

The citation above seems like a tricky edge case for bibtex. Specifying `edition="Second edition with updates"` is not valid in bibtex, per [Sec 3.2 Fields of the bibtex manual](http://ctan.math.washington.edu/tex-archive/biblio/bibtex/base/btxdoc.pdf): >...

Hi @bgroenks96, thank you for this thorough PR. I support merging these improvements to the API. Could you please take a look at the failing ContinuousIntegration tests? There are appears...

This behavior is the desired one, per the documentation of [Gen.set_value!](https://www.gen.dev/docs/stable/ref/choice_maps/#Gen.set_value!) and [Gen.set_submap!](https://www.gen.dev/docs/stable/ref/choice_maps/#Gen.set_submap!). For the example above, the API requires breaking down the construction into separate calls: ```julia julia> cm...

> A fix now would be to put a type on set_submap! so that new_node is only allowed to be a DynamicChoiceMap A run of the test suite with this...

Are the semantics of the default internal proposal (i.e., ancestral sampling from the prior) well-defined for this program? Mutual absolute-continuity appears required from Def 4.1.1 of MCT thesis (or more...