Issue Details (XML | Word | Printable)

Key: MATH-283
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Luc Maisonobe
Reporter: Michael Nischt
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons Math

MultiDirectional optimzation loops forver if started at the correct solution

Created: 12/Aug/09 02:51 PM   Updated: 14/Aug/09 07:25 PM
Return to search
Component/s: None
Affects Version/s: 2.0
Fix Version/s: 2.1

Time Tracking:
Original Estimate: 24h
Original Estimate - 24h
Remaining Estimate: 24h
Remaining Estimate - 24h
Time Spent: Not Specified
Remaining Estimate - 24h

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works MultiDirectionalCorrectStartTest.java 2009-08-12 03:02 PM Michael Nischt 3 kB
Environment: none specific for the issue (it's a programming bug)

Resolution Date: 14/Aug/09 07:25 PM


 Description  « Hide
MultiDirectional.iterateSimplex loops forever if the starting point is the correct solution.

see the attached test case (testMultiDirectionalCorrectStart) as an example.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Nischt added a comment - 12/Aug/09 03:02 PM
the failing unit test

Luc Maisonobe added a comment - 14/Aug/09 07:25 PM
fixed in subversion repository as of r804328
thanks for the report and the fix suggestion