wording
This commit is contained in:
parent
d40037c48c
commit
2e1f524476
|
@ -16,10 +16,10 @@ is twofold and can be described as follows:
|
||||||
is scored by calculating the individual box distances and the highest scoring
|
is scored by calculating the individual box distances and the highest scoring
|
||||||
agents end up as a parent to newly bred agents.
|
agents end up as a parent to newly bred agents.
|
||||||
|
|
||||||
The approach described above is not computationally efficient compared to others and
|
The approach described above is computationally suboptimal compared to others and has
|
||||||
has a tendency to "halt" with more complex problem spaces, therefore it is more suitable
|
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
|
for smaller levels. To avoid early convergence one can tune the parameters according
|
||||||
complexity of the layout.
|
to the complexity of the layout.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue