GithubHelp home page GithubHelp logo

pace-challenge / cluster-editing-pace-2021-instances Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 1.0 223.38 MB

Instances of PACE 2021 and scripts to download and convert the source data sets

License: Creative Commons Zero v1.0 Universal

Shell 22.69% Python 46.45% Makefile 0.31% C++ 30.55%

cluster-editing-pace-2021-instances's Introduction

Software prerequisites:

  • Required: g++, python3

Python packages

  • Required python3 packages: numpy, matplotlib
  • Optional python3 packages (creating some datasets may fail without these): sklearn, pandas, tqdm

python libraries can be installed as root using

`pip3 install <packages>`

or as a user

`pip3 install --user <packages>`

Usage

The datasets can be downloaded and converted using the following command:

`cd data && ./setup.sh`

This creates all weighted and unweighted graphs from various data sources. The datasets are stored in the data/ folder in different subfolders. Weighted instances are similarity matrices stored as csv files. Unweighted instances are stored as .gr files as edge lists in the dimacs format used by PACE. The setup script additionally applies a normalization of the similarity values to use the [0,1] range of values. Lines starting with # in the weighted graphs are comments.

Visualization:

`cd data && ./viz_all.sh`

This creates a pdf rendering of the instances in the same location as the instance files.

Dataset sources

Solvers

See the PACE 2021 report for a list of known solvers with public repository as well as the ranking.

cluster-editing-pace-2021-instances's People

Contributors

nichterlein avatar

Stargazers

Naman Singh Nayal avatar  avatar

Watchers

Holger Dell avatar James Cloos avatar  avatar Christian Komusiewicz avatar  avatar  avatar

Forkers

qwertzenjoyer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.