Complexity Explorer Santa Few Institute

Introduction to Agent-Based Modeling

Lead instructor:

This course is no longer in session.

Course Feedback

Raúl
06 Aug 2024 3:33pm UTC
3
in Course Feedback

It is possible to define breeds into a loop? The idea is that I have a slider with the number of bacterial strings and I want to create a breed for each string. If the slider defines 4 strings the loop creates 4 breeds. Is this possible? How can I do it?
Thanks

Ronald Legere
06 Aug 2024 5:50pm UTC
in Course Feedback

AFAIK you *cannot* dynamically create breeds. However, do you really need separate breeds here ? Maybe you can do this with a single breed ("bacteria") and have a property (e.g. 'bacterial-type' on the agent that contains the bacterial string. To select an agentset for each 'sub-breed' you could do something like: `bacteria with [bacteria-type = string]` This style tends to work wel - lespecially if the 'sub-breeds` are otherwise very similar.

Gilles Lefebvre
07 Aug 2024 10:52am UTC
in Course Feedback

Maybe with sprout function?
I don't know how you use the patches of your universe but something like: ask patches [ sprout 1 [ set color red ]]

Raúl
08 Aug 2024 4:58pm UTC
in Course Feedback

Thanks Ronald and Gilles, I'll first try with Ronald's option.

Peter Muller
22 Jul 2024 6:22pm UTC
1
in Course Feedback

Looking at the peer reviews for my model design assignment, it looks like one review is referencing a different model than the one I submitted. The comments left by the reviewer talk about a phenomenon unrelated to the one I plan to model.

Kasia Samson
24 Jul 2024 5:15pm UTC
in Course Feedback

Hi Peter, please send an email to abm@complexityexplorer.org with your assignment and the reviews attached, we will look into it.

Monica Li
27 Jun 2024 10:27pm UTC
1
in Course Feedback

If yes, please suggest the time.

Kasia Samson
01 Jul 2024 6:37am UTC
in Course Feedback

No, we don't do office hours.