Register uniform dist:

main
Oliver Kennedy 2024-03-21 17:03:36 -04:00
parent bfd5224fb9
commit c1d0ec0139
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 3 additions and 2 deletions

View File

@ -128,8 +128,9 @@ object DistributionFamily
/// Pre-defined distributions
register(Gaussian);
register(NumericalMixture);
register(Gaussian)
register(NumericalMixture)
register(Clamp)
register(Discretized)
register(Uniform)
}