213214215216217218219220221222223
assertEquals ( 1, subExpArray.length ); final SubExp subExp = subExpArray [ 0 ]; assertNotNull ( subExp ); assertEquals ( "test",
136137138139140141142143144145146
final Seed networkSeed = new Seed ( -3 ); final Stimulus [ ] stimuli = new Stimulus [ ] { }; final SubExp [ ] subexperiments = new SubExp [ ] { new SubExp ( 1, // repetition 1.0, // trialLength stimuli, null ) }; // discreteEventCollection
129130131132133134135136137138139
190191192193194195196197198199200
final Seed networkSeed = new Seed ( -4 ); final Stimulus [ ] stimuli = new Stimulus [ ] { }; final SubExp [ ] subexperiments = new SubExp [ ] { new SubExp ( 1, // repetition 1.0, // trialLength stimuli, null ) }; // discreteEventCollection