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

Stats managers #63

Merged
merged 53 commits into from
Jun 1, 2016
Merged

Stats managers #63

merged 53 commits into from
Jun 1, 2016

Conversation

emilydolson
Copy link
Collaborator

@emilydolson emilydolson commented May 14, 2016

This adds in an object that can track open-ended evolution stats, as well as update signal. Technically the OEE stats manager is in working order, but before we merge it in I/we should probably:

  • Refactor some of the code in OEE.h into LineageTracker.h
  • Come up with a better way to set parameters
  • Figure out roughly what the plan for stats managers going forward is
  • Create a base stats manager class for this to inherit from (I gave up because I couldn't come up with common functionality all stats managers should have)
  • Make it interface nicely with the world object, like the other managers do (ideally it should get the fitness function from the org_manager).

(sorry I didn't make this sooner - I forgot about #27)

@emilydolson emilydolson changed the title Open-ended evolution stats manager Stats managers May 23, 2016
@mercere99 mercere99 merged commit 6d1a04e into devosoft:master Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants