chiark / gitweb /
simplex wip: compiles
[moebius3.git] / curveopt.py
index 8825da568db8c789207b441c148de17f8c819f8c..ee14c5de54949cde43ff1c66d522e4e47952dc7f 100644 (file)
@@ -48,7 +48,7 @@ class OptimisedCurve():
 
     oc._dbg(repr(fc_input))
 
-    findcurve_epsilon = 0.01
+    findcurve_epsilon = 0.0001
 
     cl = ['./findcurve', '%d' % (nt+1), '%.18g' % findcurve_epsilon]
     oc._dbg('STARTING FINDCURVE %s' % cl)