Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

Travelling salesman problem java Videos

Simulated Annealing 5/7: JAVA Implementation 1/3

In this series I provide a simple yet practical Introduction to Simulated Annealing and show how to use it to address the Travelling Salesman Problem ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
muy interesante amigo, neceita el algoritmo para mi tesis.....gracias

Java Hamster Simulator ++ Traveling salesman problem ++ A-Star

Hamster that collects all corns from a given territory and returns to its starting position. Written in Java Implemeted algorithms: A*, TSP ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Schönes Programm. Der A* kommt aber im Labyrinth an seine "worst-case" Laufzeit, ist er hier überhaupt ideal? Welche logic nutzt du für das TSP. Steuerst du einfach den nächstgelegensten Punkt an? Gruß
https://gp5.googleusercontent.com/-XyheLEq_WTc/AAAAAAAAAAI/AAAAAAAAAAA/vuvzCluWq2A/s48-c-k-no/photo.jpg?sz=64
@TheHellohellhi I added the link to the sources in the description.
https://i1.ytimg.com/i/hkrKcBL-haUt7bBZjvyUPg/1.jpg?sz=64
@kmmde Thanks alot!
https://gp5.googleusercontent.com/-_nu97ctiGkk/AAAAAAAAAAI/AAAAAAAAAAA/CjTy04LLsrY/s48-c-k-no/photo.jpg?sz=64
THANKS :D

Simulated Annealing 6/7: JAVA Implementation 2/3

In this series I provide a simple yet practical Introduction to Simulated Annealing and show how to use it to address the Travelling Salesman Problem ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Why would you take the absolute value if you're squaring it anyways? :P
https://lh6.googleusercontent.com/-f-1oDdo21pg/AAAAAAAAAAI/AAAAAAAAAOk/I8J2B4HzW2c/photo.jpg?sz=64
+Sintaxx2 LOL .. I'm reusing code that I wrote umpteen years agoFeel free to modify it as you wish!
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Dr Noureddin Sadawi Oh well, it's a minor "mistake". Btw, I also noticed you used random.nextInt(1000) / 1000.0 to get a double between 0 and 1 but you can actually use random.nextDouble() to get a double between 0 and 1. (Not trying to be an asshole btw, nice videos!)
https://lh6.googleusercontent.com/-f-1oDdo21pg/AAAAAAAAAAI/AAAAAAAAAOk/I8J2B4HzW2c/photo.jpg?sz=64
+Sintaxx2 true .. I've no idea what I was thinking :-)thanks for the comment!

TSP Genetic Algorithm

Using artificial intelligence (AI): Finding a good solution to the Travelling Salesman Problem (TSP) by applying genetic algorithms (GA) in Java. In this example ...

User Comments

https://lh5.googleusercontent.com/-hEabWkKwIk8/AAAAAAAAAAI/AAAAAAAAACQ/vUxaQKSQ0NQ/photo.jpg?sz=64
Good ! can you give me the source code please

Simulated Annealing 7/7: JAVA Implementation 3/3

In this series I provide a simple yet practical Introduction to Simulated Annealing and show how to use it to address the Travelling Salesman Problem ...

User Comments

https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Please correct me if I'm wrong, but shouldn't the acceptance probability be >= the random value? If the random value was by coincidence 1.0, and the new solution was in fact better than the previous one, both the acceptance probability and the random value would be 1.0. But the algorithm would not accept this solution because of the > instead of the >=. Just a thought, since this (very rare, I admit) coincidence could miss some solutions along the way.
https://lh6.googleusercontent.com/-f-1oDdo21pg/AAAAAAAAAAI/AAAAAAAAAOk/I8J2B4HzW2c/photo.jpg?sz=64
+5iGnuM You could be right .. the code is available online .. feel free to modify it as you wish!

Tannenbaum 8e Applet - Traveling Salesman Problems

Video demo of java applet for Tannenbaum's Excursions in Modern Mathematics 8th Edition. This applet on Traveling Salesman Problems allows the user to ...
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment