[ 
https://issues.apache.org/jira/browse/MATH-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689217#action_12689217
 ] 

Luc Maisonobe commented on MATH-246:
------------------------------------

Instead of the constructor, it would be the optimize method.
The pattern is the same as the root solvers. They have an empty constructor or 
may have constructors with configuration parameters. They also have setter for 
example for convergence thresholds. Once completely setup, possibly in an 
initialization phase or in a factory or in any way the main application 
provides, they can be used to repeatedly find roots on a set of functions.

I'll check in a first try on this so you can provide feedback.
Thanks for this important contribution

> Simplex Method Implementation
> -----------------------------
>
>                 Key: MATH-246
>                 URL: https://issues.apache.org/jira/browse/MATH-246
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Benjamin McCann
>            Assignee: Luc Maisonobe
>             Fix For: 2.0
>
>         Attachments: newfiles.zip
>
>
> I've created an implementation of the Simplex algorithm for optimizing 
> systems of constrained linear equations that I'd like to contribute.

-- 
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