jharwell / sierra

Automation framework for the scientific method in AI research
MIT License
18 stars 1 forks source link

feature/171-dynamic-swarm-size-bc #171

Closed jharwell closed 4 years ago

jharwell commented 4 years ago

There would be 3 queues: one for robots which are permanently leaving, one for new robots which are being introduced (up to a maximum swarm size), and one for robots which are only temporality out of commission but then are later reintroduced.

Could be specified like:

The 0p001, etc. are lambda values for Poission(lambda), governing the distribution for all queues.

Obviously the [birth, death, repair/malfunction] rates are optional.