Skip to content

martin-krutsky/gnn-comb-opt

Repository files navigation

Binarizing PI-GNNs for Combinatorial Optimization

Code repository for experiments related to the paper Binarizing PI-GNNs for Combinatorial Optimization, based on Schuetz et al. and their example GitHub repository.

Running the Experiments

Install the necessary libraries via pip install -r requirements.txt

The training entry point is located in scripts/run.py, for available command line arguments, see scripts/parser.py.

Implementation of Discretization/Fuzzy Logic

The discrete operations are implemented in utils/discretize.py. The fuzzy operations are taken (with minimal modifications) from the PyTorch implementation of Logic Tensor Networks.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published