Skip to content

Feature/add gc bias optimize#283

Merged
joshfactorial merged 9 commits into
developfrom
feature/add_gc_bias_optimize
May 13, 2026
Merged

Feature/add gc bias optimize#283
joshfactorial merged 9 commits into
developfrom
feature/add_gc_bias_optimize

Conversation

@joshfactorial
Copy link
Copy Markdown
Collaborator

@joshfactorial joshfactorial commented May 13, 2026

Adding GC bias into the NEAT codebase. This required refactoring how we cover the datasets as well. It is now more similar to the algorithm used by rusty-neat, which should be better at avoiding infinite loops. Added some gitnexus-generated helpers as well.

@joshfactorial
Copy link
Copy Markdown
Collaborator Author

@keshav-gandhi Added GC bias, which required refactoring the cover_dataset function a bit. Also added a bunch of tests. If you can run a few of your own tests when you have time and confirm coverage is working as expected, that would be great!

@joshfactorial joshfactorial added the enhancement New feature or request label May 13, 2026
@joshfactorial joshfactorial linked an issue May 13, 2026 that may be closed by this pull request
@joshfactorial joshfactorial merged commit e77e699 into develop May 13, 2026
1 check passed
@joshfactorial joshfactorial deleted the feature/add_gc_bias_optimize branch May 13, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GC bias

2 participants