kpindur / mycoforge

Yet Another Genetic Programming Framework (?)
0 stars 0 forks source link

Crossover test #12

Open kpindur opened 3 weeks ago

kpindur commented 3 weeks ago

Current test does not take into account cases when trees are different label-wise but are the same structure-wise. This applies to all other cases, so better test case should be created.

kpindur commented 1 week ago

Gotta consider better test case for selection method (either by creating a kind of integration test or some sensible unit test).