Nonlinear optimization solving with multiple Python libraries
-
Updated
Apr 11, 2021 - Python
Nonlinear optimization solving with multiple Python libraries
Artificial Intelligence Course 3rd Project: Implementing CSP Backtracking, Forward Checking and MAC Algorithms in order to solve a binary puzzle
Contains my solution to selected projects in CS50AI
Samurai Sudoku solver in Python
This is a UI Sudoku Game And Solver that makes use of recursion and backtracking
AI that generates crosswords puzzles using Backtracking Search algorithm.
Sudoku CSP Solver using Backtracking Search and Arc-Consistency 3
Artificial Intelligence Course 3rd Project: Implementing CSP Backtracking, Forward Checking and MAC Algorithms in order to solve a binary puzzle
Classic CSP Algorithms to solve RLFAP
This project is a sudoku-solver implement by Constraint satisfaction problem. We add the colour option to our sudoku problem as if the number of a place is bigger than other neighbours, the colour of that place must be higher in a given colour's priority. We use the Constraint satisfaction problem(CSP), as we said before, in additional apply deg…
A solution to a binary puzzle using CSP algorithms.
An agent that can solve Sudoku puzzles, following a backtracking search, using a combination of depth-first search and constraint propagation.
Solve Sudoku as a Constraint Satisfaction Problem
Implementation of the Smith-Waterman string alignment algorithm, finding optimal alignments between proteins.
sample programs created for work in CS664 Artificial Intelligence
Golomb Ruler using Constraint Satisfaction Problem
This is a sudoku solver by doing backtracking search with forward checking using an MRV and degree heuristic. This was worked on in a group of myself and two other members.
Classic Sudoku game written in python with pygame library. It uses backtracking algorithm to solve the puzzle.
This repository includes a study that aims to handle the map coloring problem with backtracking paradigm. Detailed info in ReadMe
Add a description, image, and links to the backtracking-search topic page so that developers can more easily learn about it.
To associate your repository with the backtracking-search topic, visit your repo's landing page and select "manage topics."