Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
a498fd88
Commit
a498fd88
authored
Sep 21, 2018
by
LANORE Vincent
Browse files
Added 1->8 to hypothesis list.
parent
98967d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/pipeline.ml
lib/pipeline.ml
+3
-3
No files found.
lib/pipeline.ml
View file @
a498fd88
...
...
@@ -90,11 +90,11 @@ let derive_from_tree ~tree_dir ~tree ~profile ~preview ~use_concat ~ns ~no_Ne ~n
(* let dataset_basis_hyps = [dataset_H0_NeG5; dataset_HaPCOC; dataset_HaPC_NeG5] in *)
let
nes_list
=
[
Fixed
4
.
]
@
if
preview
then
[]
else
[
Fixed
1
.;
Fixed
8
.;
Fixed
16
.;
(* 4->8, 8->4, 8, 16 and 16->1 are new ; it means
5
*2*2 tasks on cyp/C4A *)
[
Fixed
1
.;
Fixed
8
.;
Fixed
16
.;
(* 4->8, 8->4, 8, 16
, 1->8
and 16->1 are new ; it means
6
*2*2 tasks on cyp/C4A *)
Variable
(
1
.,
4
.
);
Variable
(
4
.,
1
.
);
Variable
(
4
.,
8
.
);
Variable
(
8
.,
4
.
);
Variable
(
16
.,
1
.
);
]
Variable
(
16
.,
1
.
);
Variable
(
1
.,
8
.
);
]
in
let
models
=
h0_hapc_forall
nes_list
in
let
dataset_per_hypo
=
List
.
map
models
~
f
:
(
fun
model
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment