Nature Inspired Optimization Algorithms
-
Updated
Feb 13, 2023 - Python
Nature Inspired Optimization Algorithms
find arrangement for n Queens in n*n board of chees using Genetic algorithms
In this section, I share the Meta-Heuristic algorithm codes that I wrote myself
Very fast problem solving of 8 queens with genetic algorithm
MinMax AI with Alpha-beta pruning for Othello board game
PyCanary: CMD line tool to monitor any directory for file access or file changes, log event, send basic alert to user, and dump and process information collected. There is also a background thread monitoring all created processes and logging them for later analysis.
Introduction to Artificial Intelligence - Assignment 13 Search Algorithms DFS, BFS, UCS, A* & Heuristic Functions
Implementation of the N-Queen problem solved using the A* algorithm in C#, providing efficient solutions for placing N queens on a chessboard without attacking each other.
Add a description, image, and links to the huristic topic page so that developers can more easily learn about it.
To associate your repository with the huristic topic, visit your repo's landing page and select "manage topics."