Chad Scherrer

Results 185 issues of Chad Scherrer

For large projects, `hsdev` can bog down or even freeze the system. Is there a way to have Sublime launch `hsdev` processes with a higher niceness by default? Thanks

As I understand, the main goal of this is to easily express algorithms that can use either standard dispatch or generated functions, depending on what's known statically. Writing very general...

Hi, I'd like to get a better understanding of the intending idioms for working with arrays, especially the case where we want different methods for the static vs dynamic case....

needs version bump

Fixes https://github.com/cscherrer/Soss.jl/issues/331

needs version bump

needs version bump

WIP to support "AST models". A main idea here is that the user can pass a "tilde function" that replaces each ```julia x ~ rhs ``` with ```julia (x, _ctx)...

needs version bump

Like this: ![graphviz](https://user-images.githubusercontent.com/1184449/117485987-ec66bb00-af1d-11eb-8755-48eae987eca1.png)

This works just fine: ```julia julia> m1 = @model a, b begin p ~ Beta(a, b) x ~ Normal(p, 1.0) |> iid(3) end; julia> m2 = @model begin a ~...

"Primitive" here is a term I've been using for functions that use GeneralizedGenerated.jl to generated a function based on a `Model` and usually some other values. For each of these,...