Commit 6c961389 authored by Davis King's avatar Davis King

updated release notes

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404156
parent 86561269
...@@ -12,13 +12,19 @@ ...@@ -12,13 +12,19 @@
<current> <current>
New Stuff: New Stuff:
- Added an implementation of the Hungarian algorithm for solving the optimal
assignment problem (in the new max_cost_assignment() routine).
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
Bug fixes: Bug fixes:
- Fixed a problem which prevented the any_function unit test from compiling
in visual studio 2008.
Other: Other:
- Changed the oca optimizer so that it warm starts the QP subproblem
rather than resolving it from scratch during each iteration. This
improves the speed and stability of the algorithm.
</current> </current>
<!-- ******************************************************************************* --> <!-- ******************************************************************************* -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment