DaCasBe / Multiple-Quadratic-Knapsack-Problem-using-Global-Search

This is a program that use four kinds of global search to solve the Multiple Quadratic Knapsack Problem. The used types of global search are Simulated Annealing, Tabu Search, GRASP and Iterated Greedy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This is a program that use four kinds of global search to solve the Multiple Quadratic Knapsack Problem. The used types of global search are Simulated Annealing, Tabu Search, GRASP and Iterated Greedy.


Languages

Language:C++ 94.4%Language:Makefile 4.0%Language:Shell 1.6%