Code Monkey home page Code Monkey logo

ant-colony-optimization-framework's People

Contributors

sidjee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ant-colony-optimization-framework's Issues

Description of parameters

Can anyone brief me about the parameters used in this algorithm?
LBACO lbaco1 = new LBACO(m , Q , alpha , beta , gamma , rho);
m is no of ants, rho is evaporation factor

Errors noticed in "graphImplement", "DatacenterBroker" while debugging

I uploaded the following java files from you in my Cloudsim project

  1. graphImplement.java
    2.LBACO.java
  2. ACOImplement.java
    4.DatacenterBroker.java

I found the following error notification in following java files. But no error in LBACO and ACOImplement java files

  1. graphImplement.java
    a. The import org.cloudbus.cloudsim.examples.LineChart_AWT cannot be resolved
    import org.cloudbus.cloudsim.examples.LineChart_AWT;
    b. The import org.jfree cannot be resolved
    import org.jfree.data.category.DefaultCategoryDataset;
    b. DefaultCategoryDataset cannot be resolved to a type
    DefaultCategoryDataset dataset = new DefaultCategoryDataset();
    c. - max cannot be resolved to a variable
    • k cannot be resolved to a variable
      dataset.addValue((Number)(max-min),"LBACO Algo",String.valueOf(100*k));
      d. LineChart_AWT cannot be resolved
      LineChart_AWT.implement("Response Time Vs. Cloudlet","No. of cloudlets","Total
      response time",dataset);
  2. DatacenterBroker
    a. Unhandled exception type FileNotFoundException
    Map<Integer,Integer> allocated = lbaco1.implement(clList,vm_list,100);

Could you please help me fix these errors?

Following are the snapshot of errros.
1
2
3
4

Running code

How can i run the code can you please help me in this

Thanking you in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.