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

Active Learning #593

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

RandomDefaultUser
Copy link
Member

Adds active learning to MALA. Implementation originally done by @kyledmiller. I used the diff between https://github.com/kyledmiller/kdm_mala and the last point of divergence in the main MALA repository to create this branch. This was necessary because in between both branches lots of the MALA code had been reformatted.
The regular functionality of MALA has not been altered by this PR.

TO-DOs to merge this PR:

  • Test that new functionality is properly working
  • Create a test for this new functionality
  • Create an example for this new functionality
  • Document changes
  • There seems to be a small increase in processing time when starting a regular training (without active learning) after adding the active learning code; find out what causes it

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

Successfully merging this pull request may close these issues.

1 participant