Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harusametime/seminar
Ipython notebook for my lecture
https://github.com/harusametime/seminar
Last synced: about 2 months ago
JSON representation
Ipython notebook for my lecture
- Host: GitHub
- URL: https://github.com/harusametime/seminar
- Owner: harusametime
- Created: 2016-08-04T09:02:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T05:11:25.000Z (almost 8 years ago)
- Last Synced: 2024-08-12T09:49:50.134Z (4 months ago)
- Language: Jupyter Notebook
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seminar
Ipython notebook for my lecture## a-star.ipynb
A* algorithm to search the shortest path from a start point to a goal point on the field where walls are randomly generated## tsp.ipynb
Solving Traveling Salesman Problem with Google Optimization Tools[https://developers.google.com/optimization/]