# PTLSO **Repository Path**: mmmyq/ptlso ## Basic Information - **Project Name**: PTLSO - **Description**: Source code of PTLSO - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PTLSO This directory contains the main code of the proposed optimizer in the following paper: Li-Ting Xu, Qiang Yang, Jian-Yu Li, Pei-Lan Xu, Xin Lin, Xu-Dong Gao, Zhen-Yu Lu, Jun Zhang. "A probabilistic tournament learning swarm optimizer for large-scale optimization", Information Sciences, vol. 714, p. 122189, 2025. Before compiling and running the code, the following notice should be paid attention to: In the code, the random number generator in "boost" library is utilized. The used version of "boost" is "boost_1_46_1". Thus before compiling this code, please make sure that your computer has already installed this library. The code is implemented on the Ubuntu system. Generally, it can be adapted to any Linux system. The main parameter settings are listed in "Header.h"; There is no other parameter needed to set. So, after compiling, just directly run the executable file. 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: Li-Ting Xu, Qiang Yang, Jian-Yu Li, Pei-Lan Xu, Xin Lin, Xu-Dong Gao, Zhen-Yu Lu, Jun Zhang. "A probabilistic tournament learning swarm optimizer for large-scale optimization", Information Sciences, vol. 714, p. 122189, 2025. if you have any question, please contact Dr. Qiang Yang (mmmyq@126.com) If you cannot understand Chinese, you can click the "English" button in the right bottom of this page (简 体 / 繁 體 / English) to transform this page into English Version.