9 skills found
gnboorse / CentipedeConstraint Satisfaction Problem Solver for Golang
chanioxaris / Kenken SolverSolves KenKen puzzles, by representing it as a Constraint Satisfaction Problem (CSP)
ToniRV / Constraint Satisfaction NotebookExample lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.
noahbass / Ac 3Interactive implementation of Arc Consistency Algorithm #3
donovan-prehn / SudokuSudoku CSP Solver using Backtracking Search and Arc-Consistency 3
IFRA-Cranfield / WAAM ViDWAAM-ViD is an AI-powered vision system developed to perform real-time dimensional analysis of the melt pool in Wire Arc Additive Manufacturing (WAAM). By leveraging advanced image processing and machine learning, it ensures precise monitoring and control to enhance build quality, consistency, and sustainability in additive manufacturing.
uofthcdslab / ArCArC: Argument-Based Consistency in Toxicity Explanations of LLMs
Prarthana25 / Artificial IntelligenceCSCI-561 AI Assignments.
valenpe7 / Nonogram Solversimple Java implementation of nonogram solver based on constraint satisfaction programming using several heuristics