This test makes sure a fitness is evaluated for a single tree. If a tree is invalid due to an evaluate expression issue such as the ‘divide by zero’ then the test fails. If a fitness is returned that is too large to be represented by a java double then this test also fails.
This test makes sure a fitness is evaluated for a single tree. If a tree is invalid due to an evaluate expression issue such as the ‘divide by zero’ then the test fails. If a fitness is returned that is too large to be represented by a java double then this test also fails.
This test is linked to the requirement #9