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. small changes on NegaMax implementation for debugging (details)
  5. add .project file (details)
  6. Fixed Depth offset for evaluation, reenabled time limited iterative deepening (details)
  7. Added  Tests for C4GSTStrategy (details)
  8. add gst Multithreading Strategy (details)
  9. Added After-Merge fixes. (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 modifiedipspiel23-connect-four/.classpath
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTMoveStrategy.java
The file was removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/BenchmarkRunner.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTMoveStrategyFactory.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 removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/NegamaxMockBenchmark.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/module-info.java
The file was modifiedipspiel23-connect-four/src/main/java/module-info.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTKopplung.java
The file was removedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/benchmarks/C4BoardBenchmarks.java
The file was addedipspiel23-connect-four-gststrategy/pom.xml
Commit b4bff138e71b6b83ce62c440c879534ebbfee980 by jannis
fix depth and contest error
The file was modifiedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/domain/impl/validation/C4BoardLimits.java
The file was modifiedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTKopplung.java
Commit 9c84b6e746c0b2259222d4b61b4cd21c8001b5e4 by jannis
remove prints and add game over detection into kopplung
The file was removedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/SimpleGSTEvaluation.java
The file was modifiedipspiel23-connect-four/src/main/java/de/fhdw/gaming/ipspiel23/c4/domain/impl/C4State.java
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/moves/impl/C4Move.java
The file was addedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/SimpleC4GSTEvaluation.java
Commit d20b7c16bbdca5a4ce76eea2625c0f81c7d1c737 by jannis
small changes on NegaMax implementation for debugging
The file was modifiedipspiel23-generic-search-trees/src/main/java/de/fhdw/gaming/ipspiel23/gst/strategies/impl/GstKopplungNegaMax.java
Commit cce602aaba91e26f798577c99c893181533b798b by jannis
add .project file
The file was addedipspiel23-generic-search-trees/.project
The file was modifiedipspiel23-generic-search-trees/.gitignore
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
Commit 08a499d4ee3fd6cc7ffc01f3ec90f910df831f61 by david.wintjen
Added  Tests for C4GSTStrategy
The file was addedipspiel23-connect-four-gststrategy/src/test/java/C4GSTStrategyTest.java
Commit 1ee1593024e0bcab565d6ac7d0f86c110d18c513 by jannis
add gst Multithreading Strategy
The file was addedipspiel23-generic-search-trees/src/main/java/de/fhdw/gaming/ipspiel23/gst/strategies/impl/GstKopplungNegaMaxMultithreading.java
The file was modifiedipspiel23-connect-four-gststrategy/src/main/java/de/fhdw/gaming/ipspiel23/c4/gststrategy/C4GSTMoveStrategy.java
Commit a38c966d029401a28b56798b3b2a6f10f7aaa853 by david.wintjen
Added After-Merge fixes.
The file was modifiedipspiel23-generic-search-trees/src/main/java/de/fhdw/gaming/ipspiel23/gst/strategies/impl/GstKopplungNegaMax.java
The file was modifiedipspiel23-generic-search-trees/src/main/java/de/fhdw/gaming/ipspiel23/gst/strategies/impl/GstKopplungNegaMaxMultithreading.java