https://github.com/coin-or/jMarkov
Revision e63389f7678faaf359940fe7ff878e55df2fe9c1 authored by Juan Perez on 02 March 2016, 02:01:15 UTC, committed by Juan Perez on 02 March 2016, 02:01:15 UTC
1 parent 9365e0c
Raw File
Tip revision: e63389f7678faaf359940fe7ff878e55df2fe9c1 authored by Juan Perez on 02 March 2016, 02:01:15 UTC
added source files for jMarkov, jMDP and jPhase manuals
Tip revision: e63389f
TEST.txt
Last updated August 17, 2014

jMarkov Unit Tests 

The jMarkov source code includes a set of Unit Tests. 
These can be found in the test folder,
which includes separate test classes for the jMarkov, 
the jMDP, and the jPhase modules. 
New tests can be included in this folder using jUnit, 
as in the existing tests.  

back to top