extremitypathfinder icon indicating copy to clipboard operation
extremitypathfinder copied to clipboard

Consider floating point precision consequences

Open jannikmi opened this issue 6 years ago • 3 comments

Work out where floating point precision issues could occur and if they have impact on the correctness of the algorithms. Make changes if necessary.

cf. https://karlobermeyer.github.io/VisiLibity1/

jannikmi avatar Oct 07 '18 21:10 jannikmi

Can input normalisation help?

jannikmi avatar Aug 11 '22 09:08 jannikmi

The numerical stability (linalg solve) should be investigated. probably linked to #64

jannikmi avatar Apr 14 '23 10:04 jannikmi

use integers instead of floats for a higher accuracy for the angle representations (fixed value range: 0.0 - 4.0)

jannikmi avatar May 27 '23 23:05 jannikmi