From 2e1f524476f1e13f2f5f57771e6cdc28c9738c59 Mon Sep 17 00:00:00 2001 From: mos Date: Fri, 3 Jan 2025 17:39:49 +0100 Subject: [PATCH] wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d969625..e32f507 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ is twofold and can be described as follows: is scored by calculating the individual box distances and the highest scoring agents end up as a parent to newly bred agents. -The approach described above is not computationally efficient compared to others and -has a tendency to "halt" with more complex problem spaces, therefore it is more suitable -for smaller levels. To avoid early convergence one can tune the parameters according to the -complexity of the layout. +The approach described above is computationally suboptimal compared to others and has +a tendency to "halt" with more complex problem spaces, therefore it is more suitable +for smaller levels. To avoid early convergence one can tune the parameters according +to the complexity of the layout. ## Usage