Skip to content

Commit d92ecde

Browse files
committed
updated README
added screenshots fixes #1
1 parent 42b614a commit d92ecde

File tree

7 files changed

+22
-5
lines changed

7 files changed

+22
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13.4)
2-
project(path-finding-nn)
2+
project(path-finder)
33
set (PROJECT_VERSION "1.0" )
44
project(${PROJECT_NAME} VERSION ${PROJECT_VERSION})
55
# location of ma-libs

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Path Finding NN
1+
# Path Finding Neural Networks
22

3-
finding the shortest path using neural networks and genetic algorithms.
3+
Application finding the shortest path using neural networks and genetic algorithms.
44

55
Built together with [@dpasca](https://github.com/dpasca) who developed `Model 1`.
66

@@ -56,5 +56,22 @@ Further update of the submodule can be done with the command:
5656

5757
6. Run the program
5858
```
59-
./build/Release/path-finding-nn
59+
./build/Release/path-finding
6060
```
61+
62+
## Screnshots
63+
64+
### Starting position
65+
66+
![Starting position](screenshots/starting_position.png)
67+
68+
### Start training
69+
70+
![Start training](screenshots/start_training.png)
71+
72+
73+
### Goal reached
74+
75+
![Goal Reached](screenshots/goal_reached.png)
76+
77+
![Goal Reached](screenshots/goal_reached_2.png)

screenshots/goal_reached.png

1.22 MB
Loading

screenshots/goal_reached_2.png

1.9 MB
Loading

screenshots/start_training.png

1.37 MB
Loading

screenshots/starting_position.png

1.25 MB
Loading

0 commit comments

Comments
 (0)