Skip to content

breinero-zz/Markov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markov

Description:A simple type safe stochastic framework, used to define any desired hidden Markov simulation. A visitor traverses the Markov chain in a random fashion. Callback methods, assigned to specific vertexes, are invoked when the visitor reaches the vertex.
Author: Bryan Reinero <[email protected]>
Thanks:Ben Becker

Dependencies

Markov is supported and tested on Java 1.8

Additional dependencies are: - (Unit Tests) TestNG 6.8 http://testng.org/doc/index.html

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

About

Implementation of a Markov Chain in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages