Skip to content

A repo to hold implimentations over various projects under the COMP417 - Artificial Intelligence course.

Notifications You must be signed in to change notification settings

apfel-das/infamous_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infamous_ai

A repo to hold implimentations over various projects under the COMP417 - Artificial Intelligence course. Code will - for now - be written in Java (JavaSE 13.0), Python3 and C99.

  • Contents:
    • searchWorld: Contains the implementation of BFS, DFS, A*, LRTA* searching techniques over a maze- given grid (Java).
    • genetic_algorithm: Contains the implementation of WHPP using a genetic algorithm (Python3).
    • tuc_ants: An implementation of Checkers/Draughts game to showcase MiniMax, a-b prunning and Zorbrist Hashing techniques (C).

About

A repo to hold implimentations over various projects under the COMP417 - Artificial Intelligence course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published