From ab89c84ec8fd9a92306ba2dd6fb9e2c6438c1bde Mon Sep 17 00:00:00 2001 From: Haiming Zhang Date: Fri, 3 Apr 2015 21:01:37 +0000 Subject: [PATCH] Correct the message of last change 1. rename BBC2003 as BBC2000; 2. add the real BBC2003 yield criterion, BBC2003 works; 3. now the BBC family yield criteria include: BBC2000, BBC2003, BBC2005 --- processing/misc/yieldSurface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/misc/yieldSurface.py b/processing/misc/yieldSurface.py index 0b298aa45..ee9dc75df 100755 --- a/processing/misc/yieldSurface.py +++ b/processing/misc/yieldSurface.py @@ -890,7 +890,7 @@ fitCriteria = { }, 'bbc2003' :{'func' : BBC2003, 'nExpo': 1,'err':np.inf, - 'bound': [(None,None)]*7+[(0.0,1.0)]+[(1.0,8.0)], + 'bound': [(None,None)]*7+[(0.0,1.0)]+[(0.0,12.0)], 'paras': 'M, N, P, Q, R, S, T, a, k:', 'text' : '\nCoefficients of Banabic-Balan-Comsa 2005 criterion: M, N, P, Q, R, S, T, a, k:\n', 'error': 'The standard deviation errors are: '