I have some equations attached as a file to the question.
I want to find the variables S, delta ,V ,Vc ,Te and beta_c resulting in the smallest overall error in the equations using genetic algorithm.
The problem is I don't know what do I have to do now?!
Does it mean that I must find the minimum or maximum of these equation? How should the fitness function be defined? as a first effort I have taken all the terms to one side of the equation and put a zero in the other side. after that add the three equations together and define them as a single fitness function...
but I'm not sure about the correctness.