Tag: AI
All the articles with the tag "AI".
-
GA Inventory Optimization – Genetic Algorithm Bin Packing
A genetic algorithm solving the 2D bin packing problem for inventory optimization — determining how to pack items of varying dimensions and values across storage bins to maximize space utilization and stored value, implemented in Java with a Python bridge.
-
Compfigurator – PC Build Expert System
A rule-based expert system that recommends complete PC builds from a workload type and budget — using Experta for the knowledge engine and Streamlit for an interactive chat-style UI. Supports 11 workload types with progressive compatibility constraints.
-
Network Load Balancing – Decentralized Multi-Agent System
An agent-based simulation of decentralized network load balancing using Mesa and Pygame — where server and user agents autonomously communicate, negotiate load, and self-organize without any central coordinator.