https://github.com/mykeels/bknapsack
BKnapsack is a solution consisting of a .NET library and console application, for executing experiments on solving the Multiple Knapsack problem using the Binary Flower Pollination Algorithm (BFPA)
https://github.com/mykeels/bknapsack
cli csharp flowers knapsack-problem metaheuristics
Last synced: 6 months ago
JSON representation
BKnapsack is a solution consisting of a .NET library and console application, for executing experiments on solving the Multiple Knapsack problem using the Binary Flower Pollination Algorithm (BFPA)
- Host: GitHub
- URL: https://github.com/mykeels/bknapsack
- Owner: mykeels
- Created: 2017-02-24T22:01:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T21:59:46.000Z (about 8 years ago)
- Last Synced: 2025-03-30T05:11:30.551Z (7 months ago)
- Topics: cli, csharp, flowers, knapsack-problem, metaheuristics
- Language: C#
- Size: 9.57 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BKnapsack
BKnapsack is a solution consisting of a .NET library and console application, for executing experiments on solving the Multiple Knapsack problem using the Binary Flower Pollination Algorithm (BFPA).
## How to use (Development)
- [Download](https://github.com/mykeels/BKnapsack/archive/master.zip) this repository as a zipped file, or clone it.
- Open BKnapsack.sln in Visual Studio 2015 or later
- Enjoy!## How to use (End User)
- Go to the [BKnapsack.Console](BKnapsack.Console) project
- Read the instructions
- Enjoy!## Author(s)
- Ikechi Michael I. [github](https://github.com/mykeels) | [twitter](https://twitter.com/mykeels)