交叉 Resources

Showing items tagged with "交叉"

Various optimization problems including Traveling Salesman Problem (TSP), postal route planning, nut assembly line sequencing, and production scheduling can be formulated as TSP instances. This MATLAB implementation utilizes genetic algorithm to solve TSP, featuring complete sub-functions for fitness calculation, selection operators, crossover operations, and mutation mechanisms with detailed code-level descriptions.

MATLAB 223 views Tagged

Implementing a genetic algorithm to solve the knapsack problem, including population initialization, crossover operations, mutation strategies, and penalty functions, with detailed code implementation approaches for effective constraint handling.

MATLAB 207 views Tagged

Implementation of clustering analysis using genetic algorithms, including core functions such as fitness evaluation, selection operators, and crossover operations with Python/Matlab code architecture explanations.

MATLAB 227 views Tagged

A hybrid algorithm combining PSO and GA that performs crossover and mutation operations on poorly performing particles in the PSO framework.

MATLAB 257 views Tagged