Skip to content

Implementations of heuristics search methods algorithms developed in the course of Applied Artificial Intelligence from the B.Sc. Computer Engineering at UFRN.

Notifications You must be signed in to change notification settings

alexandrehsd/heuristic-search-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heuristic Search Methods Algorithms

Welcome, here you will find heuristics search methods algorithms developed in the course of Applied Artificial Intelligence from the B.Sc. Computer Engineering at Federal University of Rio Grande Do Norte.

The AG repository contains an implementation of an algorithm based in the Genetic Algorithm (GA). Such implementation aims to help people in the decision-making process about which gym is best for them to begin aerobic and weight training workout in the city of Natal, RN-Brazil.

The PSO repository contains an implementation of an algorithm based in the Particle Swarm Optimization (PSO) heuristic search method. The goal of the algorithm is to find the global minima of any 2-dimensional function. In this case, more specifically, the Rosenbrock's Function was used as an example.

As a reference about the model and performance of the GA and PSO heuristics, I recommend the reading of A comparison of particle swarm optimization and the genetic algorithm written by Rania Hassan, Babak Cohanim, Olivier de Weck and Gerhard Venter.

I sincerely thank to Gabriel Coelho and Josué Araújo for their precious insights on the codes developed here. Friendship is about building a better world and it also means helping others coding.

About

Implementations of heuristics search methods algorithms developed in the course of Applied Artificial Intelligence from the B.Sc. Computer Engineering at UFRN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages