소스 검색

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>