Generates sequences with a hybrid strategy that is a mixture of random walks and drawing from all possible sequences. Up to , the command draws from all possible sequences. Then, the sequences are finished through random walks. $USAGE$ name of the usage profile from which the sequences are generated name of the sequences that are generated length of a sequence maximal length where the command draws from all possible sequences number of sequences to be generated optional; if true, only sequences that finish in the global END state are allowed; default: true Example(s): generateHybrid markovModel generated_sequences 6 4 500 generateHybrid markovModel generated_sequences 6 4 500 false