ees1.mating1 {evoper} | R Documentation |
ees1.mating1
Description
This function 'mix' the elements present in the solution. The parameter 'mu' controls the intensity of mixing. Low values give preference to best solution components and high values make the values being select randomly.
Usage
ees1.mating1(solution, mu)
Arguments
solution |
The Problem solution |
mu |
The mixing intensity ratio, from 0 to 1. The mix intensity controls de the probability of chosing a worst solutions |
[Package evoper version 0.5.0 Index]