在AutoConcede.cs文件中找到以下代码html
private List<int> _winList = new List<int> {0, 2, 4, 6, 8};算法
如今的算法是,用对战局数除以10,而后获得余数。spa
经过余数匹配来控制胜率(须要注意的是,10,20除以10,取余数是0)。code
10场对战中,只有第6,8,10场对战正常打,其余对战所有投降。htm
private List<int> _winList = new List<int> {0, 6, 8};
private List<int> _winList = new List<int> {0, 1, 2, 4, 6, 8};
private List<int> _winList = new List<int> {0, 2, 4, 6, 8};
private List<int> _winList = new List<int> {2, 4, 6};