motivztion for getting matriculation1
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
(a general understanding of what the model is trying to show or explain)
HOW IT WORKS
(what rules the agents use to create the overall behavior of the model)
HOW TO USE IT
(how to use the model, including a description of each of the items in the Interface tab)
THINGS TO NOTICE
(suggested things for the user to notice while running the model)
THINGS TO TRY
(suggested things for the user to try to do (move sliders, switches, etc.) with the model)
EXTENDING THE MODEL
(suggested things to add or change in the Code tab to make the model more complicated, detailed, accurate, etc.)
NETLOGO FEATURES
(interesting or unusual features of NetLogo that the model uses, particularly in the Code tab; or where workarounds were needed for missing features)
RELATED MODELS
(models in the NetLogo Models Library and elsewhere which are of related interest)
CREDITS AND REFERENCES
(a reference to the model's URL on the web if it has one, as well as any other necessary credits, citations, and links)
Comments and Questions
turtles-own [ motivation energy age speed finished? walk_stat] to setup clear-all ask patches [ set pcolor pxcor / max-pxcor * -1 + blue ] foreach n-values (max-pxcor * max-pycor * 4 * obstacles / 100) [?] [ ask one-of patches with [pcolor != red and pcolor != green ] [ ifelse random(100) <= motivation-areas [set pcolor green] [set pcolor red] ] ] create-turtles 10 [ set finished? false setxy min-pxcor random-pycor ;; starting point - left side of the screen and random vertical patch set heading 90 ;; heading right! --> set motivation 0 ;; initialized value for all turtles motivation... set pcolor red ;; starting position color... set speed 1 set color scale-color blue age 0 50 set walk_stat false set shape "person" ;; colors each turtle a shade of blue proportional ;; to its value for the age variable ] reset-ticks end to go if ticks = 0 [reset-timer] if not any? turtles with [motivation < max-pxcor ] [ stop ] move-turtles ;eat-grass tick wait 0.1 end to move-turtles ask turtles with [not finished?][ ifelse xcor <= max-pxcor - 1 [ if pcolor = red [set speed random-float 0.3] if pcolor = green [set speed 1 + random-float 2] ifelse walk_stat [set shape "person_walk2" set walk_stat not walk_stat] [set shape "person_walk" set walk_stat not walk_stat] forward (random-float 0.5 + sqrt((pycor + max-pycor) / (max-pycor * 2)) * speed) set motivation pxcor set speed 1 ] ;; move between 0 to 1 patch ;;;(pycor + max-pycor) / (max-pycor * 2) is an example of speeding as f(height) [ set xcor max-pxcor set motivation max-pxcor set finished? true set label timer] ;; align end position to the right edge ] ; [ if ( pcolor=red) [ set speed speed - 3] ; ([ pcolor=green [ set speed speed + 3 ]] ;ask turtles [ set shape "sheep" ] ;ask turtles [ set color white ] end ;;; just for fun change the color of the patch from blue to green and increse energy by 10... to eat-grass ask turtles [ if pcolor = blue [ set pcolor green set energy energy + 10 ] ] end
There are 7 versions of this model.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
1 11613 חקירת המודל.docx | word | 1 11613 חקירת המודל.docx | about 12 years ago, by oded bar shalom | Download |
nisui 6 11_06_13_fix.nlogo | word | nisui 6 11_06_13_fix.nlogo | about 12 years ago, by oded bar shalom | Download |
OdedBS Dairy9.docx | word | OdedBS Dairy9.docx | about 12 years ago, by oded bar shalom | Download |
OdedBS model 10613 1.docx | word | OdedBS model 10613 1.docx | about 12 years ago, by oded bar shalom | Download |
פוסטר 1 12613.docx | word | Fileפוסטר 1 12613.docx | about 12 years ago, by oded bar shalom | Download |
This model does not have any ancestors.
This model does not have any descendants.
Sharona T Levy
recommendation on how to contine
שלום עודד אני רואה שהמודל פועל בצורה דומה לזו שבשבוע שעבר. לפי דעתי כדאי להתייעץ לגבי הקשיים - דרך הקבוצה (אני בודקת כל יומיים), עם אייל. כפי שתראה בדוגמה של ההתייעצות של אילנה, זה מגיע גם להמלצות על חלקי קוד מתאימים. לגבי גורמים מעכבים ומקדמים, שוחחנו על אפשרות שהם יופיעו באופן אקראי או מתוכנן בכל אחד מן המסלולים. אפשר כמובן להתייעץ איך לבצע את זה. לאחר מכן, כאשר רץ נוחת על מחסום או תמיכה (זיהוי הצבע מתחתיי) המהירות שלי, או מספר הצעדים שאתקדם בתור הבא עולה או יורדת שרונה
Posted about 12 years ago
Sharona T Levy
משימות מיידיות
שלום עודד פרט להתקדמות עם המודל, נדרש עדכון של קובץ המודל כדי שיתאים למה שאתה עושה עכשיו חשוב דרך הפוסטר והכנתו, המיקוד יעזור שרונה
Posted about 12 years ago
oded bar shalom
המודל
הכנסנו מעכבים ומאיצים במודל, אכתוב את הכל בתכנון המודל תודה רבה עודד
Posted about 12 years ago
oded bar shalom
העלאת המודל
אעלתי מודל משודרג
Posted about 12 years ago
oded bar shalom
יומן ותכנון המודל
הועלה
Posted about 12 years ago
oded bar shalom
טיוטת פוסטר
ב"ה שלום שרונה האם אפשר לראות טיוטה של מבנה הפוסטר כדוגמה? תודה עודד
Posted about 12 years ago
Sharona T Levy
טיוטת פוסטר
חוץ מאשר המבנה, אני מעדיפה שאתם תמלאו אותו בתכנים אין לי דוגמה שרונה
Posted about 12 years ago