New superclass for "AbstractScalarDifferentiableOptimizer"
----------------------------------------------------------

                 Key: MATH-389
                 URL: https://issues.apache.org/jira/browse/MATH-389
             Project: Commons Math
          Issue Type: Improvement
            Reporter: Gilles
            Assignee: Gilles
            Priority: Trivial
             Fix For: 2.2


In package {{optimization.general}}, I propose to create a new class: 
"AbstractScalarOptimizer".  It would contain all code currently in 
"AbstractScalarDifferentiableOptimizer" that is not related to derivatives. 
"AbstractScalarDifferentiableOptimizer" would then extend that class to add the 
derivative-related code.

This new layer in the hierarchy will be the base class for algorithms that do 
not use derivatives.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to