Compare commits

..

6 Commits

Author SHA1 Message Date
Johannes Merl
4e907b80f6 german with cost matrix 2024-05-12 07:47:52 +02:00
Johannes Merl
5796698d52 fix fittness 2024-05-11 19:45:03 +02:00
Johannes Merl
f346cb7b5c fix Iris 2024-05-09 10:54:08 +02:00
Johannes Merl
623ae0ecdc reduce population to fix memory issues in higher depth case 2024-05-09 10:16:02 +02:00
Johannes Merl
8a04da73f3 variation 4 2024-05-09 09:26:44 +02:00
Johannes Merl
af280f8739 variation 2 2024-05-09 09:26:44 +02:00
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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