variation 4

This commit is contained in:
Johannes Merl 2024-05-09 09:24:21 +02:00
parent f6007318fa
commit 942e817522
3 changed files with 12 additions and 12 deletions

View File

@ -89,10 +89,10 @@ lE =
maxDepth = 5, maxDepth = 5,
weights = weights =
ExpressionWeights ExpressionWeights
{ lambdaSpucker = 1, { lambdaSpucker = 10,
lambdaSchlucker = 2, lambdaSchlucker = 1,
symbol = 30, symbol = 20,
variable = 10, variable = 100,
constant = 5 constant = 5
} }
} }

View File

@ -56,10 +56,10 @@ lE =
maxDepth = 5, maxDepth = 5,
weights = weights =
ExpressionWeights ExpressionWeights
{ lambdaSpucker = 1, { lambdaSpucker = 10,
lambdaSchlucker = 2, lambdaSchlucker = 1,
symbol = 30, symbol = 20,
variable = 10, variable = 100,
constant = 5 constant = 5
} }
} }

View File

@ -77,10 +77,10 @@ lE =
maxDepth = 5, maxDepth = 5,
weights = weights =
ExpressionWeights ExpressionWeights
{ lambdaSpucker = 1, { lambdaSpucker = 10,
lambdaSchlucker = 2, lambdaSchlucker = 1,
symbol = 30, symbol = 20,
variable = 10, variable = 100,
constant = 5 constant = 5
} }
} }