Back to Browse

TSP + Random Restart Hill Climbing + SQLite DB + JAVA

919 views
Sep 25, 2019
7:30

►screenshots: https://prototypeprj.blogspot.com/2020/09/tsp-random-restart-hill-climbing-sqlite.html ►TSP JAVA Framework @ https://youtu.be/EjUDJP846cc 00:08 import into eclipse downloaded zip file TSPPrj04_RRHillClimbing 00:25 create a new project and copy code from downloaded zip file 00:56 setup SQLite database in the new project 01:25 create a new package and move the Driver class to it 01:55 use refactored Driver class create DBDriver where data is accessed from database 02:06 use refactored Driver class create FileDriver where data is accessed from file 02:17 CreateDB01 class creates and populates the database 03:46 pickup cities data from database in DBDriver class 04:42 test run DBDriver class before creating database 04:55 test run DBDriver class after creating database 05:14 test run Driver class with hardcoded data 05:30 create a cities file 05:57 pickup cities data from 'cities' file in FileDriver class 06:57 test run FileDriver class with data coming from file ► get access to members-only video contents + support: https://www.youtube.com/channel/UCUvwlMMaeppKPdtAK8PxO8Q/join ► website + download source code: https://prototypeprj.com https://ai.prototypeprj.com https://crypto.prototypeprj.com ► download directly: download ai source code @ https://sites.fastspring.com/prototypeprj/instant/ai download crypto source code @ https://sites.fastspring.com/prototypeprj/instant/crypto download source code (old) page # 2 @ https://sites.fastspring.com/prototypeprj/instant/2020 download source code (older) page # 1 @ https://sites.fastspring.com/prototypeprj/instant/all

Download

0 formats

No download links available.

TSP + Random Restart Hill Climbing + SQLite DB + JAVA | NatokHD