Compare commits

..

5 Commits

Author SHA1 Message Date
Johannes Merl
95cba55af1 german with cost matrix 2024-05-12 07:47:52 +02:00
Johannes Merl
4ad9706e9f fix fittness 2024-05-11 19:45:03 +02:00
Johannes Merl
515db2418b fix Iris 2024-05-09 10:54:08 +02:00
Johannes Merl
4ac33b834f reduce population to fix memory issues in higher depth case 2024-05-09 10:16:16 +02:00
Johannes Merl
4b0adea02f variation 2 2024-05-09 09:18:49 +02:00
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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