Menu

Jentic Bin Packing

ksarma
2014-08-06
2014-08-08
  • ksarma

    ksarma - 2014-08-06

    Hi,
    Can any one of you point me / share me some basic example of Bin Packing problem using Jenetics?

    Thanks
    Krishna

     
  • Franz Wilhelmstötter

    Hi,
    I'm not sure what exactly you are trying to do.

    If you want to build the library from source, download the package (https://sourceforge.net/projects/jenetics/files/jenetics/Jenetics-2.0.0/) and follow the build instructions on this site.

    If you want to run an application based on Jenetics, just add the 'org.jenetics-2.0.0.jar' file to your CLASSPATH. The jar file is part of the download package.

    You can also find the Jenetics library as maven dependency ('org.bitbucket.fwilhelm:org.jenetics:2.0.0') on maven central server (http://search.maven.org/#search|ga|1|g%3A%22org.bitbucket.fwilhelm%22%20AND%20a%3A%22org.jenetics%22)

    I hope I could help you. If not, please describe your problem in a greater detail.

    Regards
    Franz

     
  • ksarma

    ksarma - 2014-08-08

    Hi Franz,
    Thanks for your reply. I could use the library to build my some samples. I have found some examples of combinatorial problems like knapsack, Traveling sales man in the example directory of the download.(org.jenetics.example). i would like to know, if anybody can help me with the examples of Bin Pack problem which is a known problem like the other two which I have described. If no example available readymade i'll try myself.

    Krish

     

    Last edit: ksarma 2014-08-08

Log in to post a comment.