Contains all exercises and algorithms for the lecture. It also includes the project that we had to do for our final grade
-
Ex1: Contains the code for particle swarm optimization (PSO) written in rust
-
Ex2: Solves the vertex conver problem using genetic selection in typescript
-
Ex3: Multiple algorithms Like ant-colony-optimization and all are in python
-
Project: This is PSO again but written using JavaScript to run in the browser to test in 3 different modes for acceleration: single-threaded, multi-threaded and at last on the GPU using compute shaders and WebGPU. The result and how to run the project locally are in the readme of that directory