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