[Insight-users] Optimizer question
Luis Ibanez
luis . ibanez at kitware . com
Tue, 20 May 2003 10:28:17 -0400
Hi Raghavendra,
Actually, there are too many ways :-)
- MaximizeOn()
- MinimizeOn()
- MaximizeOff()
- MinimizeOff()
- SetMinimize( bool )
- SetMaximize( bool )
http://www.itk.org/Insight/Doxygen/html/classitk_1_1GradientDescentOptimizer.html
http://www.itk.org/Insight/Doxygen/html/classitk_1_1RegularStepGradientDescentBaseOptimizer.html
See also the SoftwareGuide
http://www.itk.org/ItkSoftwareGuide.pdf
Chapter 7, Registration, in particular
the pdf-pages 184, 245, 246
Regards,
Luis
------------------------------------
Raghavendra Chandrashekara wrote:
> Dear All,
>
> Is there a way of telling the Optimizer to maximize a cost function
> rather than minimize it?
>
> Thanks,
>
> Raghavendra
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>