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

Adding a parameter to choose the interval when using the Predictor-function #23

Open
dieuska opened this issue Sep 6, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dieuska
Copy link
Collaborator

dieuska commented Sep 6, 2024

When using the Predictor in the UI, you can set the maximum relevant distance for which all calculation will happen. This is done with a default interval of 0.1m to test all these relevant distances [0, 0.1,0.2,0.3.....,1.7,1.8,1.9,2.0].
By adding an extra parameter for the interval this can be adjusted so more/less calculations will happen.

Important to notice: the interval will determine where changes and predicted changes are found. So when this interval can be changed, it will also determine which and how many proposals of predicted geometries are found.

@dieuska dieuska added this to the 0.9.6 milestone Sep 6, 2024
@dieuska dieuska added the enhancement New feature or request label Sep 6, 2024
@dieuska dieuska modified the milestones: 0.9.6, future Sep 9, 2024
@dieuska
Copy link
Collaborator Author

dieuska commented Oct 8, 2024

This parameter exists in code brdr
This parameter can influence the resulting stable geometries so maybe it is better to NOT expose this parameter in the UI. So brdrQ always uses 0.1m to search for stable geometries so the users do not have to care about it

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