Ok. Running
peach.py --strategy=rand.RandomMutationStrategy
the method randomMutation of a mutator is called ( and the mutators
are called randomly too).
Thanks
Robgas
On Nov 4, 7:48 pm, Michael Eddington <medding...@gmail.com> wrote:
> Check out peachrand.bat for the command line.
> mike
> On 11/4/2009 9:01 AM, Robgas wrote:
> > Hi,
> > performing some tests with Blob mutators, I have noticed that only
> > the"sequencialMutation" method is called during the execution. I
> > suppose that it depends on the use of sequencial
> > mutator strategy as default. How can I use the random mutation
> > strategy?
> > Thanks,
> > Robgas