[mlpack-svn] r16791 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jul 8 15:27:31 EDT 2014


Author: rcurtin
Date: Tue Jul  8 15:27:31 2014
New Revision: 16791

Log:
Document that #315 is fixed.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Tue Jul  8 15:27:31 2014
@@ -1,7 +1,5 @@
 ????-??-??    mlpack 1.0.9
 
-  * Added simulated annealing (SA) optimizer, contributed by Zhihao Lou.
-
   * GMM initialization is now safer and provides a working GMM when constructed
     with only the dimensionality and number of Gaussians (#314).
 
@@ -31,6 +29,11 @@
 
   * Fix for centering in kernel PCA (#355).
 
+  * Added simulated annealing (SA) optimizer, contributed by Zhihao Lou.
+
+  * HMMs now support initial state probabilities; these can be set in the
+    constructor, trained, or set manually with HMM::Initial() (#315).
+
 2014-01-06    mlpack 1.0.8
 
   * Memory leak in NeighborSearch index-mapping code fixed (#310).



More information about the mlpack-svn mailing list