This repository has different genetic alogrithms one in each folder. It includes:
- Simplest "One max" task on generic python;
- "One max" task using "Deep" library;
- Sea battle algorithm that shows better ships placement;
- Graphs alrogithm that used to find minimus path from one vertex to others;
- Function minimum find minimum of Himmelblau function using genetic algorithms;
- Maze, Maze_wall_like, Maze_step_by_step using genetic algorithms to find minimum path between two spots at the field with diffrent metods and diffrent configuration for each folder.