If you want to specify the probability whether a given operator performs mutation (say) or just copies parents and returns them, the parameter you're looking for is 'likelihood'.
If you want to specify the probability of doing mutation type 1 versus mutation type 2 versus crossover or whatever, the tool you want is called ec.breed.MultiBreedingPipeline.
Sean
On Feb 27, 2014, at 6:50 AM, Francisco Lopez de la Franca <[log in to unmask]> wrote:
> Hi.
>
> I'd like to know how it's specified in the params file the probability of carrying out the recombination and mutation in genetic programming. (I think recombination is called in GP crossover, isn't it?).
>
> Thanks.