Generic Constraint Development Environment
-
Updated
Jul 4, 2024 - C++
Generic Constraint Development Environment
Project solutions for Udacity's AI Nanodegree Program
🔢 A parallelized Sudoku solver implemented with various solving algorithms in C++
Qualitative Reasoning: Spatio-Temporal Reasoning using Relation Algebras and Constraint Networks. Documentation is under construction at ReadTheDocs. See link below.
Puzzle solving with ECLiPse CLP and Constraint Handling Rules
Applying AI to solve Sudoku
Sudoku solver by using AI approaches
Implement diagonal sudoku solver using naked twins, elimination, only choice strategy.
Implementation of Peter Norvig's sudoku solving and backtracking algorithms in java.
Comparative Approach to solve Sudoku | "Depth-first Search", "Iterative deepening depth-first search" and "Best-first search"
AI Agent that can solve the Sudoku puzzle
Solving every Sudoku puzzle: Constraint Propagation and Search algorithms in action
Artificial Intelligence assignments, for the course Artificial Intelligence : Knowledge Representation
Solve the Sudoku Puzzle within 30 seconds by Constraint Propagation and Search
Implementing constraint propagation programs to solve Sudoku puzzles and the Australian map coloring problem.
Playground for Artificial intelligence projects and exercises I come across.
An Elixir implementation of Peter Norvig's Sudoku solver.
The goal of the project is to improve a kaggle project about Dog Breed Classification, achieving an higher test accuracy. The original project achieved 79% of accuracy on the test set, while this one goes up to 87%. Also further improvements were made to the data processing pipeline in terms of modularity and performance.
A Team-Play golf tournament manger supporting auto-creation of balanced teams, oppenent-pairings, and tee-time schedules. Contains Constraint Propagation and Hill Climbing algorithm implementations.
Add a description, image, and links to the constraint-propagation topic page so that developers can more easily learn about it.
To associate your repository with the constraint-propagation topic, visit your repo's landing page and select "manage topics."