This repository belongs to the assignment of the course "Artificial Intelligent Control" given to post graduate students at Lappeenranta University of Technology, Finland (Spring 2017)
- Course Instructor: Professor Huapeng Wu
In this assignment, the idea is to use the GA to find the global optimum of the selected path for the robot in order to accomplish its task. The idea of global optimization is to find the best possible solution for a nonlinear model with several local extremums.
- A nonlinear model with multiple optimums:
- Developed in java:
- Table of Initialized Population:
-
Roulette Wheel Selection vs. Tounament Selection:
-
Tournament Selection
- Initialization
- Crossover
- Mutation
-
- Population Size Comparison
- Local and Gloabal Maxima of Path
- Final Solution