Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep created repository PlexSheep/Rollator 2024-08-12 21:24:38 +02:00
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-07 22:13:09 +02:00
c8043dce34 Merge branch 'devel' into feat/naive
c7b068ef31 feat(bench): move benching to actual benches, primitively
7644970d1f docs(readme): make wordlist attributions clearer
813fff8647 automatic cargo CI changes
Compare 4 commits »
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 22:10:27 +02:00
c7b068ef31 feat(bench): move benching to actual benches, primitively
PlexSheep created branch feat/bench in PlexSheep/wordle-analyzer 2024-08-07 22:10:22 +02:00
PlexSheep pushed to feat/bench at PlexSheep/wordle-analyzer 2024-08-07 22:10:22 +02:00
c7b068ef31 feat(bench): move benching to actual benches, primitively
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 15:09:44 +02:00
7644970d1f docs(readme): make wordlist attributions clearer
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 15:08:39 +02:00
660a232c43 docs(readme): make wordlist attributions clearer
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 15:08:00 +02:00
288d157f25 docs(readme): make wordlist attributions clearer
PlexSheep pushed to master at PlexSheep/wordle-analyzer 2024-08-07 15:01:34 +02:00
0a59059873 test: remove predetermined tests, solver changes too often and there are better ways to test the solver
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-07 15:01:15 +02:00
58f6646c6e chore: add back a test wrongly removed in merge
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-07 15:00:42 +02:00
f63c3d0449 Merge branch 'devel' into feat/naive
0a59059873 test: remove predetermined tests, solver changes too often and there are better ways to test the solver
32034c9c07 fix: regression fixes and clippy findings
Compare 3 commits »
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 14:59:45 +02:00
0a59059873 test: remove predetermined tests, solver changes too often and there are better ways to test the solver
32034c9c07 fix: regression fixes and clippy findings
Compare 2 commits »
PlexSheep pushed tag v0.1.0-alpha.0 to PlexSheep/wordle-analyzer 2024-08-07 14:45:21 +02:00
PlexSheep released v0.1.0-alpha.0 at PlexSheep/wordle-analyzer 2024-08-07 14:45:21 +02:00
PlexSheep pushed to master at PlexSheep/wordle-analyzer 2024-08-07 14:44:59 +02:00
32034c9c07 fix: regression fixes and clippy findings
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-07 14:29:22 +02:00
530f51c9cc Merge branch 'devel' into feat/naive
c140264a0c chore: bump to first alpha version
38ae033798 WIP: try fix naive solver
Compare 3 commits »
PlexSheep pushed to devel at PlexSheep/wordle-analyzer 2024-08-07 14:29:01 +02:00
c140264a0c chore: bump to first alpha version
567d02d48b refactor(game): guess only needs a &Word
b6f639da67 Merge branch 'devel' into feat/naive
1b63e4d9cc fix(naive): make the naive solver work with a winrate of seemingly over 98%
d5cf04d89b fix(game): evaluation was not generated correctly in an edge case #18
Compare 16 commits »
PlexSheep pushed to master at PlexSheep/wordle-analyzer 2024-08-07 14:28:46 +02:00
c140264a0c chore: bump to first alpha version
567d02d48b refactor(game): guess only needs a &Word
b6f639da67 Merge branch 'devel' into feat/naive
2fcdc062c8 chore(wlist): make all wordlist json sources lowercase #20
1b63e4d9cc fix(naive): make the naive solver work with a winrate of seemingly over 98%
Compare 58 commits »
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-03 20:16:29 +02:00
38d484fb5e test(naive): test that the naive solver should win it's games
PlexSheep pushed to feat/naive at PlexSheep/wordle-analyzer 2024-08-03 20:07:18 +02:00
5f8c92de47 refactor(evaluation): fix yet another evaluation bug by refactoring