This log tool implements a log tool that record the number of function evaluations performed and the
best individual after the replace stage of the algorithm.
This log tool implements a log tool that record the number of generations performed, the
fitness of the best individual and the mean fitness of the whole population after the replace stage.
An offspring is generated: H = (h1...hi..hn),
where hi is a randomly (uniformly) chosen number of the interval
[cmin-I*α,cmax+I*&alpah;], cmax = max(c1i
,c2i), cmin = min(c1i,
c2i), I = cmax - cmin.
BLXCrossOver() -
Constructor for class es.udc.gii.common.eaf.algorithm.operator.reproduction.crossover.real_code.BLXCrossOver