Fixed missing '}'
parent
f9de5838f6
commit
12d003229a
|
@ -362,6 +362,7 @@ ConcurrentBatchSmoother::Result ConcurrentBatchSmoother::optimize() {
|
||||||
} else {
|
} else {
|
||||||
// Increase lambda and continue searching
|
// Increase lambda and continue searching
|
||||||
lambda *= parameters_.lambdaFactor;
|
lambda *= parameters_.lambdaFactor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} // end while
|
} // end while
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue