Skip to content

Commit

Permalink
Merge topic 'AdjustOptimizer_ScalesEstimatorTime'
Browse files Browse the repository at this point in the history
927b363 Adjust convergence criteria to reduce time
  • Loading branch information
blowekamp authored and kwrobot committed Jan 5, 2018
2 parents a7db0be + 927b363 commit 9fb3296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/Unit/sitkImageRegistrationMethodTests.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1007,8 +1007,8 @@ TEST_F(sitkRegistrationMethodTest, Optimizer_ScalesEstimator)
R.SetMetricAsMeanSquares();

unsigned int numberOfIterations=100;
double convergenceMinimumValue = 1e-6;
unsigned int convergenceWindowSize = 2;
double convergenceMinimumValue = 1e-5;
unsigned int convergenceWindowSize = 3;
R.SetOptimizerAsConjugateGradientLineSearch( 1.0,
numberOfIterations,
convergenceMinimumValue,
Expand Down

0 comments on commit 9fb3296

Please sign in to comment.