u
This commit is contained in:
parent
8c24ff4e54
commit
739b5a80f3
@ -434,7 +434,8 @@ async def _extract_calculation_params_b2(data: UserValuationCreate) -> Dict[str,
|
|||||||
# 纹样基因值B22相关参数
|
# 纹样基因值B22相关参数
|
||||||
|
|
||||||
# 以下三项需由后续模型/服务计算;此处提供默认可计算占位
|
# 以下三项需由后续模型/服务计算;此处提供默认可计算占位
|
||||||
historical_inheritance = 0.8
|
|
||||||
|
historical_inheritance = sum([safe_float(i) for i in data.historical_evidence])
|
||||||
structure_complexity = 0.75
|
structure_complexity = 0.75
|
||||||
normalized_entropy = 0.85
|
normalized_entropy = 0.85
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user