raghav-khanna / Facility-Location-India

MIT License
1 stars 0 forks source link

[Ziko et.al] Variable 'fairness_error' becomes nan during runtime of the algorithm #15

Open DarkMenacer opened 10 months ago

DarkMenacer commented 10 months ago

Description

The variable 'fairness_error', first defined on line 146 of src/fair_clustering.py, seems to take on values that are 'not a number' as evident by the log files. However the variable is first initialised to be 0.

To do

Check whether this outcome is expected or not. Should fairness_error be taking nan value during runtime of the algorithm?

Example

Screenshot 2023-10-29 at 00 26 01