ALPHA-g-Experiment / alpha-g

MIT License
1 stars 1 forks source link

Make vertex reconstruction deterministic #113

Closed DJDuque closed 1 year ago

DJDuque commented 1 year ago

Two features make the vertex reconstruction non-deterministic:

  1. Iterating over a hashmap.
  2. Non-associativity of floating point arithmetic.

Both of these "issues" have been fixed to make vertex reconstruction 100% deterministic.

DJDuque commented 1 year ago

bors r+