Motivation
Optimizing the seating arrangement of an examination hall to maximze the distance between the students that belong to the same subject. Given a room configuration (No. of rows and coloumns) and
the number of students, my objective is to use biologically inspired optimization algorithms to propose the seating plan. I chose Particle Swarm Optimization to solve the problem at hand. But later applied
different Soft & Evolutionary algorithms such as Ant Colony Optimization, Differential Evolution and Genetic Algorithm etc.