项目作者: Melvin95

项目描述 :
A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem
高级语言: Python
项目地址: git://github.com/Melvin95/Hybrid-IGA-SA-Knapsack.git
创建时间: 2018-11-06T23:51:02Z
项目社区:https://github.com/Melvin95/Hybrid-IGA-SA-Knapsack

开源协议:

下载


Hybrid-IGA-SA-Knapsack

An implementation of the hybrid genetic and simulated annealing (IGA-SA) algorithm applied to the knapsack 0-1 problem

Prerequisites

  • python 3.6.x
  • numpy
  • matplotlib

Acknowledgments

Hybrid Algorithm based on the algorithm presented in this paper