https://github.com/mhrimaz/knapsackfx
Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search
https://github.com/mhrimaz/knapsackfx
artificial-intelligence genetic-algorithm hill-climbing java knapsack-problem simulated-annealing tabu-search
Last synced: 13 days ago
JSON representation
Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search
- Host: GitHub
- URL: https://github.com/mhrimaz/knapsackfx
- Owner: mhrimaz
- License: mit
- Created: 2017-04-12T17:53:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T16:30:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T00:44:38.924Z (about 1 month ago)
- Topics: artificial-intelligence, genetic-algorithm, hill-climbing, java, knapsack-problem, simulated-annealing, tabu-search
- Language: Java
- Size: 490 KB
- Stars: 27
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KnapsackFX
Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search
