Skip to content

Changes

#89 (May 26, 2024, 12:07:17 AM)

  1. added comments — sebastian.woltmann / detail
  2. added temporary multithreading for initial minimax branch structure — sebastian.woltmann / detail
  3. completely re-implemented evaluate, removed multithreading from minimax — sebastian.woltmann / detail
  4. better than randomStrategy!! — sebastian.woltmann / detail
  5. removed debug comments, added comments — sebastian.woltmann / detail
  6. added: minimax termination once end of game — sebastian.woltmann / detail
  7. Added test cases, fixed various comment spelling errors — lennart.dumann / detail

#86 (May 6, 2024, 2:02:07 PM)

  1. revert e0e81b4d6731b76b22fb503a37f755704d101552 — sebastian.woltmann / detail

#85 (May 6, 2024, 1:47:10 PM)

  1. added ipspiel24-minimax — admin / detail
  2. up to date to main — admin / detail
  3. whatever its just on this branch — admin / detail
  4. changed to minimax, added minimax module in pom and moduleinfo — admin / detail
  5. added minimax now inside of the tictactoe strategy — admin / detail
  6. removed ipspiel-minimax folder — admin / detail
  7. Added (not working) generic minimax — admin / detail
  8. still not working — admin / detail
  9. removed old reundundant class — admin / detail
  10. still Errors with illegal cast but bound mismatch error is taken care of — admin / detail
  11. temp commit fuer flo — admin / detail
  12. working if minimax is X somehow (probably dark magic) — admin / detail

#83 (Apr 30, 2024, 5:52:16 PM)

  1. added ipspiel24-minimax — Christoph Schulz / detail
  2. up to date to main — Christoph Schulz / detail
  3. whatever its just on this branch — Christoph Schulz / detail
  4. changed to minimax, added minimax module in pom and moduleinfo — Christoph Schulz / detail
  5. added minimax now inside of the tictactoe strategy — Christoph Schulz / detail
  6. removed ipspiel-minimax folder — Christoph Schulz / detail
  7. Added (not working) generic minimax — Christoph Schulz / detail
  8. still not working — Christoph Schulz / detail
  9. removed old reundundant class — Christoph Schulz / detail
  10. still Errors with illegal cast but bound mismatch error is taken care of — Christoph Schulz / detail
  11. temp commit fuer flo — Christoph Schulz / detail
  12. working if minimax is X somehow (probably dark magic) — Christoph Schulz / detail
  13. ipspiel24-minimax: placebo test case deleted — Christoph Schulz / detail
  14. ipspiel24-minimax: pom.xml corrected — Christoph Schulz / detail
  15. ipspiel24-minimax: pom.xml completed, Checkstyle and SpotBugs enabled — Christoph Schulz / detail
  16. ipspiel24-minimax: added TODOs for missing comments — Christoph Schulz / detail
  17. ipspiel24-minimax: don't negate Integer.MIN_VALUE as this doesn't work — Christoph Schulz / detail