Section 01
Optimal Selection Project Guide: Solving Covering Design Problems with Hybrid Optimization Algorithms
Optimal Selection is a team project for the CS360 Artificial Intelligence course, aiming to solve the NP-hard covering design problem in combinatorial mathematics. This project implements a high-performance hybrid solver combining exact algorithms and heuristics, uses technologies like Numba acceleration to improve efficiency, and provides a user-friendly web interface. It can be applied in multiple fields such as experimental design and machine learning data sampling.