Skip to content

am-shb/gwo-mkp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary grey wolf optimizer for the multidimensional knapsack problem

Binary grey wolf optimizer used to solve the multidimensinal kanpsack problem. GK benchmark problems are employed to test the results.

Instructions

  1. Clone this repo
  2. Choose the benchmark problem to be solved from main.py
  3. run python main.py in a console

Requirements

numpy
scipy
numba

numba is used to increase execution speed using JIT.

Resources

About

Optimizing MKP using GWO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages