Commit graph

126 commits

Author SHA1 Message Date
PlexSheep
ad9b0197c8 automatic cargo CI changes 2025-03-03 10:42:42 +00:00
PlexSheep
2c5ebf25a3 automatic cargo CI changes 2024-08-07 13:04:38 +00:00
32034c9c07 fix: regression fixes and clippy findings 2024-08-07 14:44:56 +02:00
567d02d48b refactor(game): guess only needs a &Word 2024-08-02 17:37:36 +02:00
1b63e4d9cc fix(naive): make the naive solver work with a winrate of seemingly over 98% 2024-08-02 16:58:42 +02:00
d5cf04d89b fix(game): evaluation was not generated correctly in an edge case 2024-08-02 16:22:03 +02:00
3c44760a2c feat(naive): make it almost work 2024-08-02 16:13:41 +02:00
f511e158cd feat(naive): state building from responses works 2024-08-02 15:33:41 +02:00
29ec8bf219 docs(game): make it clear what some parameters and methods do 2024-08-02 15:12:07 +02:00
3cd20d775e feat(naive): start moving to state machine for solver internals 2024-08-02 15:11:46 +02:00
714aac0d86 feat(naive): try to fix naive solver screwing up in less than 1% of cases WIP 2024-08-01 17:25:36 +02:00
c76c1d2d78 refactor(evaluation): add some public methods and trait impls 2024-08-01 15:46:05 +02:00
845fd73040 fix(naive): improve found character indexing 2024-07-31 11:00:45 +02:00
4b7e9433b9 feat(naive): don't repeat the same char on the same index, unless it is matched 2024-07-31 10:51:14 +02:00
970c1be143 fix(bench): use the n defined by cli 2024-07-31 10:25:03 +02:00
6f72fda4ff feat(naive): don't reuse bad chars 2024-07-31 10:16:51 +02:00
1b354299d4 fix(naive): don't hardcode pattern length 2024-07-31 09:34:18 +02:00
cbce9341e7 feat(wordlist): allow selection of wl in cli 2024-07-25 17:44:02 +02:00
cscherrNT
e84c697a9e automatic cargo CI changes 2024-07-25 15:38:31 +00:00
8a2d553a8f Merge branch 'devel' of https://git.cscherr.de/PlexSheep/wordle-analyzer into devel 2024-07-25 17:36:38 +02:00
47c2c9e892 refactor(wordlist): filter out all words not of specified length 2024-07-25 17:36:35 +02:00
cscherrNT
f2876b4204 automatic cargo CI changes 2024-07-25 15:08:52 +00:00
8f96f6662a Merge branch 'devel' of https://git.cscherr.de/PlexSheep/wordle-analyzer into devel 2024-07-25 17:06:58 +02:00
06a21bcef7 refactor(error): change where some error types are in the error tree 2024-07-25 17:06:57 +02:00
cscherrNT
9e7acec701 automatic cargo CI changes 2024-07-25 15:04:02 +00:00
9ea3577a3b feat(german): allow loading any wordlist file, bundle english and german 2024-07-25 17:02:09 +02:00
740f2fbdc1 feat(solve): new and undo 2024-07-25 15:17:54 +02:00
cscherrNT
3800b9068b automatic cargo CI changes 2024-07-25 12:50:09 +00:00
18a5125028 fix(evaluation): evaluation did not get built from string correctly 2024-07-25 14:48:16 +02:00
713a661cc5 refactor: improve error handling 2024-07-25 13:24:56 +02:00
87a41d6603 chore: fix warning 2024-07-24 12:03:14 +02:00
0c90f874b3 test: add test to check manual guessing 2024-07-24 11:58:03 +02:00
cscherrNT
1d839e14ac automatic cargo CI changes 2024-07-23 09:29:15 +00:00
40e2f4d387 Merge branch 'feat/interactive-solver' of https://git.cscherr.de/PlexSheep/wordle-analyzer into feat/interactive-solver 2024-07-23 11:27:30 +02:00
b159cb4439 refactor: remove ManyWordData ad ManyWords and so on, useless type aliases 2024-07-23 11:27:24 +02:00
cscherrNT
226ad3ea6e automatic cargo CI changes 2024-07-23 09:25:12 +00:00
0c4adba682 test(solve): add test cases for naive and stupid solver 2024-07-23 11:23:17 +02:00
d9d84f8a11 feat(solve): add wl commands for show and top words 2024-07-23 11:22:12 +02:00
70711ad334 refactor(solver): debugging interactive 2024-07-22 16:52:08 +02:00
e4431ca688 chore: allow missing docs
the project is not nearly at a state where thats a real problem
2024-07-22 16:40:27 +02:00
610b404ab7 fix(game): fix and 2024-07-22 16:34:35 +02:00
f0afcbe252 chore: add fixme comment for 2024-07-22 16:19:56 +02:00
42323410f5 feat(solver): show the gamestate 2024-07-22 16:06:41 +02:00
f1a12e9a13 Merge branch 'feat/interactive-solver' of https://git.cscherr.de/PlexSheep/wordle-analyzer into feat/interactive-solver 2024-07-22 15:15:07 +02:00
0b83b26b20 feat(solver): interactive input of responses 2024-07-22 15:15:05 +02:00
cscherrNT
79715e5374 automatic cargo CI changes 2024-07-22 12:56:07 +00:00
36347d1661 refactor(evaluation): move evaluation to a new module 2024-07-22 14:54:22 +02:00
cscherrNT
8a48498182 automatic cargo CI changes 2024-07-22 12:49:03 +00:00
1f8b85a152 refactor: game without solution seems to become possible? 2024-07-22 14:47:11 +02:00
e9a2223fc0 Merge branch 'feat/interactive-solver' of https://git.cscherr.de/PlexSheep/wordle-analyzer into feat/interactive-solver 2024-07-22 14:12:19 +02:00