# SPLSO **Repository Path**: mmmyq/SPLSO ## Basic Information - **Project Name**: SPLSO - **Description**: This project contains the code of SPLSO proposed in the paper: Qiang Yang, Wei-Neng Chen, Tianlong Gu, Huaxiang Zhang, Jeremiah D. Deng, Yun Li, and Jun Zhang. "Segment-based Predominant Learning Swarm Optimizer for Large Scale Optimization", IEEE Transactions on Cybernetics, vol. 47, no. 9, pp. 2896-2910, 2017. - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-02-22 - **Last Updated**: 2023-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This directory contains the main code of the proposed optimizer in the following paper: Qiang Yang, Wei-Neng Chen, Tianlong Gu, Huaxiang Zhang, Jeremiah D. Deng, Yun Li, and Jun Zhang. "Segment-based Predominant Learning Swarm Optimizer for Large Scale Optimization", IEEE Transactions on Cybernetics, vol. 47, no. 9, pp. 2896-2910, 2017. Before compiling and runing the code, the following notice should be paid attention to: 1) In the code, the random number generator in "boost" library is utilized. The used version of "boost" is "boost_1_46_1". Thus before compilng this code, please make sure that your computer have already installed this library. 2) The code is implemented on Ubuntu system. Generally, it can be adapted to any Linux system. 3) The main parameter settings are listed in "Self_Define_Functions.h"; There is no other parameter needed to set. So, after compiling, just directly run the executable file. 4) It is better to compile the code using "makefile". If you compile the code in some IDE, you should make sure the CEC'2010 benchmark set is contained in the project. This code is only for academic use and if you use this code, please cite the following paper: Qiang Yang, Wei-Neng Chen, Tianlong Gu, Huaxiang Zhang, Jeremiah D. Deng, Yun Li, and Jun Zhang. "Segment-based Predominant Learning Swarm Optimizer for Large Scale Optimization", IEEE Transactions on Cybernetics, vol. 47, no. 9, pp. 2896-2910, 2017. if you have any question, please contact Prof. Wei-Neng Chen(cwnraul634@aliyun.com) or Dr. Qiang Yang (mmmyq@126.com)