All Questions
Tagged with algorithmswarm-intelligence
4 questions
2votes
1answer
213views
Which algorithms, between ant colony or classical routing algorithms, have a better time complexity for the shortest path problem?
Which algorithms, between ant colony or classical routing algorithms, have a better time complexity for the shortest path problem? In general, can we compare efficiency of these two types of ...
2votes
0answers
51views
Are all ant routing algorithms the same?
Are all ant routing algorithms the same? If no, what is the common properties of all of them? In other words, how we can detect a routing algorithm is an ant routing algorithm?
2votes
0answers
122views
Nature-inspired artificial intelligent methods for Blockchain?
I am working on the blockchain technology and I am not very familiar with the AI concept. The proposal of this web page: (http://www.euraxess.lu/jobs/349354) opens a discussion about use of nature ...
2votes
0answers
232views
Tuning the parameters of Particle swarm optimization (PSO)
To tune the parameters of Particle swarm optimization (PSO), there are two methods offline and online. In offline manner, the meta-optimization is used to tune the parameters of PSO by using another ...