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

moveTrappedPoints but with relaxing for all points #141

Open
drserajames opened this issue Feb 8, 2023 · 0 comments
Open

moveTrappedPoints but with relaxing for all points #141

drserajames opened this issue Feb 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@drserajames
Copy link
Member

My understanding is that the current moveTrappedPoints function only moves the point & relaxes the map if the new position has a lower stress than the original position. This can miss points which should be moved, but are not lower stress when moved in the current configuration (i.e. moving them and relaxing the map radically changes the map, and this new map has lower stress).

I think Derek's original implementation in lispmds was to move a point to a few new positions (maybe 10, randomly distributed in a grid), and then relax the map. This can sometimes find a better optimum. Of course, it is still limited by moving a single point, but is a useful diagnostic.

@drserajames drserajames added the enhancement New feature or request label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant