config.setGdScoreComputationAlgorithm_RandomWalk_ExtraLength(0);
LearnerGraph gr=buildLearnerGraph(NDGraph, "testCount_computeGraphs", config,converter);
GDLearnerGraph ndGraph = new GDLearnerGraph(gr,LearnerGraphND.ignoreRejectStates, true);
//Visualiser.updateFrame(ndGraph.matrixInverse, null);
//RandomPathGenerator.diameter(ndGraph.matrixInverse);
ndGraph.computeWalkSequences(new StateBasedRandom(80), 1);
Assert.assertNull(WMethod.checkM(buildLearnerGraph("A-a->BE-b->CFG-d->F-d->F / CFG-c->DH-f->D-f->D / DH-e->H-e->H","testCount_computeGraphs_A",config,converter),
ndGraph.stateToCorrespondingGraph.get(gr.findVertex(VertexID.parseID("A"))).graph));
Assert.assertNull(WMethod.checkM(buildLearnerGraph("B-b->C-c->D-f->D","testCount_computeGraphs_B",config,converter),
ndGraph.stateToCorrespondingGraph.get(gr.findVertex(VertexID.parseID("B"))).graph));