3f199e2ac984a9bb.tex
1: \begin{abstract}
2: 
3: % 交叉和变异策略的选择对遗传算法的搜索能力、收敛速度和精度起着至关重要的作用。
4: % 本文通过改进简单遗传算法的交叉和变异环节,提出一种新的改进遗传算法,并且通过四种测试函数进行了验证。
5: % 仿真结果表明,与其他三种主流的群体智能优化算法对比,在相同的实验条件下,该算法不仅能提高全局搜索能力、收敛速度和精度,而且能提高收敛到最优值的成功率。
6: % 最后,将该算法应用于神经网络对抗攻击中。
7: % 结果表明,该方法不需要神经网络模型内部的结构和参数信息,通过神经网络输出的类别和置信度信息就能在很短的时间内获取置信度极高的对抗样本。
8: The choice of crossover and mutation strategies plays a crucial role in the searchability, convergence efficiency and precision of genetic algorithms.
9: In this paper, a novel improved genetic algorithm is proposed by improving the crossover and mutation operation of the simple genetic algorithm, and it is verified by four test functions.
10: Simulation results show that, compared with three other mainstream swarm intelligence optimization algorithms, the algorithm can not only improve the global search ability, convergence efficiency and precision, but also increase the success rate of convergence to the optimal value under the same experimental conditions. 
11: Finally, the algorithm is applied to neural network adversarial attacks.
12: The applied results show that the method does not need the structure and parameter information inside the neural network model, and it can obtain the adversarial samples with high confidence in a brief time just by the classification and confidence information output from the neural network.
13: 
14: \end{abstract}
15: