Skip to content

Optimizing a round table seating arrangement using algorithms including: Genetic Algorithm, Simulated Annealing Algorithm, and Hill Climbing Algorithm.

Notifications You must be signed in to change notification settings

hanadiasfour/OptimizationAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Seating Arrangement Optimization Algorithms

This repository contains implementations of three optimization algorithms used to find the optimal seating arrangement to minimize conflicts based on a given dislike matrix. The algorithms included are:

  • Genetic Algorithm
  • Simulated Annealing
  • Hill Climbing

The results of running the application multiple times are shown in the report, which also analyzes the algorithms and compares their performance.

About

Optimizing a round table seating arrangement using algorithms including: Genetic Algorithm, Simulated Annealing Algorithm, and Hill Climbing Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages