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
This is an implementation of the TSP problem with a Hub notion.
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.
These are a couple katas attempting at solving the N Queens problem set using diffrent algorithms and huristics.
MinMax AI with Alpha-beta pruning for Othello board game
Introduction to Artificial Intelligence - Assignment 13 Search Algorithms DFS, BFS, UCS, A* & Heuristic Functions
Algorytm genetyczny do rozwiązania problemu komiwojażera (TSP) zaimplementowany w C#.
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.
This is an implementation of the simulated annealing algorithm to solve the shikaku puzzle game, with multiple levels of difficulty
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."