From: Ian Jackson Date: Fri, 24 Oct 2008 18:56:00 +0000 (+0100) Subject: and the stop epsilon, from size hovering around 7.something e-4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5cb1a1aa2036ff015feafa61691c9dfde9fa4395;p=moebius2.git and the stop epsilon, from size hovering around 7.something e-4 --- diff --git a/energy.c b/energy.c index 8bce859..09c5481 100644 --- a/energy.c +++ b/energy.c @@ -76,7 +76,7 @@ static const CostContribution costs[]= { #endif #if XBITS==6 -#define STOP_EPSILON 1.2e-5 +#define STOP_EPSILON 8e-4 COST( 3e4, vertex_displacement_cost) COST( 3e4, vertex_edgewise_displ_cost) COST( 3e-2, rim_proximity_cost)