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

add positive definiteness check for Gaussian proposal #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lijun99
Copy link
Contributor

@lijun99 lijun99 commented Jul 25, 2019

Added two flags to COV.py

check_positive_definiteness = altar.properties.bool(default=True)
check_positive_definiteness.doc = 'whether to check the positive definiteness of Σ matrix and condition it accordingly'

min_eigenvalue_ratio = altar.properties.float(default=0.001)
min_eigenvalue_ratio.doc = 'the desired minimal eigenvalue of Σ matrix, as a ratio to the max eigenvalue'

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