Tagged Questions
1
vote
4answers
2k views
How to solve linear equations using a genetic algorithm?
I want to solve a system of n linear equations containing n variables using a genetic algorithm.
I am having difficulty in defining the crossover operation as the solution may consist of floating ...