Skip to content

feat: enforce maximum evolved tree-GP size with max_len - #245

Merged
rpreen merged 3 commits into
masterfrom
gp_tree_max_size
Aug 25, 2026
Merged

feat: enforce maximum evolved tree-GP size with max_len#245
rpreen merged 3 commits into
masterfrom
gp_tree_max_size

Conversation

@rpreen

@rpreen rpreen commented Aug 25, 2026

Copy link
Copy Markdown
Member

Currently the tree-GP hyperparameter max_len defines the maximum initial size of a tree but allows evolution to design unlimited size trees via crossover. This PR reuses max_len to enforce the maximum size growable via crossover.

@rpreen rpreen changed the title feat: tree-GP max_len enforces maximum evolved tree size feat: enforce maximum evolved tree-GP size with max_len Aug 25, 2026
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.53%. Comparing base (af417d4) to head (10eaac7).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   70.52%   70.53%           
=======================================
  Files          61       61           
  Lines        8564     8566    +2     
  Branches      951      952    +1     
=======================================
+ Hits         6040     6042    +2     
  Misses       2524     2524           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud

Copy link
Copy Markdown

@rpreen
rpreen merged commit b74a342 into master Aug 25, 2026
12 checks passed
@rpreen
rpreen deleted the gp_tree_max_size branch August 25, 2026 14:24
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