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
This class allows any other AEPsych classes that implement from_config to fetch config arguments in an object-oriented way, allowing code re-use between super- and sub-classes. Implementing this in the main branch. See this PR for an example: #376
The text was updated successfully, but these errors were encountered:
The ax branch implements a ConfigureableMixin class: https://github.com/facebookresearch/aepsych/blob/ax-backend/aepsych/config.py#L360
This class allows any other AEPsych classes that implement from_config to fetch config arguments in an object-oriented way, allowing code re-use between super- and sub-classes. Implementing this in the main branch. See this PR for an example: #376
The text was updated successfully, but these errors were encountered: