- Depth First Search
- Breadth First Search
- A* Search
- Uniform Cost Search
- Hill Climbing
-
Evolution Operators
-> Calculate fitness -> Evaluate
-> Binary tournament -> Best select -> Random select
-> One point crossover
-> mutate
-> Best select
-
Genetic Operators
-> Decode -> Calculate fitness -> Evaluate
-> same as evolutionary
-> One point crossover -> Two point crossover
-> filp mutation
-> same as evolutionary
-
Task in which using genotypic representation with the population of 10 and getting maximum value of a function