Wrong initializer for maxResubmissions_ in GGradientDescentFactory

Bug #1556443 reported by Ruediger Berlich
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Geneva Optimization
Fix Committed
Undecided
Unassigned

Bug Description

GGradientDescentFactory in Geneva 1.6.1 initializes the parameter maxResubmissions_ to 5 in most cases, except for

GGradientDescentFactory::GGradientDescentFactory(
 const std::string& configFile
 , const execMode& pm
)
        : GOptimizationAlgorithmFactoryT<GOptimizationAlgorithmT<GParameterSet> >(configFile, pm)
 , maxResubmissions_(0)
{ /* nothing */ }

Changed in geneva:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.