You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only the variational Gaussian mixture model class is used in GrainLearning. We could replace GMM with any mixture of probability density functions. The idea is to have a "sampling method" class separated from the "distribution model" class (currently contains Halton sequence and Bayesian Gaussian mixture).