Пікірлер
@ItalianMatchaWheels
@ItalianMatchaWheels 14 сағат бұрын
Hello and thank you for this video! I have a question for the code line you put at the end as a rate for the transition becomingDiabetic: "(weightStatechart.isStateActive(Person.Overweight) ? 0.01 : 0.03)" as far as I understand, this part checks if the person is currently in the "Overweight" state within the weightStatechart. It returns True if the agent is "Overweight". False otherwise. If True (the agent is in the "Overweight" state), it returns 0.01, which is the rate at which the overweight population turns diabetic (1%). If False (the agent is not in the "Overweight" state, meaning they’re either "Obese" or "Normal"), it returns 0.03 (3%). This design assumes that if a person is not in the "Overweight" state, they are most likely in category Obese, rather than considering the possibility of the "NormalAndUnderweight" state. Was it just a simplification or did I miss something?
@hanyelatal6953
@hanyelatal6953 17 сағат бұрын
I want the initial value of each equation in the model
@Nagibator671
@Nagibator671 6 күн бұрын
who the fuck recording from screen with this fucking large scale where you can see absolutely nothing
@ItalianMatchaWheels
@ItalianMatchaWheels 13 күн бұрын
the audio is a mess, what a shame
@michelemazzacanen433
@michelemazzacanen433 Ай бұрын
This is 2024, and still very helpful, thanks!
@xondiego
@xondiego 2 ай бұрын
Great exposition. Just wondering what if I don't implement the shape in x and y that is advised in minute 9 of this video, I am struggling to see the purpose of this step.
@joanyoun
@joanyoun 3 ай бұрын
how do I select an output based on the patient characteristics? (e.g. SelectOutput T or F based on the sex of a person)
@johnmun1471
@johnmun1471 3 ай бұрын
there so many youtube videos are there i don't wana waste my time but this one is really helpful useful valuable video. youtube should recognize this video as best video of the youtube and recognize this guy.. thank you so much.
@sabadgochich
@sabadgochich 5 ай бұрын
Thank you for this great video, it helped me a lot at university.
@madam_im_adam
@madam_im_adam 6 ай бұрын
Is this anylogic project available to download?
@jasminekhattab2626
@jasminekhattab2626 7 ай бұрын
What if I want it to read the entire column not just a specific row? and loop the reading, so it keeps reading the data over and over again? what should I do then?
@jaroslavsharaphanovich1054
@jaroslavsharaphanovich1054 7 ай бұрын
Гайд хуйня, тип берет Элементы хуй пойми откуда и типо умный, красавчик
@ricardoortega3266
@ricardoortega3266 8 ай бұрын
unfortunately the audio is not good. But thank you is a great effort i appreciate it.
@andreaparlongo7637
@andreaparlongo7637 9 ай бұрын
can you post content of src and jar folders please?
@рисрубин
@рисрубин Жыл бұрын
um um um um
@McRyach
@McRyach Жыл бұрын
Nathaniel likes to say "Ladies and Gentlemen" He said that phrase 10 times; @ 0:49 @1:14 @2:37 @3:01 @5:21 @7:26 @ 8:09 @9:42 @11:28 @13:27
@seherkhan1951
@seherkhan1951 Жыл бұрын
Thank you!!
@sarawatmurtazasara7543
@sarawatmurtazasara7543 Жыл бұрын
Is there anywas to get this model's source file as i could not find this on the cloud library
@giovanniscognamillo7517
@giovanniscognamillo7517 Жыл бұрын
i'm here after covid 19
@sheldoncooper6079
@sheldoncooper6079 Жыл бұрын
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 ?
@wenyian4845
@wenyian4845 Жыл бұрын
I like this class
@higiniofuentes2551
@higiniofuentes2551 Жыл бұрын
Thank you for this very interesting video!
@e4rohan
@e4rohan Жыл бұрын
Thank god for the internet and knowledge sharing
@abdelz1617
@abdelz1617 2 жыл бұрын
great video!
@sompamalakar
@sompamalakar 2 жыл бұрын
Thank you for this informational video tutorial. It was really helpful for my assignment.
@user-ro1cc8tz6d
@user-ro1cc8tz6d 2 жыл бұрын
helpful video. Although you can convert .pptx to .pdf using libreoffice. Takes two minutes but much smother than when .pptx freezes libreoffice if the slide has questionable elements
@muskduh
@muskduh 2 жыл бұрын
Thanks
@thefluffypanda2
@thefluffypanda2 2 жыл бұрын
How could one implement a delay, such that an agent is only allowed through if a nurse is available? Any help would be greatly appreciated!
@thefluffypanda2
@thefluffypanda2 2 жыл бұрын
Hi! In the event action, you did a function add_population, which you didn’t talk about. Is that an inbuilt java function? If so where could I find a dictionary of these functions!! Very helpful video though Thankyou!
@NathanielOsgood
@NathanielOsgood 2 жыл бұрын
Every population creates a pair of functions add_popname and remove_popname, where "popname" is the name that the modeler gave to the opoulation. HTH.
@thefluffypanda2
@thefluffypanda2 2 жыл бұрын
@@NathanielOsgood thanks! This might be difficult to answer on here, but after creating a population, how can one use that population as the start of a source point. At the moment I’m using a source and linking it the population, however when an agent leaves the source the population stays the same. Should the number of agents in the population not drop by 1?
@divyam.mp4
@divyam.mp4 2 жыл бұрын
Thanks Nathaniel. This is exactly what i was lookin for regarding AOP fundamentals
@tianyiwang9266
@tianyiwang9266 2 жыл бұрын
could I ask this file?
@surajnair2617
@surajnair2617 2 жыл бұрын
This was helpful ..thank you.
@abdullahnaeem6968
@abdullahnaeem6968 2 жыл бұрын
to include multiple jars in class path instead of -cp ./jars/*.jar writing each jars path separated by semi-colon(;) worked for me: javac -d build -cp ./jars/jar1.jar;./jars/jar2.jar;./jars/jar3.jar;./jars/jar4.jar driver.java p.s I'm using Windows
@matteosposato9448
@matteosposato9448 2 жыл бұрын
Six years after this video, have you kept following the NetLogo project and, if yes, do you think it improved some of the points that you were critical about?
@eduardomedina5081
@eduardomedina5081 3 жыл бұрын
Woww thanks you so muchhh for this tutorial!! I was looking everywhere and did not find any solution at all on how to run code dll files in my (windows) machine, but now you have the solution!. God bless you Sr.! :D
@zhengzhilin5813
@zhengzhilin5813 3 жыл бұрын
This is a good video demostrating the whole process of debugging C code from R. Except the ass long variable/function names.
@HenryLeu
@HenryLeu 3 жыл бұрын
You are very well explained! Thank you!
@ratocroc99
@ratocroc99 3 жыл бұрын
Hi, do you know anything about a simple job shop scheduling resorting to anylogic?
@naamatal437
@naamatal437 3 жыл бұрын
sorry. that "Ladies and Gentlemen" every so often just killed me... really tried watching.
@RaviAranha
@RaviAranha 3 жыл бұрын
This is perfect, Thank you! A week of roadblocks fixed in an instant.
@asddfghjify
@asddfghjify 3 жыл бұрын
Thank you ! :)
@DrBreyn
@DrBreyn 3 жыл бұрын
dude. this is so informative! This video is a blessing!
@bharatsingh-ej6fq
@bharatsingh-ej6fq 3 жыл бұрын
Sir can i get the ppt i need it urgently
@marianasilvahernandes4048
@marianasilvahernandes4048 3 жыл бұрын
This video saved my life, thanks!
@BoboLaurel
@BoboLaurel 3 жыл бұрын
Thanks so much for your explanations. I especially appreciate your approach to talk through the expectations of a variable change, before letting the model calculate the result. This seems like a robust approach to me. My three takeaways: 1) Steady stock level means inflows = outflows, 2) Population * Outflow rate = Population / Average lifespan, 3) Flow rates on either side of a steady stock must equal each other. I understood none of these things before watching your video. Thanks!
@MinaJosephBoulos
@MinaJosephBoulos 3 жыл бұрын
When I run the model after min 26:00, I get a NullPointerException. Can you help me??
@shaheenakhtar8026
@shaheenakhtar8026 3 жыл бұрын
I found this tutorial very helpful and easy but ran into below issue and I am not able to resolve it, can someone suggest anything? [user@machine Java_Project]$ javac -d build -cp ./libs/* .jar Runner.java javac: invalid flag: ./libs/*.jar Usage: javac <options> <source files> use -help for a list of possible options
@adorayadoray1289
@adorayadoray1289 3 жыл бұрын
Same here
@franjovideos
@franjovideos 3 жыл бұрын
Under Linux using java 8 worked with javac -d build -cp .:./lib/* MyProgram.java
@janpoonthong
@janpoonthong Жыл бұрын
same
@AShahabov
@AShahabov 3 жыл бұрын
Bad voice(
@annfrancis2908
@annfrancis2908 4 жыл бұрын
If I want to calculate the number of supermarkets within a radius of 5 km from my home using anylogic GIS maps , how can I do that in anylogic?
@siddharthjain4361
@siddharthjain4361 2 жыл бұрын
did you find any way to do that ?