Artificial-Intelligence-kosta / Local-search-algorithms-Magic-Square-problem

This repository contains Local Search Algorithms implemented on Magic Square problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artificial-Intelligence

This repository contains local search algorithms implemented on Magic Square problem (https://en.wikipedia.org/wiki/Magic_square):

  1. Genetic algorithm
  2. Beam search algorithm
  3. Simulated annealing
  4. Hill climbing algorithm
  5. Random search algorithm

RESULTS

results

Above are the results for 3x3 Magic Square, with hyperparameters:

  1. Genetic algorithm: population size = 10, mutation probability = 0.05
  2. Beam search algorithm: number of beams = 3
  3. Simulated annealing: initial temperature = 10 degrees, decay temperature constant = 0.995

About

This repository contains Local Search Algorithms implemented on Magic Square problem.


Languages

Language:Python 100.0%