This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
AICup/src/iterated_local_search.py

5 lines
65 B
Python

class IteratedLocalSearch:
def __call__(self):
pass