Merge branch 'master' of https://github.com/Dekker1/ResearchMethods
This commit is contained in:
commit
f6a0fa74bf
@ -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
|
||||
|
Reference in New Issue
Block a user