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

class Simulated_Annealing:
def __call__(self):
pass
class Iterated_Local_Search:
def __call__(self):
pass