Generates sequences with a hybrid strategy that is a mixture of random walks and drawing from all possible sequences. Up to <maxLengthAll>, the command draws from all possible sequences. Then, the sequences are finished through random walks. 

$USAGE$
<modelname> name of the usage profile from which the sequences are generated
<sequencesName> name of the sequences that are generated
<lenght> length of a sequence
<maxlengthAll> maximal length where the command draws from all possible sequences
<numSequences> number of sequences to be generated
<validEnd> 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