<p>In <a href="https://github.com/mlpack/mlpack/pull/686#discussion_r66367289">src/mlpack/methods/ne/genome.hpp</a>:</p>
<pre style='color:#555'>&gt; +
&gt; +namespace mlpack {
&gt; +namespace ne {
&gt; +
&gt; +/**
&gt; + * This class defines a genome.
&gt; + # A genome is consist of a group of genes.
&gt; + */
&gt; +class Genome {
&gt; + public:
&gt; +  // Default constructor.
&gt; +  Genome() {}
&gt; +  
&gt; +  // Parametric constructor.
&gt; +  Genome(unsigned int id,
&gt; +               std::vector&lt;NeuronGene&gt; neuronGenes,
</pre>
<p><a href="https://github.com/zoq" class="user-mention">@zoq</a> Yeah, good idea. I will revise it.</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/3c8aa62b951f029b3883e9baef1ea556ef5af2d3#r66367289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFFzs7aWPr_PUnQAPPpATLtj_xNu1ks5qJ2PWgaJpZM4IwJa6">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFC6IrSUKD1S3tZeUZN-jWn08Twc3ks5qJ2PWgaJpZM4IwJa6.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/3c8aa62b951f029b3883e9baef1ea556ef5af2d3#r66367289"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>