Robert Baumgartner

Results 6 issues of Robert Baumgartner

Self explaining. Code may be subject to updates still, but this is a ready working and benchmarked version

Hey, I cannot reproduce the example given from https://pypi.org/project/visual-automata/#visualdfa Upon the call of VisualDFA(dfa) on the dfa dfa = DFA( states={"q0", "q1", "q2", "q3", "q4"}, input_symbols={"0", "1"}, transitions={ "q0": {"0":...

Added a few getter functions, and did some minor changes to the data structures. The latter now cause the neighbor-informations to remain on the GPU rather than being freed after...

When reading the apta file the state machien is wrong and has duplicate transitions. Reproduce: 1. ./flexfringe --ini ini/alergia.ini data/PAutomaC-competition_sets/5.pautomac.train.dat 2. ./flexfringe --ini ini/predict-css.ini --aptafile=data/PAutomaC-competition_sets/5.pautomac.train.dat.ff.final.json data/PAutomaC-competition_sets/5.pautomac.test.dat 3. Go into PAutomaC...

Self explaining from the title. I will explain the details face to face in a meeting

L* does not support symbol attributes yet. Should we include this?