~ruther/ctu-fee-eoa

ref: 2d3672a3b293aaed752f1f03cb2ddcafdcc31067 ctu-fee-eoa/env/tests/onemax.txt -rw-r--r-- 347 bytes
2d3672a3 — Rutherther tests: let EqualTerminatingCondition remember matches to return even if no longer equal 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Test data for OneMax function
0 : 0
1 : 1
0 0 : 0
0 1 : 1
1 0 : 1
1 1 : 2
0 0 0 : 0
0 0 1 : 1
0 1 0 : 1
0 1 1 : 2
1 0 0 : 1
1 0 1 : 2
1 1 0 : 2
1 1 1 : 3
0 0 0 0 0 0 0 0 0 0 : 0
0 1 0 1 0 1 0 1 0 1 : 5
0 0 1 1 0 0 1 1 0 0 : 4
1 1 0 0 1 1 0 0 1 1 : 6
0 0 0 0 0 1 1 1 1 1 : 5
1 1 1 1 1 0 0 0 0 0 : 5
1 1 1 1 1 1 1 1 1 1 : 10