Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Ant Colony Optimization

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    My Mood
    Cool
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ant Colony Optimization

    Hello Everyone,


    I need code of Ant Colony Optimization algorithm in java for Flexible job shop scheduling Problem

    The problem of scheduling jobs in FJSSP could be decomposed into two sub-problems:
    i) The routing sub-problem that assigns each operation to a machine selected out of a set of capable machines,
    ii) The scheduling sub-problem that consists of sequencing the assigned operations on all machines in order to obtain a feasible schedule to minimize the predefined objective function.

    Plz help me..........

    Thanks


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Ant Colony Optimization

    Please see the link in my signature on asking questions the smart way, then try again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    My Mood
    Cool
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Ant Colony Optimization

    Sory sir...........i could not find the link for the above problem.


  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Ant Colony Optimization

    This link: How To Ask Questions The Smart Way
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Memory and time optimization
    By proveme007 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: September 19th, 2013, 03:46 PM
  2. Factorial calculation optimization
    By aesguitar in forum Algorithms & Recursion
    Replies: 5
    Last Post: February 24th, 2013, 03:00 AM
  3. Java Ant
    By dsavatar in forum Java Theory & Questions
    Replies: 2
    Last Post: December 6th, 2012, 09:29 AM
  4. Program Optimization
    By dark3stnit3s in forum Loops & Control Statements
    Replies: 31
    Last Post: September 30th, 2012, 02:34 AM
  5. Ant Colony Simulator
    By KevinWorkman in forum The Cafe
    Replies: 4
    Last Post: December 14th, 2011, 01:39 PM