summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-14 11:25:47 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-14 11:25:47 +0200
commit47710d69f8b1e156c42b319744440a1683879428 (patch)
treecb137332ff910d7d601f38d2f6aa41398fda6da1 /nightly
parent71b103483933089410c4a172fd1f014faa681c48 (diff)
adding new port for ntua
Diffstat (limited to 'nightly')
-rw-r--r--nightly/nightly.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/nightly/nightly.rb b/nightly/nightly.rb
index 2be2a5b..91de927 100644
--- a/nightly/nightly.rb
+++ b/nightly/nightly.rb
@@ -477,6 +477,7 @@ class Nightly
def build()
@algs = [
"http://opentox.ntua.gr:3003/algorithm/mlr",
+ "http://opentox.ntua.gr:3004/algorithm/mlr",
"http://opentox.informatik.tu-muenchen.de:8080/OpenTox-dev/algorithm/kNNregression",
File.join(@@config[:services]["opentox-majority"],["/regr/algorithm"])
]
@@ -502,6 +503,7 @@ class Nightly
def build()
@algs = [
"http://opentox.ntua.gr:3003/algorithm/mlr",
+ "http://opentox.ntua.gr:3004/algorithm/mlr",
"http://ambit.uni-plovdiv.bg:8080/ambit2/algorithm/LR",
]
@alg_params = [ nil, nil]