/AI-Local-Search

Assignment 1 of the undergraduate course on Artificial Intelligence.

Primary LanguageC++

AI-Local-Search

Code for implementing local search in an optimisation problem. You are tasked with the job of scheduling presentations at a conference, maximising parallelisation of dissimiliar papers, and maximising grouping of similiar papers, given similiarity matrix for each paper pair. Exact problem statement can be found here.