Community

Hi All! I am working on a reserch project and I am planning to use a anylogic simulation to test the "new software system". I already had a look at all the provided documentation, but I'm not sure if I can really do what I want, perhaps one of the more experienced users could answer my question. The aim of the research is a special kind of a "real time business intellige" system, and anylogic should act as the "environment" and simulate consumers. the "workflow" is like this: simulation gets data from database - runs simulation step(s) - stores results in DB - "my software" analyses new data in DB and stores new data to the DB - simulation updates data and performs next steps(s) I hope it is clear what I mean?! The other thing I couldnt figure out is ... the agents in anylogic, can I train them ?! eg. I have consumer/sales data and want that the agents adopt the behaviour based on the data?? I really appreciate your help! Thanks! Alex
to Alex: AnyLogic 6 allows a user to integrate with other software. There are two possibilities. First, you may import any Java application into your model. Second, you may create a stand-alone application from you model (this will be possible only in the Professional version). You could implement any behaviour of your agents. For example, it is possible to make your agents act using Bayesian network rules. However, this feature is not a part of AnyLogic 6, that is you should do it by your own.