[Swift-commit] r5616 - SwiftApps/SciColSim

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Tue Feb 14 16:04:01 CST 2012


Author: jonmon
Date: 2012-02-14 16:04:01 -0600 (Tue, 14 Feb 2012)
New Revision: 5616

Modified:
   SwiftApps/SciColSim/annealing.swift
Log:
adjusted negative beta value test value



Modified: SwiftApps/SciColSim/annealing.swift
===================================================================
--- SwiftApps/SciColSim/annealing.swift	2012-02-14 22:03:14 UTC (rev 5615)
+++ SwiftApps/SciColSim/annealing.swift	2012-02-14 22:04:01 UTC (rev 5616)
@@ -157,7 +157,7 @@
                 }
                 tracef( @strcat( "multi_annealing: AR: ", color( 10,"%f" ), " ", color( 9,"%i" ),"\n" ), try_x[j], j );
 
-                if( try_x[2] < 0.0 )
+                if( try_x[2] < -1.4 )
                 {
                     mlres[i][j].loss = 100.0;
                     mlres[i][j].sdev = 1.0;




More information about the Swift-commit mailing list