Skip to content

Commit a0a5fbb

Browse files
committed
New experiment to optimize scoring variables
1 parent d1752ab commit a0a5fbb

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

misc/clop/ownership-runner

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash -l
2+
3+
./runner ownership "$@"

misc/clop/ownership.clop

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Use for the naming of the .log and .dat files
2+
Name ownership
3+
Processor main
4+
Script ./ownership-runner
5+
Replications 1
6+
7+
# [scoring]
8+
IntegerParameter scoring.ownership_prior 50 200
9+
LinearParameter scoring.ownership_cutoff 0.8 0.99

misc/clop/time_control-runner

Lines changed: 0 additions & 3 deletions
This file was deleted.

misc/clop/time_control.clop

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)