-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
CBR's current implementation of approximate equality for CE estimates in javascript currently rounds both numbers to the nearest 0.1 and compares the numbers. We should make this more robust, especially for estimates close to zero, following the implementation of the same function in C++.