From: Jason B. <jas...@us...> - 2003-01-17 16:10:21
|
Update of /cvsroot/maxent/maxent In directory sc8-pr-cvs1:/tmp/cvs-serv18025 Modified Files: CHANGES Log Message: Added description of changes. Index: CHANGES =================================================================== RCS file: /cvsroot/maxent/maxent/CHANGES,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CHANGES 12 Dec 2002 12:18:31 -0000 1.16 --- CHANGES 17 Jan 2003 16:10:12 -0000 1.17 *************** *** 1,6 **** ! 2.1.0 ----- --- 1,17 ---- ! 2.1.0 (Major bug fixes) ----- + Fixed some bugs with the updating off the corrections paramater. + Namely the expected value needed to check if a particular context was + avalable with the outcome seen in training and if not add a term to + the expected value of the correction constant. (Tom) + Smoothing initial value wasn't in the log domain. (Tom) + + Loglikelihood update as returned by nextIteration wasn't in the right + place so the loglikelihood value it returned was incorrect. (Tom) + + Added cast to integer division in model update. (Tom, fixing bug + pointed out by Zhang Le) |