Huh? syms does not use a genetic algorithm solver. As for the use of for loops, we can have no idea what you did. Odds are your solution, if you are doing a brute force search using loops, then it will not be very accurate.
So you need to explain your question. It may be that you are using solve to try to solve a problem with no analytical solution. So solve will keep working, not knowing there is no analytical solution. Or,if you have all numerical coefficients, solve will be trying to compute a solution with essentially thousands of digits in the result. Of course that will be extremely computationally intensive. Yet you can still find a (relatively poor) solution using brute force loops, accurate to perhaps one or two decimal digits in some cases.
