[mlpack-git] master, mlpack-1.0.x: Document that #315 is fixed. (e002fc1)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:52:12 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit e002fc141af8de4dc3526f5d6ae76a462701dde0
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jul 8 19:27:31 2014 +0000

    Document that #315 is fixed.


>---------------------------------------------------------------

e002fc141af8de4dc3526f5d6ae76a462701dde0
 HISTORY.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/HISTORY.txt b/HISTORY.txt
index eaecf50..474a88e 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -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-git mailing list