Stephan I realised early on that I was not going to comprehend the information in this video first thing on a Sundsy morning. However, it does seem to demonstrate that as well as you being a very genuine and humble man, you have a massive brain. Oh and by the way there is nothing wrong with that jumper.
Hi Dr. Onggo, Thank you so much for your videos. I really appreciate it. I am working on an academic project with anylogic but I could not compare it with the tutorials. My task is to design an industrial furnace for condition based maintenance. I am thinking of doing agent based simulation. Can you guide me to do the project?
I'm trying to simulate a car assembly line , however in the process i need some 3d objects to use like a car with no wheels , or an engine above a chassis , however those 3d object doesn't existe in the 3d object library predefined in anylogic , is there any way to create or import new agents ?
Thank You Pak untuk penjelasannya. perkenalkan saya Ajeng mahasiswa magister ITB , izin bertanya pak, untuk mempelajari tutorial pemodelan sistem dinamik menggunakan anylogic apakah bapa memiliki referensi ? Makasih banyak pak.
For some reason I cant find the command "shapeBody.setFillColor(dodgerBlue);" in the command list. Does it have anything to do with the version I am using?
First you want that message sent to a random agent in the PotentialUser state. You do that with the "send" command in the transition inside Users. If you do it as done here with just sendToRandom("Buy"), it sends that message to a random consumer agent because that is the only agent in this model. But you could say send("Buy", randomFrom(consumers)) or even to just consumers in certain states. Here it just goes to all agents and there is only one agent type consumers. BUT, I think there could be a subtle error here in that the message could go to an agent already in the User state since the state was not specified. Hope that helps.
Thank you Dr. Onggo. Your explanations are great and very easy to follow. Please keep the great content coming :)
Thank you for the encouragement. I am glad that it is useful.
Stephan I realised early on that I was not going to comprehend the information in this video first thing on a Sundsy morning. However, it does seem to demonstrate that as well as you being a very genuine and humble man, you have a massive brain. Oh and by the way there is nothing wrong with that jumper.
Great!!! Looking forward to 2/3 and 3/3.
Thank you. It is coming soon!
Thanks for the effort. Interesting presentation, I learned a lot
Glad it was helpful!
ver clear, Great!!! Looking forward to 2/3 and 3/3 pls..
Thank you. It is coming soon!
thanks dr. for your effert, can i use in my project beef value chain analysis
Hi Dr. Onggo,
Thank you so much for your videos. I really appreciate it. I am working on an academic project with anylogic but I could not compare it with the tutorials. My task is to design an industrial furnace for condition based maintenance. I am thinking of doing agent based simulation. Can you guide me to do the project?
Great explanation.
Glad it was helpful!
thanks for the tutorial. Do you give individual lectures? and if you do what is the cost?
Can u more elaborate anylogic tools with details
I'm trying to simulate a car assembly line , however in the process i need some 3d objects to use like a car with no wheels , or an engine above a chassis , however those 3d object doesn't existe in the 3d object library predefined in anylogic , is there any way to create or import new agents ?
Thank You Pak untuk penjelasannya. perkenalkan saya Ajeng mahasiswa magister ITB , izin bertanya pak, untuk mempelajari tutorial pemodelan sistem dinamik menggunakan anylogic apakah bapa memiliki referensi ? Makasih banyak pak.
For some reason I cant find the command "shapeBody.setFillColor(dodgerBlue);" in the command list. Does it have anything to do with the version I am using?
Yes, sometimes it does. Try to use the most recent version brother.
helpful!
Is there a way to count the current number of agent in the state with previous number of agent that pass that state before? Thank you
Hello, I have confusion, sir. where is the visualization of the message in the state chart? how can we know which agent receives a message?
First you want that message sent to a random agent in the PotentialUser state. You do that with the "send" command in the transition inside Users. If you do it as done here with just sendToRandom("Buy"), it sends that message to a random consumer agent because that is the only agent in this model. But you could say send("Buy", randomFrom(consumers)) or even to just consumers in certain states. Here it just goes to all agents and there is only one agent type consumers. BUT, I think there could be a subtle error here in that the message could go to an agent already in the User state since the state was not specified. Hope that helps.
Nav was here