Questions tagged [repast-simphony]

Repast Simphony is a cross platform Java-based modeling system that runs under Microsoft Windows, Apple Mac OS X, and Linux. It supports the development of extremely flexible models of interacting agents for use on workstations and small computing clusters.

Repast Simphony is a tightly integrated, richly interactive, cross platform Java-based modeling system that runs under Microsoft Windows, Apple Mac OS X, and Linux. It supports the development of extremely flexible models of interacting agents for use on workstations and small computing clusters.

Repast Simphony models can be developed in several different forms including the ReLogo dialect of Logo, point-and-click flowcharts, Groovy, or Java, all of which can be fluidly interleaved. NetLogo models can also be imported.

138 questions
0
votes
1 answer

Running Repast with Drools

I am trying to run the Repast zombie example with Drools but I got same errors at run time. I created the zombie example and added all Drools jar-files into the class path. But when I call the newKnowledgeBuilder() function of the…
tom
  • 53
  • 4
0
votes
0 answers

Why does this code in repast j for java creates double the amount of "outedge"

I am modeling a supply chain with an customer, retailer and supplier. They are connected in a node. I have found this code. But I do not understand, why this code creates the double amount of outedges. Perhaps, someone can help? while…
0
votes
2 answers

repast symphony with google map

I'm working with Repast-symphony trying to visualize the results of routing simulations. repast uses shape files for visualization of roads and everything else. I've looked at googlemaps api and I dont think i can get a shapefile out of their. I'm…
1 2 3
9
10