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
67 B
Python

class Iterated_Local_Search:
def __call__(self):
pass