Skip to content

wwolny/evolutionary-knapsack-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolutionary algorithms solving knapsack problem

Implementation of PBIL(Population-Based Incremental Learning) and greedy Ar evolutionary algorithms. PBIL is a genetic algorithm for which genotype of the whole population is a vector of probabilities for each element.

Data

We have prepared three types of datasets based on the correlation between the weight of the item and it's cost. Three types are:

  • uncorrelated,
  • weakly correlated,
  • strongly correlated.

Co-authors

Patrycja Karbownik

Extra information

Project was created for the course "Metaheuristic Algorithms" at Warsaw University of Technology.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published