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

Iteration count off by one causing early false failure #82

Closed
tekwen opened this issue Feb 18, 2021 · 0 comments · Fixed by #84
Closed

Iteration count off by one causing early false failure #82

tekwen opened this issue Feb 18, 2021 · 0 comments · Fixed by #84

Comments

@tekwen
Copy link

tekwen commented Feb 18, 2021

While working with a parcel fabric boundary network it was noticed that there appears to be an indexing error related to when convergence tolerance is reached, resulting in an adjustment that reports failure when in fact it has converged.

In speaking with @tbrinkman , it seems to be an issue on the Dynadjst side rather than in the Esri code.

Here's the experience:
In this case, I'd set the max iterations to 3. Run the adjustment and get an apparent convergence as far as the numbers would indicate, and yet a report that there is not a convergence:

image

Set the max iterations to 4, and get the exact same number of iterations/results, and success after the 3rd iteration, with no 4th iteration:

image

rogerfraser added a commit to rogerfraser/DynAdjust that referenced this issue Mar 13, 2021
rogerfraser added a commit that referenced this issue Mar 13, 2021
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 a pull request may close this issue.

1 participant