<p>In <a href="https://github.com/mlpack/mlpack/pull/686#discussion_r66709947">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>Ah, okay, good idea, just checked the CNE method, and couldn't find a default genome.</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#r66709947">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFIiFyQUjLY0reembJ2mlwVVFIeSLks5qKwCVgaJpZM4IwJa6">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCBcExf7Bse6g80-uHkAym2HKnmlks5qKwCVgaJpZM4IwJa6.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#r66709947"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>