Skip to content

JeGa/mknap_pso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the Particle Swarm Optimization algorithm for the multi-dimensional knapsack problem

This application solves the multidimensional Knapsack Problem from OR Library with the discrete version of particle swarm optimization.

It uses Qt for the GUI and qwt for the plots. For further information: documentation

Problem files:
http://people.brunel.ac.uk/~mastjjb/jeb/orlib/files/mknapcb1.txt

Build mknap_pso

To build mknap_pso you need Qt 5, qwt and a C++11 compiler. A CMakeLists.txt file is provided.

About

Particle Swarm Optimization for the multidimensional knapsack problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published