You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The global and current best fitness stays the same during optimization. The issue is that TS.OriginalTS.pop needs to be updated so that the base Optimizer class can optimize properly.
Hello @thieu1995, please see the linked PR. Those changes fixed this issue for me. Since the BaseOptimizer uses self.pop to optimize, the tabu list needs to be part of self.pop in some way.
Also, what are some strong algorithms in your opinion?
Description of the bug
The global and current best fitness stays the same during optimization. The issue is that
TS.OriginalTS.pop
needs to be updated so that the baseOptimizer
class can optimize properly.Steps To Reproduce
Run tabu search example:
Output example:
Additional Information
No response
The text was updated successfully, but these errors were encountered: