你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +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.
|
"""Maximum value from a response.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
@@ -42,7 +42,7 @@ def fitness_max(filename, args):
|
|||||||
return maxvalue
|
return maxvalue
|
||||||
|
|
||||||
|
|
||||||
def fitness_xcorr(filename, args):
|
def xcorr(filename, args):
|
||||||
"""Maximum value of a cross-correlation between a response and a reference response.
|
"""Maximum value of a cross-correlation between a response and a reference response.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
@@ -114,7 +114,7 @@ def fitness_xcorr(filename, args):
|
|||||||
return xcorrmax
|
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.
|
"""Sum of the differences (in dB) between responses and a reference response.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
在新工单中引用
屏蔽一个用户