From 81d620355bfe8e9202f046d5d9a319c96f31b0e4 Mon Sep 17 00:00:00 2001 From: Diogo Pratas <6882743+pratas@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:42:34 +0100 Subject: [PATCH] Update msg.c with model info --- src/msg.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/msg.c b/src/msg.c index 45fa558..da69a9a 100644 --- a/src/msg.c +++ b/src/msg.c @@ -5,14 +5,15 @@ void ModelsExplanation(void){ fprintf(stderr, " \n" - " -rm ::/:: reference model (-rm 1:10:0.9/0:0:0), \n" - " -rm ::/:: reference model (-rm 5:90:0.9/1:50:0.8),\n" + " -rm :::/:: reference model (-rm 1:10:1:0.9/0:0:0), \n" + " -rm :::/:: reference model (-rm 5:90:5:0.9/1:50:0.8),\n" " ... \n" - " -tm ::/:: target model (-tm 1:1:0.8/0:0:0), \n" - " -tm ::/:: target model (-tm 7:100:0.9/2:10:0.85), \n" + " -tm :::/:: target model (-tm 1:1:1:0.8/0:0:0), \n" + " -tm :::/:: target model (-tm 7:100:3:0.9/2:10:0.85), \n" " ... \n" " target and reference templates use for \n" - " context-order size, for alpha (1/), \n" + " context-order size, for alpha (1/), \n" + " for the cache-hash size [1;254] (RAM), \n" " for gamma (decayment forgetting factor) [0;1),\n" " to the maximum sets the allowed mutations,\n" " on the context without being discarded (for \n"