Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ai:lab2 [2024/10/08 18:45] – tami | ai:lab2 [2024/10/08 19:10] (current) – tami | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== AI Lab 2 ====== | ====== AI Lab 2 ====== | ||
+ | |||
+ | <WRAP column 30%> | ||
+ | The following script produces the plot: | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | X axis: Generations, | ||
+ | </ | ||
<file matlab main.m> | <file matlab main.m> | ||
Line 38: | Line 46: | ||
plot(best_fitness_hist) | plot(best_fitness_hist) | ||
</ | </ | ||
+ | </ | ||
<file matlab initialization.m> | <file matlab initialization.m> |