/** * * * 1: 可以组合多个算法 * 2: 第一次计算要缓存一下 * 3: 不买|打平|都不更换, 如果胜则切换,如果败 则滚动下一个 */ import { SuperMixConfig } from '../RuleConfig.type'; import { RuleTemplate } from '../RuleTemplate'; /** * 超组混合算法 */ export declare const SuperMixAlgorithm: RuleTemplate;