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

integration tests for active learning #441

Merged
merged 6 commits into from
Dec 1, 2021

Conversation

hstojic
Copy link
Collaborator

@hstojic hstojic commented Nov 29, 2021

active learning algos were missing integration tests, this would close #439

tests are a bit slow, which is to be expected I guess, since we want to be reasonably sure that we are really learning the function or the feasibility set we do need to run more iterations than usual

something to discuss: should we cover batch versions, async rules, trust region, tensorboard? (mirroring the optimization tests...)

@hstojic hstojic added the code quality Improvements to robustness or maintainability label Nov 29, 2021
@hstojic hstojic requested a review from vpicheny November 30, 2021 15:59
Copy link
Collaborator

@vpicheny vpicheny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great changes, looks good now!

@hstojic hstojic merged commit afbe774 into develop Dec 1, 2021
@hstojic hstojic deleted the hstojic/active_learning_integration branch December 1, 2021 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improvements to robustness or maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Active learning acquisition functions are missing integration tests
2 participants