Commit Graph

94 Commits

Author SHA1 Message Date
Asriel Camora 7aa76846c6 Possible stackoverflow inlining fix 2024-03-14 00:50:46 -07:00
Asriel Camora 337d42fd6e Better solver progress colors & add recipenote solver progress 2024-02-23 01:20:46 -08:00
Asriel Camora 511d1964c7 Fix for not sanitizing actions when accessing the task result 2023-12-30 16:26:22 -08:00
Asriel Camora dfe014df34 Fix Observe action spamming 2023-12-14 18:46:10 -08:00
Asriel Camora 976df3cbae Implement synthhelper settings 2023-11-15 03:50:25 -08:00
Asriel Camora 1bdf4412c8 Use ref int instead of callback for progress 2023-11-14 02:50:36 -08:00
Asriel Camora 930cbcce25 Replace unused worker progress delegate 2023-11-14 02:24:28 -08:00
Asriel Camora 8f5f199682 Add solver progress bar 2023-11-14 02:21:04 -08:00
Asriel Camora 51e5f6e049 Remove focused actions and observe from action set (combos exist) 2023-11-14 00:44:39 -08:00
Asriel Camora 980613970c Add ability to set initialized sim state if needed 2023-11-13 23:15:18 -08:00
Asriel Camora b9c871f2b2 Remove redundant initial state in sims 2023-11-13 22:58:10 -08:00
Asriel Camora c8b963d051 Memory optimization stuff 2023-11-11 23:58:46 -08:00
Asriel Camora bddc977cd8 Benchmark .NET 8.0, as well 2023-11-11 23:01:12 -08:00
Asriel Camora 036cbb2fb4 Pass large structs byref instead 2023-11-11 22:44:25 -08:00
Asriel Camora 3edb156d97 ReadOnlySpan optimizations 2023-11-11 21:23:58 -08:00
Asriel Camora abc5dcf913 Update dependencies 2023-11-10 15:06:07 -08:00
Asriel Camora e07617f1c8 Remove tracing 2023-11-04 23:15:20 -07:00
Asriel Camora 3167b0db44 No more byregot for scoring >:c 2023-11-04 19:53:13 -07:00
Asriel Camora bfc8708fbd Update solver scoring; remove byregot adjustment 2023-11-04 19:40:31 -07:00
Asriel Camora 5bee39678c Fixed stepwise solver never finishing 2023-11-04 18:44:54 -07:00
Asriel Camora 269a7f9870 Optimize trace build, add trace sim code 2023-11-04 18:44:30 -07:00
Asriel Camora 4f953f2fa3 Add benchmarking and trace build config 2023-11-04 13:49:47 -07:00
Asriel Camora d08fedb247 Use fixed point arithmetic for progress/quality 2023-11-04 11:43:34 -07:00
Asriel Camora 2f727f76cd Move accepted actions to ActionSet 2023-11-04 11:01:15 -07:00
Asriel Camora ac109ae711 Fix ActionSet 2023-11-02 01:04:28 -07:00
Asriel Camora 439a174d34 Change ActionSet to use pragmas 2023-11-01 22:01:11 -07:00
Asriel Camora 234eb3a7ab 1.9.0.0 (Testing) Release 2023-10-17 03:36:31 -07:00
Asriel Camora 1da2acc5c5 Finish crafting log helper window 2023-10-10 18:38:01 -07:00
Asriel Camora 9a924c8049 Ignore if semaphore is used after task is cancelled 2023-10-10 18:18:22 -07:00
Asriel Camora f8f876d5f4 Implement macro scoring and suggesting 2023-10-10 01:40:52 -07:00
Asriel Camora 7327a1a844 Add MaxThreadCount default 2023-10-10 00:39:38 -07:00
Asriel Camora bdabbbdafa API9 updates 2023-10-10 00:39:23 -07:00
Asriel Camora 6bfff06ac4 Implement max thread count setting using semaphores 2023-10-02 23:02:11 -07:00
Asriel Camora 42a1bc1117 Use TPL when solving with all algorithms 2023-10-02 22:28:12 -07:00
Asriel Camora c0f579f23b Split solver into MCTS and algorithms 2023-10-02 13:07:06 -07:00
Asriel Camora e6081f5e60 Remove crafty namespace from solver 2023-10-02 12:16:43 -07:00
Asriel Camora cfb5c53f3b Make crafting log ui nicer, remove redundant code 2023-10-02 12:16:01 -07:00
Asriel Camora 08c5324b34 Code formatting fixes 2023-07-23 06:05:04 +04:00
Asriel Camora c344815e50 Moved algorithm into SolverConfig, multi configuration support 2023-07-23 02:28:18 +04:00
Asriel Camora 8c73796b75 Solver token handling fixes, formatting tweaks 2023-07-21 15:51:52 +04:00
Asriel Camora cb9dcb358f Yet more ui tweaks 2023-07-16 00:09:37 +04:00
Asriel Camora 1cc83ca959 Minor ui tweaks 2023-07-16 00:01:19 +04:00
Asriel Camora 23dd60bb34 Make combo actions much more clear 2023-07-14 23:45:07 +04:00
Asriel Camora 9a245aa9ad Minor solver refactoring 2023-07-13 21:22:39 +02:00
Asriel Camora df72386f19 Fix edge case exceptions when input simulation is invalid 2023-07-13 13:02:39 +02:00
Asriel Camora 9a75542e4b Tweak byregot scoring system, add bonuses to config 2023-07-13 12:27:45 +02:00
Asriel Camora 7787ae32d5 Combo actions for better macro quality 2023-07-13 12:08:17 +02:00
Asriel Camora 49b84e966e Keep iterating until a completed craft is found or is impossible 2023-07-10 21:00:57 +02:00
Asriel Camora a9541e2e1d Add furcated actions (better results than single thread & faster!) 2023-07-09 08:59:39 +02:00
Asriel Camora 2e2db97ca7 More heuristic improvements 2023-07-08 14:38:35 +02:00