遗传算法 Resources

Showing items tagged with "遗传算法"

This MATLAB program implements a genetic algorithm (GA) specifically designed for solving nonlinear integer programming (NLIP) problems, featuring chromosome encoding, selection mechanisms, crossover operations, and mutation strategies tailored for integer constraints.

MATLAB 200 views Tagged

This MATLAB program implements a hybrid optimization approach combining Genetic Algorithm (GA) and Particle Swarm Optimization (PSO), featuring significantly improved optimization efficiency and robust avoidance of local optima through integrated evolutionary and swarm intelligence mechanisms.

MATLAB 193 views Tagged