An open API service indexing awesome lists of open source software.

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)

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)