aodv with tabu search method example
#1

code for implementing tabu list in AODV routing protocols.
Reply
#2
Tabu search, created by Fred W. Glover in 1986 and formalized in 1989, is a metaheuristic search method employing local search methods used for mathematical optimization.

Local (neighborhood) searches take a potential solution to a problem and check its immediate neighbors (that is, solutions that are similar except for one or two minor details) in the hope of finding an improved solution. Local search methods have a tendency to become stuck in suboptimal regions or on plateaus where many solutions are equally fit.

Tabu search enhances the performance of local search by relaxing its basic rule. First, at each step worsening moves can be accepted if no improving move is available (like when the search is stuck at a strict local minimum). In addition, prohibitions (henceforth the term tabu) are introduced to discourage the search from coming back to previously-visited solutions.

The implementation of tabu search uses memory structures that describe the visited solutions or user-provided sets of rules. If a potential solution has been previously visited within a certain short-term period or if it has violated a rule, it is marked as "tabu" (forbidden) so that the algorithm does not consider that possibility repeatedly.
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: tabu search matlab example, dynamic method dispatch example in java, tabu search algorithm example, search donor sequence diagram example, explain dynamic method dispatch with example, matlab tabu quadratic example, aodv example,

[-]
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
  download enhanced aodv code free 1 504 04-07-2016, 10:33 AM
Last Post: visalakshik
  load flow solution using newton raphson method using pscad 1 1,516 24-06-2016, 02:53 PM
Last Post: seminar report asees
  samagra id search by adhar no 1 634 16-06-2016, 10:53 AM
Last Post: dhanabhagya
  bio oxidation a sustainable air pollution control method ppt 1 704 08-06-2016, 03:45 PM
Last Post: dhanabhagya
  aodv simulation in opnet step by step tutorial 1 650 01-06-2016, 04:22 PM
Last Post: dhanabhagya
  genetic algorithm based AODV implementation in ns2 tcl code 1 732 31-05-2016, 12:18 PM
Last Post: dhanabhagya
Wink explanation of aodv code in ns2 1 660 27-05-2016, 11:54 AM
Last Post: dhanabhagya
  Enhancment performance of OLSR , DSR and AODV using omnet tariqe 1 591 17-05-2016, 04:03 PM
Last Post: dhanabhagya
  dynamically adaptive multipath routing based on aodv source code in ns2 1 641 13-05-2016, 09:28 AM
Last Post: dhanabhagya
  ppt on an efficient privacy preserving ranked keyword search method computer science 1 531 10-05-2016, 12:55 PM
Last Post: dhanabhagya

Forum Jump: