MDCHAMP / FreeLunch

Meta-heuristic optimisation suite for python
https://pypi.org/project/freelunch/
MIT License
46 stars 3 forks source link

Grenade Explosion method #20

Closed MDCHAMP closed 3 years ago

MDCHAMP commented 3 years ago

Note that frags tend to roll on sloped surfaces. So think twice before throwing one up hill. -Sgt. Foley

Not passing accuracy tests yet so will need to play with the hyperparameters a bit before merge.

MDCHAMP commented 3 years ago

Currently blocked by #27

codecov-commenter commented 3 years ago

Codecov Report

Merging #20 (392ae19) into main (5b0daf3) will increase coverage by 0.27%. The diff coverage is 98.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   98.53%   98.80%   +0.27%     
==========================================
  Files          17       17              
  Lines        1090     1170      +80     
==========================================
+ Hits         1074     1156      +82     
+ Misses         16       14       -2     
Impacted Files Coverage Δ
src/freelunch/tech.py 98.41% <96.00%> (-1.59%) :arrow_down:
src/freelunch/adaptable.py 97.77% <100.00%> (+2.32%) :arrow_up:
src/freelunch/optimisers.py 98.99% <100.00%> (+0.12%) :arrow_up:
src/freelunch/zoo.py 98.86% <100.00%> (+0.09%) :arrow_up:
tests/test_adaptable.py 100.00% <100.00%> (ø)
tests/test_benchmarking.py 71.42% <100.00%> (ø)
tests/test_darwin.py 100.00% <100.00%> (ø)
tests/test_optimisers.py 100.00% <100.00%> (ø)
tests/test_tech.py 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b0daf3...392ae19. Read the comment docs.