Changes
#89 (May 26, 2024, 12:07:17 AM)
- added comments — sebastian.woltmann / detail
- added temporary multithreading for initial minimax branch structure — sebastian.woltmann / detail
- completely re-implemented evaluate, removed multithreading from minimax — sebastian.woltmann / detail
- better than randomStrategy!! — sebastian.woltmann / detail
- removed debug comments, added comments — sebastian.woltmann / detail
- added: minimax termination once end of game — sebastian.woltmann / detail
- Added test cases, fixed various comment spelling errors — lennart.dumann / detail
#86 (May 6, 2024, 2:02:07 PM)
- revert e0e81b4d6731b76b22fb503a37f755704d101552 — sebastian.woltmann / detail
#85 (May 6, 2024, 1:47:10 PM)
- added ipspiel24-minimax — admin / detail
- up to date to main — admin / detail
- whatever its just on this branch — admin / detail
- changed to minimax, added minimax module in pom and moduleinfo — admin / detail
- added minimax now inside of the tictactoe strategy — admin / detail
- removed ipspiel-minimax folder — admin / detail
- Added (not working) generic minimax — admin / detail
- still not working — admin / detail
- removed old reundundant class — admin / detail
- still Errors with illegal cast but bound mismatch error is taken care of — admin / detail
- temp commit fuer flo — admin / detail
- working if minimax is X somehow (probably dark magic) — admin / detail
#83 (Apr 30, 2024, 5:52:16 PM)
- added ipspiel24-minimax — Christoph Schulz / detail
- up to date to main — Christoph Schulz / detail
- whatever its just on this branch — Christoph Schulz / detail
- changed to minimax, added minimax module in pom and moduleinfo — Christoph Schulz / detail
- added minimax now inside of the tictactoe strategy — Christoph Schulz / detail
- removed ipspiel-minimax folder — Christoph Schulz / detail
- Added (not working) generic minimax — Christoph Schulz / detail
- still not working — Christoph Schulz / detail
- removed old reundundant class — Christoph Schulz / detail
- still Errors with illegal cast but bound mismatch error is taken care of — Christoph Schulz / detail
- temp commit fuer flo — Christoph Schulz / detail
- working if minimax is X somehow (probably dark magic) — Christoph Schulz / detail
- ipspiel24-minimax: placebo test case deleted — Christoph Schulz / detail
- ipspiel24-minimax: pom.xml corrected — Christoph Schulz / detail
- ipspiel24-minimax: pom.xml completed, Checkstyle and SpotBugs enabled — Christoph Schulz / detail
- ipspiel24-minimax: added TODOs for missing comments — Christoph Schulz / detail
- ipspiel24-minimax: don't negate Integer.MIN_VALUE as this doesn't work — Christoph Schulz / detail