Skip to content

Drhuffman12/add team utils part 2 #57

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

Merged
merged 13 commits into from
Feb 2, 2021

Conversation

drhuffman12
Copy link
Owner

@drhuffman12 drhuffman12 commented Jan 31, 2021

This is a partial fix for #48 ; un-finished parts will be in future PR(s)!

  • Reorg/refactor props and inits
  • Add net mixers
    • Breeder class(es)
      • MiniNetBreeder < Breeder(MiniNet)
      • ChainBreeder < Breeder(Chain)
      • RnnSimpleBreeder < Breeder(RnnSimple)
      • (?) BackproagationBreeder < Breeder(Backproagation)
      • Add misc methods for picking delta
        • random (default)
        • based on some mix of both parent's error scores (ideal)
    • (?) TeamUtils
      • Should mix misc combo's of nets
      • Should use delta based on some mix of both parent's error scores
  • Refactor/re-write Chain (?); e.g.:
  • Fix spec_bench (re Chain?); e.g.:
    --------
      plot: ''
      error_stats.history: '[]'
    
  • Code cleanup!
  • Update version!!!

@drhuffman12 drhuffman12 marked this pull request as ready for review February 2, 2021 07:18
@drhuffman12 drhuffman12 merged commit a9f5a4f into master Feb 2, 2021
@drhuffman12 drhuffman12 mentioned this pull request Feb 2, 2021
53 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant