aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

Add custom selection #249

Closed YamLyubov closed 9 months ago

YamLyubov commented 11 months ago

Now useres can set custom selection function of type custom_selection(populattion: PopulationT, pop_size: int]) -> PopulationT

240

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (085ca3d) 71.91% compared to head (837b653) 71.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #249 +/- ## ========================================== + Coverage 71.91% 71.93% +0.02% ========================================== Files 136 136 Lines 8140 8143 +3 ========================================== + Hits 5854 5858 +4 + Misses 2286 2285 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.