Skip to content
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

Create "mixin" class for common Thinker patterns #105

Open
WardLT opened this issue May 30, 2023 · 1 comment
Open

Create "mixin" class for common Thinker patterns #105

WardLT opened this issue May 30, 2023 · 1 comment

Comments

@WardLT
Copy link
Collaborator

WardLT commented May 30, 2023

Many of the Thinkers I write share common patterns, such as a output directory in which I write log files.

We should create Mixin classes that one can add to their thinker which add these features. For example, I could create one which provides a method that saves a Result object to the output directory.

@WardLT
Copy link
Collaborator Author

WardLT commented Aug 23, 2023

Another common pattern could specify logging and visualization tools. (We could bring this home from the 'reporters' in ExaMol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant