stripe / rainier

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

add Vec.fill and deprecate param and paramVector #471

Closed avibryant closed 4 years ago

avibryant commented 4 years ago

This moves towards a world where Real(), Vec(), and Generator() constructors are, consistently, the main way of creating new objects, with appropriate automatic conversions from Distribution etc to each of them.

avibryant commented 4 years ago

I think this conflicts with a more important API change, so closing for now.