stripe / rainier

Bayesian inference in Scala.
https://rainier.fit
Apache License 2.0
432 stars 51 forks source link

Inline in more cases #447

Open avibryant opened 4 years ago

avibryant commented 4 years ago

A root node that's a line can have some terms that are inlinable and some that are not - it's worth partially inlining that.

Some nodes (LogLine, Lookup) can be converted into Line nodes for inlining analysis.