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
- Host: GitHub
- URL: https://github.com/edofarrell/mosaic-genetic-algorithm
- Owner: edofarrell
- Created: 2022-11-19T14:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:43:53.000Z (11 months ago)
- Last Synced: 2025-01-16T11:28:25.538Z (4 months ago)
- Topics: artificial-intelligence
- Language: Jupyter Notebook
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)