node-red-contrib-load-balance-knapsack
A Node-RED node that load balances electric consumption based on the knapsack algorithm.
A Node-RED node that load balances electric consumption based on the knapsack algorithm.
A Node-RED node that demonstrates the use of the Knapsack algorithm
Rectpack-ts is a TypeScript library that implements heuristic algorithms for solving the 2D knapsack problem, also known as the bin packing problem. This involves packing a set of rectangles into the smallest number of bins.
Solves a variation of knapsack problem. Target is to fulfill `capacity` using values from the `values` array while minimizing overflow over `capacity`.
knapsack-vitest splits Vitest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.
A package for algorithms
bin-re-packing algorithms