Skip to content

Knapsack problem branch and bound, dynamic FPTAS and genetic algorithm implementation in Ruby

Notifications You must be signed in to change notification settings

jskvara/knapsack-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementace problemu batohu (knapsack problem) v jazyce Ruby.

Pouzite algoritmy:

  • branch & bound
  • dynamic FPTAS
  • geneticky algoritmus

Implementace problemu prelevani vody (water bucket problem)

Byly pouzito prohledavani stavoveho prostorou metodami:

  • do sirky (BFS)
  • do hloubky (DFS)
  • prioritni fronta (priority queue)

Implementace problemu splnitelnost booleovských formulí SAT (Boolean satisfiability problem)

Byl pouzit geneticky algoritmus.

About

Knapsack problem branch and bound, dynamic FPTAS and genetic algorithm implementation in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published