你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Changed name of the fitness functions.
这个提交包含在:
@@ -19,7 +19,7 @@ import matplotlib.pyplot as plt
|
||||
"""
|
||||
|
||||
|
||||
def fitness_max(filename, args):
|
||||
def maxvalue(filename, args):
|
||||
"""Maximum value from a response.
|
||||
|
||||
Args:
|
||||
@@ -42,7 +42,7 @@ def fitness_max(filename, args):
|
||||
return maxvalue
|
||||
|
||||
|
||||
def fitness_xcorr(filename, args):
|
||||
def xcorr(filename, args):
|
||||
"""Maximum value of a cross-correlation between a response and a reference response.
|
||||
|
||||
Args:
|
||||
@@ -114,7 +114,7 @@ def fitness_xcorr(filename, args):
|
||||
return xcorrmax
|
||||
|
||||
|
||||
def fitness_diffs(filename, args):
|
||||
def min_sum_diffs(filename, args):
|
||||
"""Sum of the differences (in dB) between responses and a reference response.
|
||||
|
||||
Args:
|
||||
|
在新工单中引用
屏蔽一个用户