Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Conversation
and others
added some commits
Nov 3, 2016
michaelhush
merged commit 8e7cff7
into
master
Nov 4, 2016
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
michaelhush commentedNov 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.