aldantas / AS_QAP_CEC2018

Algorithm Selection for the Quadratic Assignment Problem (paper companion)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiment Materials

This repository contains the source-code and data of the experiments from the paper A Meta-Learning Algorithm Selection Approach for the Quadratic Assignemnt Problem, presented at the 2018 IEEE Congress on Evolutionary Computation (IEEE CEC) 2018.

The content of each folder is described next.

Optimization Algorithms

This folder contains the source-codes of the meta-heuristics with their default parameters. It is also provided the set of seeds used for the experiments and the runner scripts for the landscape features extraction.

Datasets

These are the generated classification datasets. The full and cleansed versions are given, along with the datasets used in the final cascade scheme.

Cascade Reults

It contains the results metrics, such as the Accuracy and F-Scores, of the cascaded model given by the script cascade_classifier.py, which performs a KFold Cross Validation using the best sets of features for each cascade level.

QAP Intances

These are all the instances retrieved from QAPLIB.

About

Algorithm Selection for the Quadratic Assignment Problem (paper companion)


Languages

Language:C 82.6%Language:C++ 13.9%Language:Python 2.7%Language:Makefile 0.8%Language:Shell 0.0%