crylent / AI_func_min

PSO & genetic algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function Optimization Algorithms

My practical work on Basics of AI. I have implemented genetic algorithm (both float & binary versions) and PSO algorithm. Program contains only 3 functions to test but can be modified for including any other functions.

Examples

Float Genetic Algorithm example Binary Genetic Algorithm example Particle Swarm Optimization example