From e65748fa8908c46ae2e6af7ef63d28fb3427238d Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Sun, 28 Dec 2025 11:19:41 +0000 Subject: Remove old rough error counting. --- charf.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/charf.c b/charf.c index b3e1244..5aabe94 100644 --- a/charf.c +++ b/charf.c @@ -132,15 +132,9 @@ void compute(EXPTYPE p, int t){ //if(i%3==0) f[2*N+i+K/2] = 1; } - double max = 1.0; - unsigned int max_operations_per_variable = 1; - VALUETYPE Mf[D]; compute_maximalfunction(f, Mf); - max_operations_per_variable += (D-1)*(1+max_operations_per_variable); //sum of nominators and denominators - max_operations_per_variable += 2*(1+max_operations_per_variable)+1; //division of nominator and denominator - /*Allocate memory for derivatives.*/ VALUETYPE df[D]; VALUETYPE dMf[D]; @@ -149,10 +143,6 @@ void compute(EXPTYPE p, int t){ differentiate(f,df); differentiate(Mf,dMf); - max = max*(1<.4997) @@ -190,7 +174,6 @@ void compute(EXPTYPE p, int t){ for(int i=0;i