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

Gilles commented on MATH-970:
-----------------------------

> [...] either as part of the Exception, or via a separate getter.

Neither is particularly attractive.
This behaviour should rather be customized via the new API proposed by Luc:

{noformat}
LinearOptimizer withMaxIteration(int max, boolean returnBestSoFar) {
  // ...
}
{noformat}

                
> Provide a way to retrieve the best solution found so far when reaching the 
> maxIteration limit in SimplexSolver
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-970
>                 URL: https://issues.apache.org/jira/browse/MATH-970
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.2
>            Reporter: Thomas Neidhart
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to