NicMcPhee / XO-bias-study

Results and write-up of our genetic programming crossover bias study
MIT License
0 stars 0 forks source link

Decide on an initial set of problems #2

Closed NicMcPhee closed 9 years ago

NicMcPhee commented 9 years ago

We need to decide on a set of test problems. These two papers should be useful:

NicMcPhee commented 9 years ago

We discussed this and skimmed the "Better GP Benchmarks" article and definitely want to do:

These either are already implemented in ECJ or will be easy to implement.

We also might do the two recommended regression problems that are based on empirical data. I think these will also be easy to do in ECJ if we have access to the data sets (which I assume we do given that they're listed in the article).

There are other interesting recommended problems in "Better GP Benchmarks" but it's not clear how hard it would be to implement those in ECJ:

We should also do the sine regression problem (since we already have data for that), and probably do the Santa Fe trail ant problem since we already have data and since it looks like crossover bias may hurt slightly on that problem.

NicMcPhee commented 9 years ago

I think I've gone through all these and turned the relevant ones into issues, so I'm going to close this.