1
0
This commit is contained in:
Silver-T 2018-05-17 14:48:28 +10:00
commit f6a0fa74bf

View File

@ -26,8 +26,16 @@
\author{Kelvin Davis \and Jip J. Dekker\and Anthony Silvestere}
\maketitle
\section{Overview}
\section{Introduction}
For a lot of research comparisons are made between different algorithms. Why
is one algorithm better than another? Programming will generally teach you
that an algorithm is better if it can be executed faster, but this is not
always true. The behaviour of different algorithms must be studied in relation
to its input and it gets even more complicated when random values are used. In
this assignment we will compare two algorithms for the ``Dawkin's weasel''
problem. Both algorithms are based on randomisation: the first algorithm is a
simple hill climbing algorithm and the second algorithm is a genetic
algorithm.
\section{Hill Climbing and Genetic Algorithms}
% Describe methods