What is ant colony optimization algorithm? How it is applied in case of Travelling salesman Problem (TSP)? A concept demo - concept visualization : of ant colony optimization on TSP problem Pseudo code of execution
Пікірлер: 45
@Mehrdad9956 жыл бұрын
God bless you brother, thanks a lot
@bujnyyy4 жыл бұрын
Really nice tutorial
@rajsahu46444 жыл бұрын
Video is worth the time. Thanks alot
@chaimaelaissaoui6870 Жыл бұрын
thank you very much!
@mahimahans1114 жыл бұрын
Nice video
@hadjer1683 жыл бұрын
What is the value of Q ? If it is a constant can we attribute any number to it from [0,1] ?
@prateeksoni22945 жыл бұрын
Good one brother!!
@mahbubalam62852 жыл бұрын
Have you published any paper on ant colony optimization??
@MuhammadAwais-yn3iy5 жыл бұрын
Niicely elaboratedgod bless u
@hadjer1683 жыл бұрын
What did you said in 11:11 please ? all the distances .... ???
@gopalprasadmalakar123 жыл бұрын
Hadjer, the algorithm puts the pheromone level which is inverse of the total distance. So in one case, it will be divided by 45 and in another case, it will be divided by 55. The smaller distance path will have more pheromone. Regards
@hadjer1683 жыл бұрын
@@gopalprasadmalakar12 thank you so much
@trishanksingh61104 жыл бұрын
How do you guarantee that the pheromone on the edge will not become 0? Under what settings of the ant algorithm do you get the length of the best path closest to the result of the delta tao full search?
@gopalprasadmalakar12 Жыл бұрын
Sorry, somehow the question got skipped. It is quite possible that some edge may have zero (or negligible) pheromone.
@AndystanSmith4 жыл бұрын
Helpful! Thanks!
@kustomweb7 жыл бұрын
Excellent
@qusaiteqlas37287 жыл бұрын
what does the Q mean ? i could not get it.
@pintuchoudharyalbert7 жыл бұрын
Q is a constant and Lk is the total distance travel by ant k in the graph
@zeeshanahmadkhalil89207 жыл бұрын
Then what is the value of Q? Please tell me. I have understood and noted your whole lecture. Only confusion is that what is the value of Q.
@pathshalatutionclasses8646 жыл бұрын
+Moon Khan (Zeeshan) plz help me
@tomasfernandez74816 жыл бұрын
I've seen Q=1. See link: www.scholarpedia.org/article/Ant_colony_optimization
@dshanthi015 жыл бұрын
In my code I have taken q value as 0.0001, because q value should less than 1.
@karannchew25342 жыл бұрын
9:30 T=Q/L. What is Q please?
@gopalprasadmalakar12 Жыл бұрын
Apologize for reverting late. Q is just constant. A bigger value of Q means changes are rapid. Regards
@karannchew2534 Жыл бұрын
@@gopalprasadmalakar12 No problem. Thanks very much!!
@ryanbryson29653 жыл бұрын
thank you :)
@sungmingan32384 жыл бұрын
Great explanation, thank you.
@alemozukum70316 жыл бұрын
thanks for the video. Can you please upload tutorial on application of ACO in vehicle routing problem.
@PoisongamingViper5 жыл бұрын
Anyone has the ppt used in it?
@ankitgupta66975 жыл бұрын
Can anybody help me in Ant Colony Optimization Algorithm for Classification Problem
@pitehrhurtado4 жыл бұрын
I can help you
@ankitgupta66974 жыл бұрын
@@pitehrhurtado I am working on Ant Miner. Can you give me your email id so that we can talk about it
@Salamandrescu4 жыл бұрын
I have some questions: 1. On the first iteration, where the pheromone levels on the trails is 0, do ants choose the shortest city to visit? 2. The relation between alpha and beta is alpha = 1 - beta? 3. Can ants start from the same city? If so, the ants starting from the same city will heavily increase the tour from the first iteration, choosing only the shortest city to visit
@gopalprasadmalakar124 жыл бұрын
Jitzal, let me answer one by one. Answer to 1- Not a real ant but in our situation, an artificial ant will have a higher probably of choosing shorter path based on visibility (1/ distance) 2- in general people do that way. However it is not mandatory. 3- No. Regards
@Sanyat1006 жыл бұрын
Best tutorial
@NeerajArora0076 жыл бұрын
You explain in very easy way. Thanks for this video. Can you explain in contrast to task scheduling algorithms in cloud environment. Also explain some other meta heuristics algorithms like cuckoo algorithm, firefly algorithm etc. Great work!!!👍
@aravind17727 жыл бұрын
thanks sir :)
@Komal121966 жыл бұрын
can i get ppts of this video
@platio1015 жыл бұрын
*Ants can figure out the shortest path
@alibaltschun23026 жыл бұрын
thanks
@ghaida53406 жыл бұрын
can you give me the reference please
@manish19sharma6 жыл бұрын
Hi Thanks for video . please share code
@nirajshukla48875 жыл бұрын
Anyone have video on dragonfly algorithm? pls send me