-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
questionUser queriesUser queries
Description
Should UnderdampedLangevinDiffusionTerm inherit from _AbstractControlTerm (in theory, not talking about whether this reduces LoC). The reason I ask is because working on the stateful control, I'm parsing terms to check if they are control terms (which is just done via inheritance check), and given that the diffusion term is a control term, seems like it should inherit (even if there's just some new "AbstractControlTerm" which doesn't have any code but unified inheritance). If this is not the case, should there just be a hard coded check for UnderdampedLangevinDiffusionTerm, or what is the best practice to parse some terms and determine which are control terms?
Metadata
Metadata
Assignees
Labels
questionUser queriesUser queries