Hi all,<br/>I'm working with galib version 2.4.6 and using GABin2DecGenome with real numbers<br/>I'm trying to add an individual (with two real-number chromosomes) to a population of 10 genome.<br/>When I read from a file the two numbers, I obtain the following error:<br/><br/>GACheckEncoding:<br/>specified value cannot be exactly represented with these bits.<br/>desired: -19.218000 actual: -19.257087 discretization: 0.039101<br/>nbits: 10 min: -20.000000 max: 20.000000<br/>gabincvt.C : 93<br/><br/>GACheckEncoding:<br/>specified value cannot be exactly represented with these bits.<br/>desired: 2.428000 actual: 2.427957 discretization: 0.000098<br/>nbits: 10 min: 2.400000 max: 2.500000<br/>gabincvt.C : 93<br/><br/>I've tried to increase or reduce the number of bits, but without results.<br/>Because of I'm passing also a value of score with this genome, I obtain different score associated to actual values.<br/>Could anyone tell me in which way can I pass my real numbers to an individual inwithout modification of the real number?<br/><br/>Thank to all in advance,<br/>dario longo<br/>