Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit TPOT GP defaults #93

Closed
rhiever opened this issue Feb 25, 2016 · 3 comments
Closed

Revisit TPOT GP defaults #93

rhiever opened this issue Feb 25, 2016 · 3 comments

Comments

@rhiever
Copy link
Contributor

rhiever commented Feb 25, 2016

The TPOT GP defaults (mutation rate, crossover rate, population size) were previously chosen based on benchmarks on an earlier version of TPOT that included only a few pipeline operators. TPOT has grown tremendously since then, and we should revisit the defaults to see if:

  • Is a high-mutation-rate, low-crossover-rate scheme still better? Look at 5% XR / 90% MR, 90% XR / 5% MR, and 50% XR / 50% MR
  • Is a population size of 100 sufficient? Look at population sizes of 10, 50, 100, 250, 500, and 1000 with a fixed XR/MR scheme.
@pronojitsaha
Copy link
Contributor

OK...will look into this.

@rhiever
Copy link
Contributor Author

rhiever commented Mar 6, 2016

Ping. How's this coming along? Should I mark it as "being worked on"? This job will require quite a lot of TPOT runs, so I may take this one on myself because I have access to a HPCC.

@pronojitsaha
Copy link
Contributor

I dint start on this one. Ok, please go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants