I have a file with about 30K lines of text. Someone created models with a Genetic Algorithm and stored the results in the file. They are all mathematical results express in java code. For instance a line may look like this: Math.pow(variable,2) + Math.sin(angle) * 9.845732 Each line is a model, we need to test these models and I was wondering ...