Преглед на файлове

Update GeneticAlgorithm_BoardWarSimulation.c

Rudy Boudewijn van Etten преди 4 години
родител
ревизия
272cd593c6
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      ai/GeneticAlgorithm_BoardWarSimulation.c

+ 4 - 1
ai/GeneticAlgorithm_BoardWarSimulation.c

@@ -22,7 +22,10 @@
 //
 
 // Better scoring could be done by storing the amount of move taken to take out x enemy units and capturing target.
-
+//
+// Building on this you might change the amount of units for each side. maybe mod the amount of goals to be captured.
+// In a real game you might use this to simulate if a war for a ai player would be doable in a certain tested setting like this.
+//
 
 #include "raylib.h"
 #include <math.h>