SneaksAndData / anti-clustering

A Python library for anti-clustering algorithms
Apache License 2.0
8 stars 1 forks source link

[FEATURE] Implement restarts in Exchange Heuristic #27

Closed matt035343 closed 5 months ago

matt035343 commented 5 months ago

The exchange heuristic is implemented with random starting point. Therefore, we should implement restarts to allow the algorithm to escape local minima as optimal solution depends on randomness.