From 64caa6492a66ff3da761cb3397302d706ca04c8f Mon Sep 17 00:00:00 2001 From: Leonie Gallois Date: Fri, 8 Jan 2021 15:21:31 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 501b4f5..d0e56c4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,15 @@ You can also test the 2 versions individually with any graph of your choice as l **[source]** is the id of the source in your graph (a number) **[sink]** is the id of the sink in your graph (a number) +remarks for improvement: + +- always work on integers rather than floats because of the round up than can lead to a huge ga between values +- biased choice : + reflect on people who choose only one option out of three, will they be advantaged or on the contrary, left behind + what do we want to achieve first, the maximum people or attribute the maximum first choices ? +- small random cost to everyone in order to avoid biased choice from one roud of attribution to another + + + +