chiark / gitweb /
and the stop epsilon, from size hovering around 7.something e-4
[moebius2.git] / energy.c
index 448fefaa56d3536ef2dfacd2aea6f043cbdb5395..09c54811520c45ca3a43a79464afa15ebe262619 100644 (file)
--- a/energy.c
+++ b/energy.c
@@ -76,10 +76,10 @@ static const CostContribution costs[]= {
 #endif
 
 #if XBITS==6
-#define STOP_EPSILON 1.2e-4
-    COST(  3e3,   vertex_displacement_cost)
-    COST(  3e3,   vertex_edgewise_displ_cost)
-    COST( 0.02e0,  rim_proximity_cost)
+#define STOP_EPSILON 8e-4
+    COST(  3e4,   vertex_displacement_cost)
+    COST(  3e4,   vertex_edgewise_displ_cost)
+    COST( 3e-2,  rim_proximity_cost)
     COST(  1e4,  rim_twist_cost)
     COST(  1e12,   noncircular_rim_cost)
     COST(  10e1,   nonequilateral_triangles_cost)