• Jessica Severin's avatar
    removed next_clutch method since it didn't prove a useful design concept. · 6c8e0425
    Jessica Severin authored
    added get_num_needed_workers method which does a load analysis between
    the living workers and the workers needed to complete the available jobs.
    Returns a simple count which a beekeeper can use to allocate workers on computers.
    The workers are created without specific analyses but get assigned one by the
    Queen when they are created.
    6c8e0425
Queen.pm 14.9 KB