Reference 〉 Function

Breeds.add(namestr, colorstr)

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

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.