[Insight-developers] Bug in itk::LBFGSBOptimizer
Gorbunova Vladlena
vladagorbunova at gmail.com
Thu Sep 20 15:30:40 EDT 2007
Hi ITK Community!
I'm not really a ITK developer but I want to extend ITK functionality
for my problem, so when I tried to inherit itk::LBFGSBOptimizer class
I found out that StartOptimization public member function declare
without 'virtual'
Line 78 file LBFGSBOptimizer .h
/** Start optimization with an initial value. */
void StartOptimization( void );
So I can't add my own functionality to this function, on my local copy
of ITK I just put virtual and it starts to work. Probably it could be
useful for itk others.
--
Best regards.
Vladlena Gorbunova, PhD Student vladlena at diku.dk
Department of Computer Science (DIKU)
University of Copenhagen
Universitetsparken 1, Office S226 ph +45 50247673
More information about the Insight-developers
mailing list