Skip to content

Commit 1a14de7

Browse files
authored
Update README.md
1 parent 7b7403f commit 1a14de7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Genetic algorithm is special technique for solving optimization problems,
66
specialy in places where there are a lot of combinations and finding optimal solotion by simply brute-forcing is impossible.
77

88
### The task to solve
9-
The Aim of this project is to demonstrate optimized cell placement to complete efficient routing
9+
The Aim of this project is to achieve optimized cell placement to complete efficient routing.
1010
Optimization should meet following criterias.
11-
* Each node when moved should preserve it's connectivity ( parent & child connections )
12-
* Cell position can be adjusted within same colum ( might poped/pushed vertically, but not horizontally )
13-
* Intersections/crossings beetween should be minimal.
11+
* Each node (when moved) should preserve it's connectivity ( parent & child connections )
12+
* Cell position can be adjusted within same colum ( can be moved vertically, but not horizontally )
13+
* Intersections/crossings beetween connections should be minimal.
1414

1515
#### Self explanatory images : )
1616
*Left:* Initial placmenet                                                                                  *Right:* optimized placement

0 commit comments

Comments
 (0)