mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated release notes
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404156
This commit is contained in:
parent
8656126936
commit
6c961389a9
@ -12,13 +12,19 @@
|
||||
|
||||
<current>
|
||||
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:
|
||||
|
||||
Bug fixes:
|
||||
- Fixed a problem which prevented the any_function unit test from compiling
|
||||
in visual studio 2008.
|
||||
|
||||
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>
|
||||
|
||||
<!-- ******************************************************************************* -->
|
||||
|
Loading…
Reference in New Issue
Block a user