View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003205ITKpublic2006-05-05 10:212010-12-06 11:28
ReporterTom Vercauteren 
Assigned ToZiv Yaniv 
PrioritylowSeverityfeatureReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003205: Record the best value visited by an optimizer
DescriptionIt is possible for several optimizers in ITK not to optimize the metric value at each step. Hence the last position might not be the best position visited by the optimizer.

The "disturbing" thing is that the optimizers (and registration methods) only allow to directly query for the last position (using optimizer->GetCurrentPosition() or registration->GetLastTransformParameters() ).

I know it is possible to keep the best position by using observers, but it would be nice if the optimizers could keep this best position and if we could simply call something like optimizer->GetBestPosition() or registration->->GetBestTransformParameters().

Of course some optimizers (e.g. Powell, LBFGS, FRPR etc.) do not need to store this position as they can only optimize the metric value. In such a case GetBestPosition() could simply call GetCurrentPosition().
TagsNo tags attached.
Resolution Date
Sprint
Sprint Status
Attached Files

 Relationships
related to 0003606assignedbrian avants RegularStepGradientDescentOptimizer reports current position out of sync in iteration event 

  Notes
(0009147)
Luis Ibanez (manager)
2007-09-19 12:31

To be solved in WA10.
(0022613)
Hans Johnson (developer)
2010-10-21 12:59

Brian Avants to consider this during the ITKv4 image registration refactoring.

 Issue History
Date Modified Username Field Change
2007-09-19 12:31 Luis Ibanez Status acknowledged => assigned
2007-09-19 12:31 Luis Ibanez Assigned To Lydia Ng => Luis Ibanez
2007-09-19 12:31 Luis Ibanez Note Added: 0009147
2007-09-19 12:31 Luis Ibanez Assigned To Luis Ibanez => Stephen Aylward
2010-10-21 12:59 Hans Johnson Note Added: 0022613
2010-10-21 12:59 Hans Johnson Assigned To Stephen Aylward => Luis Ibanez
2010-11-05 00:26 Cory W Quammen Relationship added related to 0003606
2010-11-07 03:01 Luis Ibanez Assigned To Luis Ibanez => brian avants
2010-12-06 11:28 brian avants Assigned To brian avants => Ziv Yaniv


Copyright © 2000 - 2018 MantisBT Team