File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 60
60
\frametitle {Observe and Change}
61
61
Next idea: your program's configuration changes at runtime to adapt to observed behaviour
62
62
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.
64
64
65
65
\end {frame }
66
66
102
102
103
103
\begin {frame }
104
104
\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.
106
106
107
107
Inspired by natural selection.
108
108
139
139
\begin {itemize }
140
140
\item Number of routes to evaluate
141
141
\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
144
144
\item Search radius for alternate routes
145
145
\end {itemize }
146
146
You can’t perform that action at this time.
0 commit comments