☑️ 2023/6/1 draft: wtfipluralqf update
On June 1, 2023, a draft update was made to the plural-qf project. The code for this update can be found here(https://github.com/tkgshn/plural-qf/blob/main/differentamount_Simulation.py).
The update includes the following changes:
- Initially, the program was run with the following inputs:
- Agents: 0],1,2,2,3,4,5,[5,6
- Contributions: 10, 1, 20, 10, 0, 15, 10
- The result was 181.00492455253504.
- After that, the contribution of agent0 was increased by 20, resulting in the following inputs:
- Agents: 0],1,2,2,3,4,5,[5,6
- Contributions: 30, 1, 20, 10, 0, 15, 10
- The result was 260.00817423904067.
- The contribution of agent0 is now 60.
- Next, the contribution of agent0 was further increased by 60, resulting in the following inputs:
- Agents: 0],1,2,2,3,4,5,[5,6
- Contributions: 70, 1, 20, 10, 0, 15, 10
- The result was 373.6523781508997.
- Then, the contribution of agent1 was increased by 20, resulting in the following inputs:
- Agents: 0],1,2,2,3,4,5,[5,6
- Contributions: 10, 21, 20, 10, 0, 15, 10
- The result was 240.52043059751935.
- The contribution of agent1 is now 60.
- Finally, the contribution of agent1 was further increased by 60, resulting in the following inputs:
- Agents: 0],1,2,2,3,4,5,[5,6
- Contributions: 10, 61, 20, 10, 0, 15, 10
- The result was 323.2625116035878.