Name gradient descent test more specifically
This commit is contained in:
parent
133519cacb
commit
17fefff61e
@ -34,11 +34,11 @@ gram[1, 6] = gram[6, 1]
|
|||||||
|
|
||||||
# in this initial guess, the mutual tangency condition is satisfied for spheres
|
# in this initial guess, the mutual tangency condition is satisfied for spheres
|
||||||
# 1 through 5
|
# 1 through 5
|
||||||
guess = sqrt(0.5) * BigFloat[
|
guess = sqrt(1/BigFloat(2)) * BigFloat[
|
||||||
1 1 -1 -1 0 -0.1 0.3;
|
1 1 -1 -1 0 -0.1 0.3;
|
||||||
1 -1 1 -1 0 -0.5 0.4;
|
1 -1 1 -1 0 -0.5 0.4;
|
||||||
1 -1 -1 1 0 0.1 -0.2;
|
1 -1 -1 1 0 0.1 -0.2;
|
||||||
0 0 0 0 -sqrt(6) 0.3 -0.2;
|
0 0 0 0 -sqrt(BigFloat(6)) 0.3 -0.2;
|
||||||
1 1 1 1 2 0.2 0.1;
|
1 1 1 1 2 0.2 0.1;
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user