hello i want to solve a system of n linear equations containing n variables using genetic algorithm.
i am having difficulty in defining the crossover operation as the solution may consist of floating point values. how do i proceed. seems possible but this is my first encounter with genetic algorithms so your help would be great.
suppose we have to solve x + 2y = 1 2x + 8y = 3
answer would be x = 1/2 and y = 1/4.
how do we model the problem.
Update: see if you could decipher anything from this paper http://www.masaumnet.com/archives/mjbas/volume1/issue2/mjbas010205.pdf