aco source code for ns2
#1

Hello,
Please send me project pdf and ppt and other use full links and documents on tarang_patel_11[at]yahoo.com
Reply
#2

In computation and operations research, the ant colony optimization (ACO) algorithm is a probabilistic technique for solving computational problems that can be reduced to finding good paths through graphs. This algorithm is a member of the family of ant colony algorithms, in swarm intelligence methods, and constitutes some metaheuristic optimizations. Initially proposed by Marco Dorigo in 1992 in his doctoral thesis, the first algorithm looked for an optimal path in a graph, based on the behavior of the ants that looked for a way between their colony and a source of food. The original idea has since been diversified to solve a wider class of numerical problems, and as a result, several problems have arisen that are based on various aspects of ant behavior.

In the natural world ants (initially) roam at random, and upon finding the return of food to their colony, while establishing the pheromone trails. If other ants find this way they probably will not continue to travel randomly, but will follow the path, returning and reinforcing it if they finally find food.

Over time  the pheromone trail begins to evaporate, thus reducing its attractive strength. The longer it takes an ant to travel down the road and back again, the longer the pheromones have to evaporate. A short path paraded more frequently and therefore the density of pheromones becomes higher in trajectories shorter than the longer ones. Pheromone evaporation also has the advantage of avoiding convergence to a locally optimal solution. If there were no evaporation, the paths chosen by the first ants would tend to be excessively attractive to the next ones. In that case, the exploration of the solution space would be limited.

Therefore, when an ant finds a good (ie short) path from the colony to a food source, other ants are more likely to follow that path, and positive feedback eventually leads to all ants following a single path . The idea of the ant colony algorithm is to mimic this behavior with "simulated ants" by walking around the graph representing the problem to be solved.

This publication contains extensions to NS-2 (versions 2.27 and 2.28) that allows ACO behavior in WSN. The module is adaptable to the current version of NS-2 as it is installed as a new routing protocol. Written mainly in C ++, the ACO module (Ant Sense) produces the main attributes, however it was designed to be used by any other technology supported by this simulator.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: noise estimation using aco matlab code, i need aco for image segmentation, aco source code, aco matlab code rcpsppers, aco java source code, typs of aco for seo post, tcl code for aco algorithm,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  free download source code of online college magazine 5 17,839 29-06-2018, 10:09 AM
Last Post: Guest
  opengl source code for butterfly 3 3,260 14-05-2018, 08:57 AM
Last Post: Akshatha k
  ice cream parlour management system in vb source code 4 5,290 04-04-2018, 11:58 PM
Last Post: vprk77
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  free download college website project in html with source code 2 4,622 24-02-2018, 10:46 AM
Last Post: Guest
  source code for hospital management system in jsp 4 1,951 13-01-2018, 10:51 AM
Last Post: dhanabhagya
  source code in c for dna cryptography in computer sc ppt 1 1,534 09-01-2018, 09:59 PM
Last Post: harshavarshinib
  java programmings for bus ticket reservation source code 1 6,221 09-11-2017, 11:28 PM
Last Post: Ayushi Nagar
  location alarm android tutorial and source code 1 1,458 14-10-2017, 02:53 PM
Last Post: shakil19944
  source code in matlab for fuzzy based traffic light controll system 2 1,329 08-10-2017, 02:12 PM
Last Post: nomanamjad143

Forum Jump: