Skip to content
Failed

Changes

Summary

  1. Initial C4-GST Project Setup (details)
  2. fix depth and contest error (details)
  3. remove prints and add game over detection into kopplung (details)
  4. Fixed Depth offset for evaluation, reenabled time limited iterative deepening (details)
Commit 7196c2e45e47997c854f671257b202a9f2acd812 by david.wintjen
Initial C4-GST Project Setup

Added new Strategy-Projekt
Added module-info, exporting the StrategyFactory

!!!! temporarily removed problematic package  and plugins from Connect-four project !!!!
The file was removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/BenchmarkRunner.java
The file was addedipspiel23-connect-four-gststrategy/pom.xml
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTMoveStrategy.java
The file was modifiedipspiel23-connect-four/.classpath
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTKopplung.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/SimpleGSTEvaluation.java
The file was modifiedipspiel23-connect-four/pom.xml
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTMoveStrategyFactory.java
The file was removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/NegamaxMockBenchmark.java
The file was removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/C4BoardBenchmarks.java
The file was modifiedipspiel23-connect-four/src/main/java/module-info.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/module-info.java
Commit b4bff138e71b6b83ce62c440c879534ebbfee980 by jannis
fix depth and contest error
The file was modifiedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTKopplung.java
The file was modifiedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/domain/impl/validation/C4BoardLimits.java
Commit 9c84b6e746c0b2259222d4b61b4cd21c8001b5e4 by jannis
remove prints and add game over detection into kopplung
The file was modifiedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/domain/impl/C4State.java
The file was modifiedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/moves/impl/C4Move.java
The file was modifiedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTKopplung.java
The file was removedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/SimpleGSTEvaluation.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/SimpleC4GSTEvaluation.java
Commit 55ec368be6b80d9d9ff76d1f5a04aa2f1eb6ada7 by david.wintjen
Fixed Depth offset for evaluation, reenabled time limited iterative deepening
The file was modifiedipspiel23-connect-four/src/main/java/module-info.java
The file was modifiedipspiel23-generic-search-trees/src/main/java/de/fhdw/gaming/ipspiel23/gst/strategies/impl/GstKopplungNegaMax.java