aco source code for ns2
#1

Using the Ant colony optimisation (ACO) , available pheromone ratio of ant agent release is firstly proposed an dapplied to routing and according to multi agent mechanism, introduces the service agents to reduce the expense of ant agents. Routing algorithm is a pivotal technology that allows the network transmission.Ant Colony Optimization (ACO) is a heuristic approach for solving hard combinatorial optimization problems. It was first applied to solve the Traveling Salesman Problem. Agent is mobile code which has a little intelligent, can move from node to node, cooperating with others to perform complex tasks in a distributed manner.
Reply
#2
The ant colony optimization algorithm (ACO) 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 diversified to solve a wider class of numerical problems, and as a result, several problems have arisen, which 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, by comparison, is 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 following ones. In that case, the exploration of 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.
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: thermax summer training in 2013, noise estimation using aco matlab code, aco code in java, aco java source code, aco algorithm java code, thermax boiler electrical diagram, thermax boiler electrical drawing,

[-]
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,817 29-06-2018, 10:09 AM
Last Post: Guest
  opengl source code for butterfly 3 3,259 14-05-2018, 08:57 AM
Last Post: Akshatha k
  ice cream parlour management system in vb source code 4 5,288 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,621 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,533 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,457 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: