lisebth
看不见附件的请注册下账号登录!!!
国际服下载 EN版本
卡号链接:https://shop107001075.taobao.com
HTML代码:
Lisbeth 5.102
- Several improvements to auto-craft for high end recipes. It should now HQ anything, as long as you have reasonable stats.
- As reference, I just completed a full Facet crafter and gatherer set starting with NQ base materials, with 2206/2161/623 stats, and had 10 or so leftover CP at the end.
- Merged the previous LowLevel, MiddleLevel, and Minuet strategies into a single Minuet strategy that works for levels 1 - 66.
- Auto-craft will use Minuet from level 1 until you get Prudent Touch and Manipulation. Once you get that, it'll use Serenade (better) instead.
- Auto-craft no longer uses Hasty Touch or Rapid Synthesis. I'll see if it's useful to include them after more testing.
- Auto-craft needs more testing for low level crafters, I haven't been able to do that much myself since all my crafters are 80.
- Added Beryllium Ore and Sandalwood Sap.
- Fixed an issue which would sometimes make it not use Reuse in auto-craft. It'll always use Reuse in auto-craft if possible now.
- Fixed an issue where it would not gather items that were unknown to your character.
- Fixed an issue where it might try to uncover unspoiled items.
- Added checkmarks to the Masterpiece options that denote the item is starred, so that Lisbeth will calculate reward yields correctly.
Auto-craft is now based on a Monte-Carlo tree search that pre-allocates a contiguous chunk of native memory to store its entire tree structure, thanks to C#'s new Span<T> and ref local structs! This means its faster since it causes no allocations while searching. It also lets my 10-core PC search hundreds of millions of nodes throughout the night at 100% CPU usage and 10GB of RAM, while saving the best solutions on the database. When users auto-craft, it does a smaller 100,000 node search in the server, but pre-populates the tree with the best usable sequence from the database for your stats, so its both flexible (reuse, condition procs) and gets consistent results. The database now has thousands of solutions for different stats and recipes. Still, it can't do the impossible; you need appropiate stats to HQ things.
NOTE: If you have low level crafters (below 66, or without Manipulation/Prudent Touch) let me know how the new auto-craft this version is doing.
评论