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/meta_heuristics.py

11 lines
134 B
Python
Raw Normal View History

2019-11-18 07:51:42 +00:00
class Simulated_Annealing:
def __call__(self):
pass
class Iterated_Local_Search:
def __call__(self):
pass