Transfer the "AutoDetection" of tunable parameters from Model-Only to General Use #25
Labels
code quality
Related to cleaning up the code base, rather than bug fixing or adding new features
enhancement
New feature or request
Specifically, the code used here can probably be generalized as a Mixin. This would allow it to be utilized by anything in the repository (such as data hooks), providing a universal pattern for how "tunable" elements should be defined by the user.
This would primarily benefit the data hooks, which currently have to define tunable parameters manually on a case by case basis.
The text was updated successfully, but these errors were encountered: