Website + download source code @ http://zaneacademy.com or https://zaneacademyapp.appspot.com
Category: traveling salesman problem
TSP + Brute Force Algorithm + SQLite DB + JAVA
00:10 import into Eclipse the downloaded zip file for ‘TSP Brute Force w/ JAVA Project’
00:25 create a new project and copy code from imported project
00:55 add and setup the sqlite jdbc jar file to the project
01:18 create a new package that will contain all 3 drivers for DB, File, & Hardcoded data
01:28 quickly refactor the code
03:26 code CreateDB01 class to create the database and create and populate the city table
04:33 code the ‘data from database’ DBDriver class
05:39 create and populate the sqlite database containing cities and their latitudes and longitudes
06:00 test run the ‘data from database’ DBDriver
06:36 create file containing cities and their latitudes and longitudes
07:01 code the ‘data from file’ FileDriver class
07:37 test run the ‘data from file’ FileDriver
Website + download source code @ http://zaneacademy.com or https://zaneacademyapp.appspot.com
TSP + Hill Climbing + SQLite DB + JAVA
00:10 import into Eclipse the downloaded zip file for ‘TSP Hill Climbing w/ JAVA Project’
00:35 create a new project and copy code from imported project
01:05 add and setup the sqlite jdbc jar file to the project
01:46 create a new package that will contain all 3 drivers for DB, File, & Hardcoded data
02:16 code the ‘data from database’ DBDriver class
03:10 create and populate the sqlite database containing cities and their latitudes and longitudes
04:55 test run the ‘data from database’ DBDriver
05:56 create file containing cities and their latitudes and longitudes
06:27 code the ‘data from file’ FileDriver class
08:11 test run the ‘data from file’ FileDriver
Website + download source code @ http://zaneacademy.com or https://zaneacademyapp.appspot.com
TSP + Genetic Algorithms + SQLite DB + JAVA
00:10 import into Eclipse downloaded zip file for ‘TSP Genetic Algorithm w/ JAVA Project’
00:32 create new project and copy code from imported project
01:09 add and setup sqlite jdbc jar file
01:50 create new package that will contain all 3 drivers for DB, File, & Hardcoded data
02:50 create file containing cities and their latitudes and longitudes
03:19 create and populate an sqlite database containing cities and their latitudes and longitudes
04:45 code the ‘data from database’ DBDriver class
05:50 create the database
06:15 test run the ‘data from database’ DBDriver
07:28 code the ‘data from file’ FileDriver class
09:09 test run the ‘data from file’ FileDriver
Website + download source code @ http://zaneacademy.com or https://zaneacademyapp.appspot.com
Traveling Salesman Problem (TSP) By Ant Colony Optimization (ACO) – w/ File Input
Website + download source code @ http://www.zaneacademy.com | TSP By ACO @ https://youtu.be/i_DX8K1i3vU