你需要
将拥有超过一万次计算的含模糊样板的合成配方,关闭模糊模式,选择一个明确的输入
体验单样板循环增殖和催化剂输入的新功能
及时报告BUG
模糊合成样板
支持模糊输入,而不是只使用一个库存最多的输入
支持自增(如果是模糊输入,会使用循环计算,最大循环一万次)
如果自增是非模糊输入,则是批量计算
处理样板
对于同一个输出的多个样板,会平均分配需求给他们,暂时不做模拟(与更新前行为一致)
样板支持催化剂输入,即3A+B->C+B,B会根据可设置的算子并行数智能提出需求
算子并行数可设置,但目前没写UI,默认为1(最小为1)
支持增殖配方,例如1A->3A,会根据并行数智能计算初始需求,并且生产型样板会被系统优先保供
# Differences between the new me algorithm and the original me algorithm, and migration guide
What you need
Close fuzzy mode for synthetic recipes with more than 10,000 calculations containing fuzzy samples, and select a clear input
Experience new features such as single-sample cycle multiplication and catalyst input
Report BUGs promptly
Fuzzy synthesis template
Supports fuzzy input instead of just using the most frequent input
Supports auto-increment (if it's fuzzy input, it will use iterative calculation, with a maximum of 10,000 iterations)
If auto-increment is not fuzzy input, it will perform batch calculation
Template Processing
For multiple templates of the same output, the demand will be evenly distributed among them, and simulation will not be performed for the time being (consistent with behavior before the update)
The template supports catalyst input, i.e., 3A+B->C+B, where B can smart request based on the set operator parallelism
Operator parallelism is configurable, but the UI hasn't been implemented yet; the default is 1 (minimum is 1)
Supports breeding recipes, such as 1A->3A, which intelligently calculates the initial demand based on parallelism, and production-type templates will be prioritized by the system for supply