jnaithani / genetic-programming

A Genetic Programming Environment (SEIS 610/Fall 2013)
2 stars 2 forks source link

Test - Fitness Evaluation #22

Open wbashir opened 10 years ago

wbashir commented 10 years ago

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