We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It might be possible to just use and serialize Mixture{N,F,S,T} rather than the current separate MixturePrior and MixtureRelative.
Mixture{N,F,S,T}
MixturePrior
MixtureRelative
getSample
evalSpecial
PackedMixtureRelative
Also keep in mind that specialSampler pass through still needs to be addressed (see #927)
specialSampler
The text was updated successfully, but these errors were encountered:
standardize Mixture, fix #933
ffe27d0
Merge pull request #956 from JuliaRobotics/fix/4Q20/933
b846e53
Successfully merging a pull request may close this issue.
It might be possible to just use and serialize
Mixture{N,F,S,T}
rather than the current separateMixturePrior
andMixtureRelative
.getSample
andevalSpecial
dispatch method implementation,PackedMixtureRelative
method looks to be working,Also keep in mind that
specialSampler
pass through still needs to be addressed (see #927)The text was updated successfully, but these errors were encountered: