<p>In <a href="https://github.com/mlpack/mlpack/pull/686#discussion_r66709914">src/mlpack/tests/ne_test.cpp</a>:</p>
<pre style='color:#555'>&gt; +  LinkGene link3(2, 3, 0, 0);
&gt; +  LinkGene link4(0, 4, 0, 0);
&gt; +  LinkGene link5(1, 4, 0, 0);
&gt; +  LinkGene link6(2, 4, 0, 0);
&gt; +  LinkGene link7(4, 3, 0, 0);
&gt; +
&gt; +  linkGenes.push_back(link1);
&gt; +  linkGenes.push_back(link2);
&gt; +  linkGenes.push_back(link3);
&gt; +  linkGenes.push_back(link4);
&gt; +  linkGenes.push_back(link5);
&gt; +  linkGenes.push_back(link6);
&gt; +  linkGenes.push_back(link7);
&gt; +
&gt; +  Genome seedGenome = Genome(0, neuronGenes, linkGenes, numInput, numOutput, depth, fitness);
&gt; +
</pre>
<p><a href="https://github.com/zoq" class="user-mention">@zoq</a> Yeah, I will put it in the default constructor. It is just for the testing, I use this style to demonstrate how to use and test the parametric constructor.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/686/files/65f093daf32f6cb353cd6b9304bab88a5e096fdc#r66709914">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFOaPsPFD0yhbTCgLH3-clUG91uKmks5qKwASgaJpZM4IwJa6">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKjzPGsm_x6gNiS6AlVSoaaRynnyks5qKwASgaJpZM4IwJa6.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/686/files/65f093daf32f6cb353cd6b9304bab88a5e096fdc#r66709914"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>