Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/]