-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Each of the algorithms could use some debug logging. This would help highlight numerical issues, or cases in which we iterate forever.
Xavier says:
If we want the community to embrace MOA, I feel that we need to be cautious and perhaps refine the implementations so that they are comparable to the authors' native implementations. For example, I recently tried to solve an instance with TambyVanderpooten, MOKP$_$p-6$_$n-30$_$1.dat \(https://github.com/tambysatya/TamVan19/tree/master/Instances/MOKP), which is on Tamby's repo and presented as solved by their algorithm in the paper. It does not run on the MOA implementation (nothing after 24 hours)
24 hours is ridiculous. It's probably a numerical issue and we're just iterating forever on the same box.