[CT421]: Add Assignment 2
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -0,0 +1,84 @@
|
||||
%! TeX program = lualatex
|
||||
\documentclass[a4paper]{article}
|
||||
|
||||
\usepackage[backend=biber, style=numeric, date=iso, urldate=iso]{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
\DeclareFieldFormat{urldate}{Accessed on: #1}
|
||||
\usepackage{amsmath}
|
||||
% packages
|
||||
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
|
||||
\usepackage[english]{babel} % Language hyphenation and typographical rules
|
||||
\usepackage[final, colorlinks = true, urlcolor = black, linkcolor = black, citecolor = black]{hyperref}
|
||||
\usepackage{changepage} % adjust margins on the fly
|
||||
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{EB Garamond}
|
||||
\setmonofont[Scale=MatchLowercase]{Deja Vu Sans Mono}
|
||||
|
||||
\usepackage{minted}
|
||||
\usemintedstyle{algol_nu}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{width=\textwidth,compat=1.9}
|
||||
|
||||
\usepackage{caption}
|
||||
\newenvironment{code}{\captionsetup{type=listing}}{}
|
||||
\captionsetup[listing]{skip=0pt}
|
||||
\setlength{\abovecaptionskip}{5pt}
|
||||
\setlength{\belowcaptionskip}{5pt}
|
||||
|
||||
\usepackage[yyyymmdd]{datetime}
|
||||
\renewcommand{\dateseparator}{--}
|
||||
|
||||
\usepackage{titlesec}
|
||||
% \titleformat{\section}{\LARGE\bfseries}{}{}{}[\titlerule]
|
||||
% \titleformat{\subsection}{\Large\bfseries}{}{0em}{}
|
||||
% \titlespacing{\subsection}{0em}{-0.7em}{0em}
|
||||
%
|
||||
% \titleformat{\subsubsection}{\large\bfseries}{}{0em}{$\bullet$ }
|
||||
% \titlespacing{\subsubsection}{1em}{-0.7em}{0em}
|
||||
|
||||
% margins
|
||||
\addtolength{\hoffset}{-2.25cm}
|
||||
\addtolength{\textwidth}{4.5cm}
|
||||
\addtolength{\voffset}{-3.25cm}
|
||||
\addtolength{\textheight}{5cm}
|
||||
\setlength{\parskip}{0pt}
|
||||
\setlength{\parindent}{0in}
|
||||
% \setcounter{secnumdepth}{0}
|
||||
|
||||
\begin{document}
|
||||
\hrule \medskip
|
||||
\begin{minipage}{0.295\textwidth}
|
||||
\raggedright
|
||||
\footnotesize
|
||||
\begin{tabular}{@{}l l}
|
||||
Name: & Andrew Hayes \\
|
||||
Student ID: & 21321503 \\
|
||||
E-mail: & \href{mailto://a.hayes18@universityofgalway.ie}{\texttt{a.hayes18@universityofgalway.ie}} \\
|
||||
\end{tabular}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\centering
|
||||
\vspace{0.4em}
|
||||
\LARGE
|
||||
\textsc{ct421} \\
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.295\textwidth}
|
||||
\raggedleft
|
||||
\today
|
||||
\end{minipage}
|
||||
\medskip\hrule
|
||||
\begin{center}
|
||||
\normalsize
|
||||
Project 2: Evolutionary Game Theory
|
||||
\end{center}
|
||||
\hrule
|
||||
\medskip
|
||||
|
||||
\section{Part 1: Evolution Against Fixed Strategies}
|
||||
\section{Part 2: Extension}
|
||||
|
||||
|
||||
\end{document}
|
@ -0,0 +1,22 @@
|
||||
% % https://link.springer.com/article/10.1023/A:1006529012972
|
||||
% % https://arxiv.org/pdf/1203.5028
|
||||
%
|
||||
%
|
||||
% @article{adboun,
|
||||
% author = {Otman, Abdoun and Tajani, Chakir and Abouchabaka, Jaafar},
|
||||
% year = {2012},
|
||||
% month = {03},
|
||||
% pages = {},
|
||||
% title = {Hybridizing PSM and RSM Operator for Solving NP-Complete Problems:
|
||||
% Application to Travelling Salesman Problem},
|
||||
% volume = {9},
|
||||
% journal = {International Journal of Computer Science Issues}
|
||||
% }
|
||||
%
|
||||
% @online{crossover,
|
||||
% author = "Wikipedia",
|
||||
% title = "{Crossover (evolutionary algorithm)} --- {W}ikipedia{,} The Free Encyclopedia",
|
||||
% year = "2025",
|
||||
% url = "https://en.wikipedia.org/wiki/Crossover_(evolutionary_algorithm)",
|
||||
% urldate = "2025-02-19"
|
||||
% }
|
Reference in New Issue
Block a user