Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rocoelectrical
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jingyan Ling
rocoelectrical
Commits
9fc6a14e
Commit
9fc6a14e
authored
5 years ago
by
Jingyan Ling
Browse files
Options
Downloads
Patches
Plain Diff
update journal
parent
f345fb7a
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-5
16 additions, 5 deletions
README.md
with
16 additions
and
5 deletions
README.md
+
16
−
5
View file @
9fc6a14e
...
...
@@ -151,9 +151,20 @@
### 07/04/2019 (Fri)
-
Write out algorithm for multi-node path finding
-
pseudo code:
> for (episode in E):
> > set initial state s (choose first pair of nodes to connect randomly)
> > while max steps per episode not reached:
> > >
>
~~~~
for (episode in E):
set initial state s (choose first pair of nodes to connect randomly)
while not every connection is built:
choose next connection
find a path
update matrix
retrieve cost (length of path)
update Q (as sum of all cost)
~~~~
-
Q here represents total cost of certain choice of path finding order.
-
Cost defined by length of path
-
If path cannot be found, cost 200
-
Research on KiCAD import needs and python API
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment