Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fixed halting conditions and bad flags #14

Merged
merged 2 commits into from Nov 4, 2016

Conversation

Projects
None yet
1 participant
Owner

michaelhush commented Nov 4, 2016

*Fixed halting conditions such that M-LOOP finished immediately when the halting condition is met.
*Add additional unit tests for checking the halting conditions
*Fixed how the gaussian processes stores and uses bad flags.

mhush and others added some commits Nov 3, 2016

mhush Added additional tests for halting conditions.
Fixed bug with GP fitting data with bad runs.
1897106
@michaelhush michaelhush Fixed halting conditions
Previously the training runs had to be completed before M-LOOP would
halt. This lead to unintuitive behavior when the halting conditions
were early on in the optimization process.

M-LOOP now halts immediately when any of the halting conditions are
met.
cfa5748

@michaelhush michaelhush merged commit 8e7cff7 into master Nov 4, 2016

1 of 2 checks passed

continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@michaelhush michaelhush deleted the fixbad branch Nov 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment