你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Correction to differences fitness function.
这个提交包含在:
@@ -143,6 +143,7 @@ def fitness_diffs(filename, args):
|
||||
# Calculate sum of differences
|
||||
tmp = 20 * np.log10(np.abs(modelresp - refresp) / np.amax(np.abs(refresp)))
|
||||
tmp = np.abs(np.sum(tmp[-np.isneginf(tmp)])) / len(tmp[-np.isneginf(tmp)])
|
||||
diffdB += tmp
|
||||
|
||||
return diffdB
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户