-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-sigconf-authordraft.tex
executable file
·95 lines (73 loc) · 2.27 KB
/
sample-sigconf-authordraft.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
\documentclass[sigconf, authordraft]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage{amsmath, amssymb, amsthm, enumitem, breqn, bm, geometry, subcaption}
% Copyright
%\setcopyright{none}
%\setcopyright{acmcopyright}
\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\acmDOI{10.1145/3205455.3205597}
% ISBN
\acmISBN{978-1-4503-5618-3/18/07}
%Conference
\acmConference[GECCO '18]{the Genetic and Evolutionary Computation
Conference 2018}{July 15--19, 2018}{Kyoto, Japan}
\acmYear{2018}
\copyrightyear{2018}
\acmPrice{15.00}
% \acmSubmissionID{123-A12-B3}
\begin{document}
\title{Learning an Evolvable Genotype-Phenotype Mapping}
\author{Matthew Andres Moreno}
\orcid{0000-0003-4726-4479}
\affiliation{%
\institution{BEACON Center\\ Michigan State University}
}
\email{[email protected]}
\author{Wolfgang Banzhaf}
\orcid{0000-0002-6382-3245}
\affiliation{%
\institution{BEACON Center\\ Michigan State University}
}
\email{[email protected]}
\author{Charles Ofria}
\orcid{0000-0003-2924-1732}
\affiliation{%
\institution{BEACON Center\\ Michigan State University}
}
\email{[email protected]}
\begin{abstract}
\input{tex/abstract.tex}
\end{abstract}
%
% The code below should be generated by the tool at
% http://dl.acm.org/ccs.cfm
% Please copy and paste the code instead of the example below.
%
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010147.10010257.10010293.10011809.10011815</concept_id>
<concept_desc>Computing methodologies~Generative and developmental approaches</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010147.10010257.10010293.10011809.10011812</concept_id>
<concept_desc>Computing methodologies~Genetic algorithms</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Computing methodologies~Generative and developmental approaches}
\ccsdesc[300]{Computing methodologies~Genetic algorithms}
\keywords{genetic algorithms, adaptive representations, indirect encodings, genotype-phenotype map, evolvability, deep learning}
\maketitle
\input{samplebody-conf}
\bibliographystyle{ACM-Reference-Format}
\bibliography{sample-bibliography}
\end{document}