This project implements a simple hardware-software co-design model for solving a knapsack-style optimization problem using an Evolutionary Strategy algorithm. The main implementation is written in C++ ...
0-1 Knapsack Problem Goal: Select a subset of items to maximize total profit without exceeding a weight capacity. Deterministic: Uses nominal weights. Robust: Handles uncertainty in item weights using ...