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

Choose step size with DE-GSM #39

Open
RaphaelRobidas opened this issue Jan 24, 2022 · 0 comments
Open

Choose step size with DE-GSM #39

RaphaelRobidas opened this issue Jan 24, 2022 · 0 comments

Comments

@RaphaelRobidas
Copy link
Contributor

With SE-GSM, it is possible to use the option -DQMAG_MAX to specify the maximal step size. This essentially allows to control how fine the path is. Is there an equivalent option in DE-GSM? I tried using -ADD_NODE_TOL, but it does not seem to allow the same control.

Essentially, the problem is that the input structures might be very close or quite different. Currently, DE-GSM uses num_nodes regardless, which makes needlessly fine strings in some cases, while also producing too coarse strings in other cases. I tried playing with some parameters and did not find a reliable way to avoid this.

I am by no means an expert in this domain, but it seems to me like it would be relatively simple to calculate the "distance" in internal coordinates between the two input structures. The number of nodes to use could then be calculated as round(distance/step_size). Such an option would be of great value for my use of pyGSM.

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

No branches or pull requests

1 participant