Ambrosys / glyph

a python 3 library based on deap providing abstraction layers for symbolic regression problems.
GNU Lesser General Public License v3.0
92 stars 16 forks source link

WIP: #18 #20

Closed Ohjeah closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will increase coverage by 1.91%. The diff coverage is 92%.

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage    78.8%   80.71%   +1.91%     
==========================================
  Files          10       11       +1     
  Lines         854      918      +64     
==========================================
+ Hits          673      741      +68     
+ Misses        181      177       -4
Impacted Files Coverage Δ
glyph/utils/break_condition.py 86% <0%> (ø) :white_check_mark:
glyph/utils/numeric.py 66.21% <100%> (ø) :white_check_mark:
glyph/gp/init.py 100% <100%> (ø) :white_check_mark:
glyph/application.py 58.75% <100%> (ø) :white_check_mark:
glyph/gp/constraints.py 90.69% <90.69%> (ø)
glyph/gp/individual.py 91.5% <96.15%> (+0.36%) :white_check_mark:
glyph/gp/breeding.py 84.84% <0%> (+9.09%) :white_check_mark:
glyph/utils/init.py 100% <0%> (+46.15%) :white_check_mark:

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 ad3ac4b...8ea1c43. Read the comment docs.