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

refact!: rename GAMetadata -> Metrics #481

Merged
merged 6 commits into from
May 4, 2024
Merged

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented May 1, 2024

Description

  • Add assertion on constant population size
  • Fix comments on mutation operator
  • Rename GAMetadata -> Metrics
  • fmt
  • Drop assertion on even population size in GeneticSolver::new
  • Rename all occurences of metadata

Linked issues

Closes #480
Closes #479

Important implementation details

@kkafar kkafar changed the title feat!: move selection size management to operators feat!: move selection size management to operators & rename GAMetadata -> Metrics May 1, 2024
@kkafar kkafar changed the title feat!: move selection size management to operators & rename GAMetadata -> Metrics refact!: rename GAMetadata -> Metrics May 4, 2024
@kkafar kkafar merged commit c6b1bb3 into main May 4, 2024
5 checks passed
@kkafar kkafar deleted the @kkafar/use-selection-rate branch May 4, 2024 10:04
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.

refact: rename GAMetadata -> Metrics bug: leftover assertion on even population size in GeneticSolver::new
1 participant