Skip to content

Commit 5d7e89b

Browse files
committed
L20 small content changes
1 parent 82ca5fd commit 5d7e89b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

lectures/L20-slides.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
\frametitle{Observe and Change}
6161
Next idea: your program's configuration changes at runtime to adapt to observed behaviour
6262

63-
This works becausse our initial guess might not be correct, but also because conditions can change at any time.
63+
This works because our initial guess might not be correct, but also because conditions can change at any time.
6464

6565
\end{frame}
6666

@@ -102,7 +102,7 @@
102102

103103
\begin{frame}
104104
\frametitle{Genetic Algorithm}
105-
If you've taken a course on algorithms, you might know this.
105+
If you've taken the ECE457x course with genetic algorithms, you might know this.
106106

107107
Inspired by natural selection.
108108

@@ -139,8 +139,8 @@
139139
\begin{itemize}
140140
\item Number of routes to evaluate
141141
\item Heuristic for generating routes to evaluate
142-
\item Decay of traffic information reported by other motorists
143-
\item Time of day and month and if it's a holiday
142+
\item Traffic information reported by other motorists, with decay
143+
\item Time of day and month and whether it's a holiday
144144
\item Search radius for alternate routes
145145
\end{itemize}
146146

0 commit comments

Comments
 (0)