-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
change Singleton / Pairwise to AbstractPrior / AbstractRelativeFactor #533
Comments
The applicable code: ##==============================================================================
## Abstract Types
##==============================================================================
abstract type InferenceType end
abstract type PackedInferenceType end
abstract type FunctorInferenceType <: Function end
abstract type FactorOperationalMemory <: Function end
abstract type FunctorSingleton <: FunctorInferenceType end
abstract type FunctorPairwise <: FunctorInferenceType end
abstract type FunctorPairwiseMinimize <: FunctorInferenceType end If a Also is the naming of |
Yes, these two sound best to me -- let's do that:
Additional Info
|
Personally I like simpler/shorter, |
Lets do a deprecation cycle on the names because RoME and Caesar are both using Singleton and Pairwise abstracts at the moment. So basically just create the new ones next to it and place the old ones in the Deprecated.jl file. |
Or something similar, we can discuss here
Also see
The text was updated successfully, but these errors were encountered: