优化 Resources

Showing items tagged with "优化"

The Artificial Fish Swarm Algorithm (AFSA) is one of the most effective swarm intelligence optimization algorithms, inspired by the collective movement and social behaviors of fish. This algorithm simulates a series of instinctive behaviors where fish naturally maintain their colonies, demonstrating emergent intelligent behavior. Key activities such as foraging, migration, and danger avoidance occur through social interactions within the group, leading to sophisticated collective intelligence. In code implementations, AFSA typically involves simulating fish movement through parameters like visual range, step size, and crowding factor to optimize problem solutions.

MATLAB 234 views Tagged

A complete MATLAB implementation of Particle Swarm Optimization (PSO) algorithm featuring swarm intelligence optimization with detailed code comments. This program includes parameter configuration options, fitness function customization, and visualization capabilities for convergence analysis.

MATLAB 243 views Tagged

This repository contains source code implementations of Differential Evolution algorithms. These programs feature powerful optimization capabilities suitable for various domains including engineering design, financial modeling, and large-scale network analysis.

MATLAB 221 views Tagged

Modeling nonlinear systems using 1500 datasets for network training and 500 datasets for testing. Since BP neural networks typically initialize weights and thresholds randomly, they often get trapped in local minima. This method employs genetic algorithm optimization for initial weights and thresholds, with comparative analysis of pre- and post-optimization performance. Implementation includes population initialization, fitness function design based on MSE, and chromosome encoding of network parameters.

MATLAB 240 views Tagged

Implementation of multi-population chain-agent genetic algorithm including optimized code and experimental benchmark results. This research-oriented implementation features parallel population evolution with inter-agent communication chains. Please provide feedback if utilized. Contact me for related academic papers on this optimization methodology.

MATLAB 220 views Tagged