forked from StudioInfinity/dyna3
Drop old code from examples
This commit is contained in:
parent
9007c8bc7c
commit
b040bbb7fe
4 changed files with 4 additions and 50 deletions
|
@ -77,7 +77,7 @@ frozen = vcat(
|
|||
[CartesianIndex(j, 11) for j in 1:5]
|
||||
)
|
||||
|
||||
# complete the gram matrix
|
||||
# complete the gram matrix using Newton's method with backtracking
|
||||
L, success, history = Engine.realize_gram(gram, guess, frozen)
|
||||
completed_gram = L'*Engine.Q*L
|
||||
println("Completed Gram matrix:\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue