forked from lauradiosan/MIRPR-2019-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model.tex
354 lines (232 loc) · 9.23 KB
/
model.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
%latex model.tex
%bibtex model
%latex model.tex
%latex model.tex
%dvipdfm model.dvi
%se poate lucra si online (de ex www.overleaf.com)
\documentclass[runningheads,a4paper,11pt]{report}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{caption}
\usepackage{comment}
\usepackage{epsfig}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage[colorlinks]{hyperref}
\usepackage[latin1]{inputenc}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{rotating}
\usepackage{setspace}
\usepackage{subfigure}
\usepackage{url}
\usepackage{verbatim}
\usepackage{xcolor}
\geometry{a4paper,top=3cm,left=2cm,right=2cm,bottom=3cm}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{Project's name}
\fancyhead[RE,LO]{Team's name}
\fancyfoot[RE,LO]{MIRPR 2019-2020}
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{1pt}
\renewcommand{\headrule}{\hbox to\headwidth{%
\color{lime}\leaders\hrule height \headrulewidth\hfill}}
\renewcommand{\footrule}{\hbox to\headwidth{%
\color{lime}\leaders\hrule height \footrulewidth\hfill}}
\hypersetup{
pdftitle={artTitle},
pdfauthor={name},
pdfkeywords={pdf, latex, tex, ps2pdf, dvipdfm, pdflatex},
bookmarksnumbered,
pdfstartview={FitH},
urlcolor=cyan,
colorlinks=true,
linkcolor=red,
citecolor=green,
}
% \pagestyle{plain}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\linespread{1}
% \pagestyle{myheadings}
\makeindex
\begin{document}
\begin{titlepage}
\sloppy
\begin{center}
BABE\c S BOLYAI UNIVERSITY, CLUJ NAPOCA, ROM\^ ANIA
FACULTY OF MATHEMATICS AND COMPUTER SCIENCE
\vspace{6cm}
\Huge \textbf{TITLE}
\vspace{1cm}
\normalsize -- MIRPR report --
\end{center}
\vspace{5cm}
\begin{flushright}
\Large{\textbf{Team members}}\\
Name, specialisation, group
\end{flushright}
\vspace{4cm}
\begin{center}
2019
\end{center}
\end{titlepage}
\pagenumbering{gobble}
\begin{abstract}
Text of abstract. Short info about: project relevance/importance, inteligent methods used for solving, data involved in the numerical experiments; conclude by the the results obtained.
\end{abstract}
\tableofcontents
\newpage
\listoftables
\listoffigures
\listofalgorithms
\newpage
\setstretch{1.5}
\newpage
\pagenumbering{arabic}
\chapter{Introduction}
\label{chapter:introduction}
\section{What? Why? How?}
\label{section:what}
Motivate and abstractly describe the problem you are addressing and how you are addressing it.
\begin{itemize}
\item What is the (scientific) problem?
\item Why is it important?
\item What is your basic approach?
\end{itemize}
A short discussion of how it fits into related work in the area is also desirable. Summarize the basic results and conclusions that you will present.
\section{Paper structure and original contribution(s)}
\label{section:structure}
The research presented in this paper advances the theory, design, and implementation of several particular models.
The main contribution of this report is to present an intelligent algorithm for solving the problem of $\ldots$.
The second contribution of this report consists of building an intuitive, easy-to-use and user
friendly software application. Our aim is to build an algorithm that will help $\ldots$.
The third contribution of this thesis consists of $\ldots$.
The present work contains $xyz$ bibliographical references and is structured in five chapters as follows.
The first chapter/section is a short introduction in $\ldots$.
The second chapter/section describes $\ldots$.
The chapter/section \ref{chapter:proposedApproach} details $\ldots$.
\chapter{Scientific Problem}
\label{section:scientificProblem}
\section{Problem definition}
\label{section:problemDefinition}
Give a description of the problem.
Explain why it must be solved by an intelligent algorithm.
Details the advantages and/or disadvantages of solving the problem by a (some) given method(s).
Precisely define the problem you are addressing (i.e. formally specify the inputs and outputs). Elaborate on why this is an interesting and important problem.
Item example:
\begin{itemize}
\item content of item1
\item content of item2
\item content of item3
\end{itemize}
Figure example
$\ldots$ (see Figure \ref{swarmsize})
\begin{figure}[htbp]
\centerline{\includegraphics{Fig/FitEvol.eps}}
\caption{The evolution of the swarm size during the GA generations. This results were obtained for the $f_2$ test function with 5 dimensions.}
\label{swarmsize}
\end{figure}
Table example: (see Table \ref{tab3PSO})
\begin{table}[htbp]
\caption{The parameters of the PSO algorithm (the micro level algorithm) used to compute the fitness of a GA chromosome.}
\label{tab3PSO}
\begin{center}
\begin{tabular}{p{220pt}c}
\textbf{Parameter}& \textbf{Value} \\
\hline\hline
Number of generations& 50 \\
Number of function evaluations/generation& 10 \\
Number of dimensions of the function to be optimized& 5 \\
Learning factor $c_{1}$& 2 \\
Learning factor $c_{2}$ & 1.8\\
Inertia weight& 0.5 + $\frac{rand()}{2}$\\
\end{tabular}
\end{center}
\end{table}
Algorithm example
$\ldots$ (see Algorithm \ref{NGalg}).
\algsetup{indent=1em, linenosize=\footnotesize}
\begin{algorithm}
\caption{SGA - Spin based Genetic AQlgorithm}
\label{NGalg}
\begin{algorithmic}
\STATE \textbf{BEGIN}
\STATE @ Randomly create the initial GA population.
\STATE @ Compute the fitness of each individual.
\FOR{i=1 TO NoOfGenerations}
\FOR{j=1 TO PopulationSize}
\STATE p $\leftarrow$ RandomlySelectParticleFromGrid();
\STATE n $\leftarrow$ RandomlySelectParticleFromNeighbors(p);
\STATE @ Crossover(p, n, off);
\STATE @ Compute energy $\Delta H$
\IF {$\Delta H$ satisfy the Ising condition}
\STATE @ Replace(p,off);
\ENDIF
\ENDFOR
\ENDFOR
\STATE \textbf{END}
\end{algorithmic}
\end{algorithm}
\chapter{State of art/Related work}
\label{chapter:stateOfArt}
The theory of the methods utilised until now in order to solve the given problem.
Answer the following questions for each piece of related work that addresses the same or a similar problem.
\begin{itemize}
\item What is their problem and method?
\item How is your problem and method different?
\item Why is your problem and method better?
\end{itemize}
In order to cite a given work you can use a bib file (see the example) and the $\ $ \textit{cite} command:
\cite{kennedy1}, \cite{Koh06}, \cite{Berlekamp82}, \cite{Storn95}, \cite{firefox}.
\chapter{Proposed approach}
\label{chapter:proposedApproach}
Describe your approach!
Describe in reasonable detail the algorithm you are using to address this problem. A psuedocode description of the algorithm you are using is frequently useful. Trace through a concrete example, showing how your algorithm processes this example. The example should be complex enough to illustrate all of the important aspects of the problem but simple enough to be easily understood. If possible, an intuitively meaningful example is better than one with meaningless symbols.
\chapter{Application (numerical validation)}
\label{chapter:application}
Explain the experimental methodology and the numerical results obtained with your approach and the state of art approache(s).
Try to perform a comparison of several approaches.
Statistical validation of the results.
\section{Methodology}
\label{section:methodology}
\begin{itemize}
\item What are criteria you are using to evaluate your method?
\item What specific hypotheses does your experiment test? Describe the experimental methodology that you used.
\item What are the dependent and independent variables?
\item What is the training/test data that was used, and why is it realistic or interesting? Exactly what performance data did you collect and how are you presenting and analyzing it? Comparisons to competing methods that address the same problem are particularly useful.
\end{itemize}
\section{Data}
\label{section:data}
Describe the used data.
\section{Results}
\label{section:results}
Present the quantitative results of your experiments. Graphical data presentation such as graphs and histograms are frequently better than tables. What are the basic differences revealed in the data. Are they statistically significant?
\section{Discussion}
\label{section:discussion}
\begin{itemize}
\item Is your hypothesis supported?
\item What conclusions do the results support about the strengths and weaknesses of your method compared to other methods?
\item How can the results be explained in terms of the underlying properties of the algorithm and/or the data.
\end{itemize}
\chapter{Conclusion and future work}
\label{chapter:concl}
Try to emphasise the strengths and the weaknesses of your approach.
What are the major shortcomings of your current method? For each shortcoming, propose additions or enhancements that would help overcome it.
Briefly summarize the important results and conclusions presented in the paper.
\begin{itemize}
\item What are the most important points illustrated by your work?
\item How will your results improve future research and applications in the area?
\end{itemize}
\bibliographystyle{plain}
\bibliography{BibAll}
\end{document}