wellcometrust / IFRC_Award_Allocator

This code simulates allocating funds to grant applications in a random order, as Wellcome used for its IFRC scheme.

Home Page:https://wellcome.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFRC Award Allocator

This code simulates allocating funds to grant applications in a random order, as Wellcome used for its IFRC scheme. It deducts the requested amounts from the total budget until it is exhausted. After each deduction, the application reference, bid amount and remaining budget are recorded.

When the budget becomes negative, the final application is recorded, and the process stops.

About

This code simulates allocating funds to grant applications in a random order, as Wellcome used for its IFRC scheme.

https://wellcome.org/

License:MIT License


Languages

Language:Python 100.0%