Hey I can't believe it, I fixed it...

This commit is contained in:
blacklight 2009-08-15 02:59:09 +02:00
parent 37995f75c2
commit b62dfe3967
113 changed files with 673 additions and 776 deletions

View file

@ -19,8 +19,6 @@
<h1>neural++.hpp File Reference</h1><code>#include &lt;vector&gt;</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;cmath&gt;</code><br>
<code>#include &lt;ctime&gt;</code><br>
<code>#include &lt;cstdio&gt;</code><br>
<code>#include &quot;<a class="el" href="neural_09_09__exception_8hpp-source.html">neural++_exception.hpp</a>&quot;</code><br>
<p>
@ -49,12 +47,15 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneuralpp_1_1synrecord.html">neuralpp::synrecord</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a>&nbsp;&nbsp;&nbsp;( abs( sin(rand()) ) )</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a>&nbsp;&nbsp;&nbsp;(double) ( (rand() / (RAND_MAX/2)) - 1)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default rand value: |sin(rand)|, always &gt;= 0 and &lt;= 1. <a href="#839a9222721835f53c5b248241f535f4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a>&nbsp;&nbsp;&nbsp;0.7</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a>&nbsp;&nbsp;&nbsp;0.8</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Initial value for the inertial momentum of the synapses. <a href="#05e2bb5b9fc32f0b6b4d84fe43177d72"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp.html#43c8197cc83f65fa9676386579671aec">neuralpp::df</a> (double(*f)(double), double x)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="05e2bb5b9fc32f0b6b4d84fe43177d72"></a><!-- doxytag: member="neural++.hpp::BETA0" ref="05e2bb5b9fc32f0b6b4d84fe43177d72" args="" -->
@ -62,7 +63,7 @@
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define BETA0&nbsp;&nbsp;&nbsp;0.7 </td>
<td class="memname">#define BETA0&nbsp;&nbsp;&nbsp;0.8 </td>
</tr>
</table>
</div>
@ -79,7 +80,7 @@ Initial value for the inertial momentum of the synapses.
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define RAND&nbsp;&nbsp;&nbsp;( abs( sin(rand()) ) ) </td>
<td class="memname">#define RAND&nbsp;&nbsp;&nbsp;(double) ( (rand() / (RAND_MAX/2)) - 1) </td>
</tr>
</table>
</div>
@ -92,7 +93,7 @@ Default rand value: |sin(rand)|, always &gt;= 0 and &lt;= 1.
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 9 11:11:18 2009 for Neural++ by&nbsp;
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 02:56:02 2009 for Neural++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>