|
|
|
|
|
by Tarean
294 days ago
|
|
Interval arithmetic is only a constant factor slower but may simplify at every step. For every operation over numbers there is a unique most precise equivalent op over intervals, because there's a Galois connection. But just because there is a most precise way to represent a set of numbers as an interval doesn't mean the representation is precise. A computation graph which gets sampled like here is much slower but can be accurate. You don't need an abstract domain which loses precision at every step. |
|