automl / HPOlib1.5

GNU General Public License v3.0
69 stars 27 forks source link

Surrogates #57

Closed sfalkner closed 5 years ago

sfalkner commented 6 years ago

moved surrogates and removed the actual surrogates

KEggensperger commented 6 years ago

I fixed the merge conflict, but had to refactor the Rosenbrock function. Please check whether it still works for you.

Also, here is a non defined variable failing some unittests: https://github.com/automl/HPOlib2/blob/surrogates/hpolib/util/data_manager.py#L573

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (development@d477f53). Click here to learn what that means. The diff coverage is 26.12%.

Impacted file tree graph

@@              Coverage Diff               @@
##             development      #57   +/-   ##
==============================================
  Coverage               ?   53.81%           
==============================================
  Files                  ?       37           
  Lines                  ?     2308           
  Branches               ?        0           
==============================================
  Hits                   ?     1242           
  Misses                 ?     1066           
  Partials               ?        0
Impacted Files Coverage Δ
...polib/benchmarks/surrogates/surrogate_benchmark.py 0% <0%> (ø)
hpolib/benchmarks/rl/cartpole.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/cnn.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/svm.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/paramresnet.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/2d_wide_resnet.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/paramnet.py 0% <0%> (ø)
hpolib/benchmarks/surrogates/fcnet.py 0% <0%> (ø)
hpolib/benchmarks/synthetic_functions/__init__.py 100% <100%> (ø)
hpolib/benchmarks/ml/bnn_benchmark.py 66.66% <66.66%> (ø)
... and 3 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 d477f53...4a6a4f0. Read the comment docs.