-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Instead of Prior_Cauchy
Prior_Gauss
, etc
We should have
julia> abstract type Prior end
julia> struct Cauchy <: Prior end
julia> struct Gauss <: Prior end
Later on, you can have a function(::Prior)
, and you won't have to define it for every kind of Prior like function(::Prior_Cauchy)
, function(::Prior_Gauss)
, etc.
Metadata
Metadata
Assignees
Labels
No labels