Skip to content

72 add ga#73

Merged
dlasalle37 merged 4 commits into
mainfrom
72-add-ga
May 4, 2026
Merged

72 add ga#73
dlasalle37 merged 4 commits into
mainfrom
72-add-ga

Conversation

@dlasalle37

Copy link
Copy Markdown
Collaborator

basic GA implementation. Performs pretty poorly now. Likely needs significant changes/better operator implementations.

@dlasalle37 dlasalle37 linked an issue May 4, 2026 that may be closed by this pull request
@codecov

codecov Bot commented May 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 192 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/GA/selection.jl 0.00% 54 Missing ⚠️
src/GA/crossover.jl 0.00% 39 Missing ⚠️
src/GA/GA.jl 0.00% 32 Missing ⚠️
src/GA/mutation.jl 0.00% 25 Missing ⚠️
src/GA/Population.jl 0.00% 23 Missing ⚠️
src/GA/elitism.jl 0.00% 19 Missing ⚠️

📢 Thoughts on this report? Let us know!

@dlasalle37 dlasalle37 merged commit 4301d83 into main May 4, 2026
3 of 6 checks passed
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.

add basic GA implementation

1 participant