Ant colony optimization algorithm

preview_player
Показать описание
Ant colony optimization algorithms (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. Artificial ants stand for multi-agent methods inspired by the behavior of real ants.

In the video, I tried to clearly explain how the algorithm works.

You can support the channel on Patreon:
More support, more opportunities for new projects.

Рекомендации по теме
Комментарии
Автор

I really like that in this Video not only the ant or the math part is shown, but instead both

LaplacescherDaemon
Автор

This is without any doubt the best explaination on the internet

rtym
Автор

Eh, liked the last voice better
But other than that, great video

LoisoPondohva
Автор

You saying "vertice" instead of "vertex" took a second for me to get used to lol

rg_fella
Автор

This was an amazing video to explain the concept. Thanks for making it this complete !

hisao
Автор

Solving a problem via algorithm whose brute-force solution would require "all computers and billions of years" is pretty much the textbook example of "work smarter, not harder"

kylemorris
Автор

🐜: Man i am impressed .. you explained me my ancestor technique more clearly than my ancestor. This winter dinner on me

Shadab_ed
Автор

CRAZY GOOD QUALITY in terms of clarity and knowledge. THX MUCH

looalx_WD
Автор

This is one of the coolest things I have seen, and I love how you explained it!

relativepi
Автор

Thank you so much. The animations were very helpful to understand the whole concept specially the iteration part

Abir_Hasan_Onowy
Автор

I think that the first voice was better, also a suggestion from me is that if you made one of those simulation games with this and added the cumulative knowledge of previous videos you could become more popular

bckhusesurvrs
Автор

great video! I really appreciate how every formula is explained in detail!

pfever
Автор

Great video incredibly well explained and illustrated!

Lol-fozq
Автор

absolutely great way of explaining it! i believe even a 12 year old can understand this concept just by watching this video 🤯

ryvikun
Автор

A good video to get clarity on ANT colony optimization...

VijayVighnesh
Автор

Honey wake up, Simulife Hub posted a new video!!!

tarnja
Автор

This video was crystal clear. Thank you very much sir.

meanpillscasper
Автор

Could you make a video about algorithm that optimize 2d graphs.
So a graph with say 200 nodes where each node has 1-3 connections to other nodes and it needs to move the nodes in a way that is easy to see the connections by a human.
I had this problem (and still do) for a hobby of mine and was only able to make an algorithm that worked up to about 100 nodes before manually manipulating it results in a better graph.
I am wondering if you could have better results.
The algorithm that I use a physic simulation kinda. Every node has velocity and moves with it (although there is a lot of friction) and then they get a force towards connected nodes and a force away from other ones.

qualia
Автор

@6:49 the concept told is a bit confusing. How and why the probabilities are put on a number line?

shreeniwaz
Автор

Amazing explanation! I have a question: When calculating the probability of moving from city_i to city_j at 11:58, what should we do when the amount of pheromone is 0 on all edges. According to the formula we're going to divide by zero!! As a solution for this can we give it a small non-zero initialization?

nidhalabidi