模拟退火算法 Resources

Showing items tagged with "模拟退火算法"

This code implements the Traveling Salesman Problem (TSP) solution using Simulated Annealing algorithm. The implementation includes temperature scheduling, neighbor solution generation through route perturbations, and probabilistic acceptance criteria. For detailed tutorial documentation, please refer to the included guide. Due to file size limitations, contact me at 1066146635@qq.com for high-resolution tutorial materials.

MATLAB 180 views Tagged

This paper introduces the fundamental principles and solution methodology of the simulated annealing algorithm, applies it to exponential curve fitting problems, implements the algorithm in MATLAB environment, and compares its performance with genetic algorithms and linear regression approaches documented in literature. Numerical simulation results demonstrate superior optimization capabilities for achieving optimal fitting.

MATLAB 256 views Tagged

MATLAB Simulated Annealing Algorithm Toolbox - A widely-used free international toolbox operating in MATLAB environment. Detailed usage instructions are included in the compressed package, featuring implementation of standard simulated annealing optimization procedures with customizable parameters and annealing schedules.

MATLAB 211 views Tagged

MCRGSA------Genetic Simulated Annealing Algorithm for Multicast Routing Problem %M-----------Number of evolutionary generations in genetic algorithm %N-----------Population size (must be even number) %Pm----------Mutation probability adjustment parameter %K-----------Number of state transitions at same temperature %t0----------Initial temperature parameter %alpha-------Temperature reduction coefficient %beta--------Concentration balance coefficient %ROUTES------Candidate path set %Num---------Number of candidate paths to each node %Cost--------Cost adjacency matrix for network topology %Source------Source node identifier %End---------Destination nodes vector

MATLAB 210 views Tagged