X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp.cc;h=c1387d94d28674c91b029435b94231ba15013e8b;hb=852417aae1e0f64716fa49499176e300ab84d66f;hp=899c73d0188f486a1c73973c8cb85aae4700d076;hpb=24d311902f1367ea7de57ce8f737c12934234577;p=mtp.git diff --git a/mtp.cc b/mtp.cc index 899c73d..c1387d9 100644 --- a/mtp.cc +++ b/mtp.cc @@ -55,7 +55,7 @@ int main(int argc, char **argv) { // We generate synthetic detection scores at location // nb_locations/2, with 5% false detection (FP or FN) - scalar_t flip_noise = 0.01; + scalar_t flip_noise = 0.05; scalar_t score_noise = 0.0; for(int t = 0; t < nb_time_steps; t++) {