An open API service indexing awesome lists of open source software.

https://github.com/edofarrell/mosaic-genetic-algorithm

Game Playing Agent (Artificial Intelligence) - Solving the Mosaic Puzzle using Genetic Algorithm
https://github.com/edofarrell/mosaic-genetic-algorithm

artificial-intelligence

Last synced: 3 months ago
JSON representation

Game Playing Agent (Artificial Intelligence) - Solving the Mosaic Puzzle using Genetic Algorithm

Awesome Lists containing this project

README

        

# Mosaic using Genetic Algorithm

## About the Project
The project involves implementing the genetic algorithm to solve a logic puzzle called Mosaic.
The puzzle's data is taken from https://www.puzzle-minesweeper.com/mosaic-5x5-easy/ using web scraping.

> This is a project from the "Fundamentals of Artificial Intelligence" course.

## Technologies
Java, Python, Selenium, Jupyter Notebook

## Contributors
The project was completed by a team of three people:
- Edo Farrell Haryanto (https://github.com/edofarrell)
- Keannen Renaldo Halim (https://github.com/KeannenHalim)
- Neil Christopher (https://github.com/neilchristopher2002)