Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ce::StateCore

Compare

  Analyzed 4 months ago

StateCore is an generic finite state machine (FSM), based on the state pattern and written in C++. StateCore was created with the idea to helping the developers. This was created under the LGPL license. This means that it is completely free to use for commercial and non commercial applications. ... [More] Features: * Interface and Implementation class * Small and fast inline methods * Global, Current and Previous states * Enter, Execute and Exit events * Based on the state pattern * Easy-to-use Project Homepage: ceStateCore.sourceforge.net CorEngine's Blog: (Spanish blog) CorEngine.wordpress.com [Less]

271 lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This

Genetic Automaton Learner (GAL)

Compare

  Analyzed 2 months ago

Learn Finite State Automata that generalize over a set of training instances. This is an (incomplete) implementation of GAL, the Genetic Automaton Learner as defined in Chapter 5 of Belz (2000). The point of this code is to learn a FSA that *generalizes* from a set of positive examples. (If ... [More] you just want to cover exactly the input, you can use any existing package for doing FSA minimization.) The input file is in text format, one sequence per line, the alphabet will be induced by tokens separated by white-spaces. [Less]

1.14K lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This