Add argparse4j dependency; remove Parameters class and update simulation argument handling

This commit is contained in:
2025-04-02 10:44:32 +02:00
parent 4b9c40f894
commit 719c6b353a
6 changed files with 79 additions and 274 deletions

View File

@@ -67,9 +67,6 @@ public final class NetExamples {
new double[] { 1 / (avg * 0.5), 1 / (avg * 1.5) },
new double[] { 0.5f, 0.5f });
System.out.println("Normal: " + normal.mean);
System.out.println("Uniform: " + uniform.min + " - " + uniform.max);
for (var spawn : spawnTotals) {
System.out.println("Spawn: " + spawn);
var nets = new Net[] {