~ruther/ctu-fee-eoa

ctu-fee-eoa/env/tests/rosenbrock.txt -rw-r--r-- 638 bytes
cab8e171 — Rutherther chore: guard test imports by #[cfg(test)] a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Test data for Rosenbrock function. Function is not defined for 1D vectors; here it produces 0. 
0 : 0
0.5 : 0
1 : 0
-0.5 : 0
-5 : 0
5 : 0
0 0 : 1
-1 -1 : 404
-1 1 : 4
1 -1 : 400
1 1 : 0
-0.1 -0.2 : 5.620000000000001
0.1 0.2 : 4.42
-5 -5 : 90036
-5 5 : 40036
5 -5 : 90016
5 5 : 40016
0 0 0 : 2
1 1 1 : 0
-5 -5 -5 : 180072
-5 -5 5 : 130072
-5 5 -5 : 130052
-5 5 5 : 80052
5 -5 -5 : 180052
5 -5 5 : 130052
5 5 -5 : 130032
5 5 5 : 80032
-0.1 -1.2 -2.3 -3.4 -4.5 -5.6 -6.7 -7.8 -8.9 -9.1 : 1790768.58
0.1 1.2 2.3 3.4 4.5 5.6 6.7 7.8 8.9 9.1 : 986898.1800000002
0 0 0 0 0 0 0 0 0 0 : 9
1 1 1 1 1 1 1 1 1 1 : 0