ml-jku / VAG-CO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variational Annealing on Graphs for Combinatorial Optimization

This repository is the official implementation of "Variational Annealing".

Use /DatasetCreator to create datasets.
Use /MeanField to run experiment with MFA and EGN.
Use /VAG-CO to run experiments with VAG-CO.

All of these Folders have their own README that explains how to run experiments or create datasets.

Requirements

To install requirements:

conda env create -f environment.yml

About


Languages

Language:Python 99.7%Language:Shell 0.3%