# TLDE **Repository Path**: mmmyq/tlde ## Basic Information - **Project Name**: TLDE - **Description**: Source code of TLDE - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-12 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #TLDE This directory contains the main code of the proposed optimizer in the following paper: Guang-Chuan Ma, Qiang Yang, Jian-Yu Li, Hong Zhao, Xu-Dong Gao, Zhen-Yu Lu, and Jun Zhang. "Tuple Leading Differential Evolution for Black-Box Optimization", Expert Systems with Applications. 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_80_0". 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 "Self_Define_Functions.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'2017 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: Guang-Chuan Ma, Qiang Yang, Jian-Yu Li, Hong Zhao, Xu-Dong Gao, Zhen-Yu Lu, and Jun Zhang. "Tuple Leading Differential Evolution for Black-Box Optimization", Expert Systems with Applications. 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.