An open API service indexing awesome lists of open source software.

https://github.com/ml-jku/vag-co


https://github.com/ml-jku/vag-co

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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:

```setup
conda env create -f environment.yml
```