Fix formatting in simulation parameter description in Main.java

This commit is contained in:
2025-02-12 14:42:51 +01:00
parent ffdb3021fd
commit 56db5cacea

View File

@@ -66,7 +66,7 @@ public class Main {
descriptions.put("end", "When the simulation should end. Format is [ClassName:param1,..,paramN];[..]");
descriptions.put("net", "The file net to use. Use example1.net or example2.net for the provided ones.");
descriptions.put("i", "The confidence indices to use for the simulation. If active then p is ignored."
+ "Format is [node:stat:confidence:relativeError];[..]");
+ " Format is \"[node:stat=confidence:relativeError];[..]\"");
var csvDesc = switch (program) {
case "simulation" -> "The filename for saving every run statistics.";