• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cigroup-ol / metaopt / 596
72%
develop: 95%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 30 Jun 2014 09:45AM UTC
Jobs 3
Files 177
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
596

Pull #3

travis-ci

Bengt
Add comment to GridSearchOptimizer
diff --git a/metaopt/optimizer/gridsearch.py b/metaopt/optimizer/gridsearch.py
index 227aafd..6f2e9c5 100644
--- a/metaopt/optimizer/gridsearch.py
+++ b/metaopt/optimizer/gridsearch.py
@@ -14,7 +14,7 @@ class GridSearchOptimizer(Optimizer):

     def __init__(self):
         super(GridSearchOptimizer, self).__init__()
-        self.best = (None, None)
+        self.best = (None, None) # (args, fitness)

     def optimize(self, invoker, param_spec, return_spec=None):
         del return_spec  # TODO
Pull Request #3: v0.1.0

2842 of 3881 relevant lines covered (73.23%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
2 596.2 30 Jun 2014 09:45AM UTC 0
73.23
Travis Job 596.2
3 596.3 30 Jun 2014 09:46AM UTC 0
0.15
Travis Job 596.3
4 596.4 30 Jun 2014 09:47AM UTC 0
0.15
Travis Job 596.4
Source Files on build 596
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #596
  • Pull Request #3
  • Next Build on master (#598)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc