forked from Orego/Orego
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.html
9 lines (9 loc) · 1004 Bytes
/
license.html
1
2
3
4
5
6
7
8
9
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Orego</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Peter Drake</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
<p>
Small utility classes developed by third parties are in the edu.lclark.orego.thirdparty package:
<ul>
<li>MersenneTwisterFast, a pseudorandom number generator, is from the ECJ (Evolutionary Computation in Java) project, http://www.cs.gmu.edu/~eclab/projects/ecj/.</li>
<li>Gaussian, for computing Gaussian density functions, is from Sedgewick and Wayne, Introduction to Programming in Java.</li>
</ul>
<p>
Both are used with permission.