I have a polynomial equation with 7 variables, (V0 to V6)
y = 0.000000000001*(x-V0)*(x-V1)*(x-V2)*(x-V3)*(x-V4)*(x-V5)*(x-V6)
Now I need a way to use a Genetic algorithm to generate a population, (at random to begin with) of equations, each having the 7 variables.
I must find the best 2 out of the population that are closest to the target equation and 'breed' the next generation from them and keep going until a good approximation is found.
I already have a program but it is fundamentally flawed, I am not posting it here because it is in written in PocketC, and i am convinced that I am the only person on this BB that knows it!
Does anyone have an idea how to get this done?
