Compare commits

..

6 Commits

Author SHA1 Message Date
Johannes Merl
c07326bbfd german with cost matrix 2024-05-12 07:47:52 +02:00
Johannes Merl
98b15c8cfd fix fittness 2024-05-11 19:45:03 +02:00
Johannes Merl
fc4d8b8625 fix Iris 2024-05-09 10:54:08 +02:00
Johannes Merl
86f3099622 reduce population to fix memory issues in higher depth case 2024-05-09 10:15:56 +02:00
Johannes Merl
f8f7084bf2 variation 4 2024-05-09 09:28:10 +02:00
Johannes Merl
fe74d7dc35 variation 3 2024-05-09 09:28:10 +02:00
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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