Git Product home page Git Product logo

Comments (4)

geraintpalmer avatar geraintpalmer commented on September 15, 2024

Thanks @neetu5510
There is no limit on Network size, as long as it all fits in memory.

The error 'module' object is not callable' looks like a syntax error to me. Can you post the code?

from ciw.

neetu5510 avatar neetu5510 commented on September 15, 2024

I am trying this code:
import ciw import numpy as np N=ciw.create_network( arrival_distributions= {'Class 0':[ciw.dists.Exponential(.1), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals()], 'Class 1':[ciw.dists.Exponential(.15), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals(), ciw.dists.NoArrivals()]}, service_distributions={'Class 0':[ciw.dists.Exponential(.5), ciw.dists.Exponential(.03), ciw.dists.Exponential(.025), ciw.dists.Exponential(.02), ciw.dists.Exponential(.021), ciw.dists.Exponential(.02), ciw.dists.Exponential(.019), ciw.dists.Exponential(.018), ciw.dists.Exponential(.015), ciw.dists.Exponential(.014), ciw.dists.Exponential(.012), ciw.dists.Exponential(.01), ciw.dists.Exponential(.09)], 'Class 1':[ciw.dists.Exponential(.06), ciw.dists.Exponential(.05), ciw.dists.Exponential(.045), ciw.dists.Exponential(.04), ciw.dists.Exponential(.035), ciw.dists.Exponential(.03), ciw.dists.Exponential(.025), ciw.dists.Exponential(.024), ciw.dists.Exponential(.023), ciw.dists.Exponential(.022), ciw.dists.Exponential(.02), ciw.dists.Exponential(.018), ciw.dists.Exponential(.015)]}, routing= {'Class 0':[[0,1,0,0,0,0,0,0,0,0,0,0,0], [0,0,0.1,0.2,0.1,0.02,0.04,0.08,0.05,0.03,0.08,0.1,0], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,0]], 'Class 1':[[0,1,0,0,0,0,0,0,0,0,0,0,0], [0,0,0.1,0.3,0.1,0.02,0.04,0.08,0.05,0.03,0.08,0.1,0], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,1], [0,0,0,0,0,0,0,0,0,0,0,0,0]], }, number_of_servers=[3,2,1,1,1,1,1,1,1,1,1,1,2] ) ciw.seed(2) Q=ciw.simulation(N) Q.simulate_until_max_time(1440)

from ciw.

geraintpalmer avatar geraintpalmer commented on September 15, 2024

Hi @neetu5510

Your problem is the line Q=ciw.simulation(N). ciw.simualtion is a module. You want the object, so you need Q=ciw.Simulation(N).

With this change it should run.

from ciw.

neetu5510 avatar neetu5510 commented on September 15, 2024

Hey..Thanks a lot...it worked..

from ciw.

Related Issues (20)

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.