-
Notifications
You must be signed in to change notification settings - Fork 97
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
Convergence issues and sratmax #354
Comments
If |
I have now implemented a bit (10 times) stricter |
I apologize if this should be asked elsewhere. This is not a bug/issue or a feature request, just a question about convergence criteria.
I've been experimenting with using metaMDS on a matrix of dissimilarity scores for a large collection of protein sequences. I'm having significant difficulty reaching a solution, repeatedly seeing:
Out of curiosity, I tried setting sratmax manually, increasing it from the default 0.99999 to 0.9999999. This allows me to achieve a solution relatively reliably.
Here's my command (I've tried changing various parameters like # of iterations and random starts, as well reading through the Convergence Problems section under help(metaMDS). I've also tested several popular metrics to generate the dissimilarity matrices for protein sequences):
From reading the help for monoMDS, I know that iterations stop once the stress ratio between two iterations goes above the sratmax value. What exactly is happening when I raise the sratmax value? Does that mean that the stress ratio between two iterations must be even closer to identical (1) to stop the iterations for that particular random start, or am I way off? Is this appropriate, if the sratmax threshold appears to be preventing the finding of a solution, assuming there's nothing else odd with the data?
Thanks!
The text was updated successfully, but these errors were encountered: