What is the purpose of ``` if (round) prediction = Math.round(prediction); ``` in [TestRegressionEFM line 126](//github.com/flexgp/efs/blob/master/code/src/evofmj/test/TestRegressionEFM.java#L126) and why is it [turned on](//github.com/flexgp/efs/blob/master/code/src/main/RegEFMMenuManager.java#L117) by default?
What is the purpose of
in TestRegressionEFM line 126 and why is it turned on by default?