Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Rasi committed Oct 10, 2020
1 parent 6be6735 commit f26cca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class GradientDescentTests: XCTestCase {
graph.store(PriorFactor(pose1ID, Pose2(0, 0, 0)))

var optimizer = GradientDescent(learningRate: 1e-2)
for _ in 0..<5000 {
for _ in 0..<10000 {
optimizer.update(&x, objective: graph)
}

Expand Down

0 comments on commit f26cca3

Please sign in to comment.