Registers an agent breed, useful for heterogeneity within agent primitives.
This function is aliased by Agents.addBreed() for convenience, if there exists only one primitive.
Parameters
name — str, required
The name of the breed.
color — str, required
The color that ought to represent the breed in the control panel and visualizations. Can take a hex string, a color name string (see the Matplotlib documentation for valid values), an RGB tuple with ranges from 0.0 to 1.0, or a Color object.
Return Value — Breed
The newly created Breed
object.
Notes and Examples