Closed Thread
Results 1 to 6 of 6

Thread: [Ask/Help] Tabu Seach

  1. #1
    rickz88 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    [Ask/Help] Tabu Seach

    How To Use Tabu Search in finding Shortest Path routing.

    Problem Formulation:
    Directed Graph V(G)={n1}i=1,2,...,N, and that edges connecting nodes in V is depicted.Edge set of E(G)={(i,j)|i,j V} representing edge of a graph G.
    Corresponding to each edge there is a cost Cij representing the
    cost from node ni to node nj.
    In this problem, the total length is equal to the sum of all
    costs of links within the path. The conditions to be satisfied in
    this problem of finding the shortest path from the source to the
    destination are: each node is available only once in a path and
    one node at a time. We employ tabu search to solve the
    problem of finding the shortest path of a given communication
    network between a source and destination nodes.


    Refference paper: w*w.waset.org/journals/waset/v53/v53-192.pdf (Replace * with w)


    Please Help me explain how the Tabu Search work in this problem.
    I've read the refference paper But I haven't understood.

    PLEASE HELP ME, THIS IS MY FINAL PROJECT.

    thanks.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: [Ask/Help] Tabu Seach

    Have you tried doing the search by hand a couple times with pencil/paper?

    Is there any part of it that does make sense?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    rickz88 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: [Ask/Help] Tabu Seach

    i've tried many times but i still stuck..

    i only understand, tabu search uses in TSP (traveler salesman problem) where each node connect to all other node.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: [Ask/Help] Tabu Seach

    So, does that mean you can, or cannot, do a tabu search by hand?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    rickz88 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: [Ask/Help] Tabu Seach

    i've tried to solve it but i can't

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: [Ask/Help] Tabu Seach

    Given that the provided paper includes flow-charts and sample results, can you get a LOT more detailed about what you tried to do by hand, the results you got, and how they conflict with the expected results?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts