У нас вы можете посмотреть бесплатно Powersim Webinar: Agent Based modeling или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Download the model files and exercise text here: http://www.powersim.com/main/services... The background of this exercise is to demonstrate how agent‐based modeling can be combined with other kinds of modeling. In this case, the movement of people is agent based (rule per person), but it is shown in an array using the PIVOTSUM function. Exercise text: Build an infection model where 10 people move along a line containing 50 spots, using agent based movement rules. At the initial time step, one person is infected. Any non‐infected people, who get too close to an infected person, should be infected during the next time step. “Too close” should be defined by yourself, maybe with a user input, but being on the same spot is for sure too close. Therefore, you should also make a user input saying that all people or a specific person will avoid entering an occupied spot. Make a model that indicates the number of people in each of the 50 spots using a Chart Control. You should also be able to see the location of infected people, and each person should not move more than 1 spot per time step.