Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giovananog/meta-heuristics-ai

Graph Algorithms, Genetic Algorithms, Simulated Annealing, Swarm Intelligence, Heuristics, Minimax and Meta-Heuristics
https://github.com/giovananog/meta-heuristics-ai

ai meta-heuristics python

Last synced: 16 days ago
JSON representation

Graph Algorithms, Genetic Algorithms, Simulated Annealing, Swarm Intelligence, Heuristics, Minimax and Meta-Heuristics

Awesome Lists containing this project

README

        

# AI and Meta-Heuristics (Combinatorial Optimization) Python

![GitHub repo size](https://img.shields.io/github/repo-size/giovananog/meta-heuristics-ai?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/giovananog/meta-heuristics-ai?style=for-the-badge)




udemy

> This repository contains the projects and materials developed during the "AI and Meta-Heuristics (Combinatorial Optimization) Python" course from Udemy.



## 🖥️ Course Content

Graph Algorithms, Genetic Algorithms, Simulated Annealing, Swarm Intelligence, Heuristics, Minimax, and Meta-Heuristics. The course covers:

1. **Understanding Artificial Intelligence**
- Learn why artificial intelligence is important.

2. **Pathfinding Algorithms**
- Understand BFS, DFS, and A* search algorithms for pathfinding.

3. **Heuristics and Meta-Heuristics**
- Learn about heuristics and meta-heuristics.

4. **Genetic Algorithms**
- Understand genetic algorithms for optimization.

5. **Particle Swarm Optimization**
- Learn particle swarm optimization techniques.

6. **Simulated Annealing**
- Understand the simulated annealing algorithm for optimization.

## 📁 Repository Structure

The repository is organized into sections, each reflecting different topics and projects from the course.

## 🛠️ Technologies Used

- Python

## 🌐 Course URL

[Udemy Course: AI and Meta-Heuristics (Combinatorial Optimization) Python](https://www.udemy.com/course/ai-and-combinatorial-optimization-with-meta-heuristics)