Intelligent Algorithm

Total 4298 resources

Implements aircraft path planning through genetic algorithms, where main.py serves as the primary execution file, and ceshi_draw.py visualizes smooth trajectory curves with Bézier interpolation or spline fitting techniques.

MATLAB 192 views Premium

Handwritten power flow calculation program developed by a senior student at Nanchang University, previously used in coursework, capable of performing comprehensive electrical network analysis

MATLAB 219 views Premium

Dijkstra's algorithm employs breadth-first search to solve the single-source shortest path problem for weighted directed or undirected graphs, ultimately producing a shortest path tree. This algorithm is commonly used in routing protocols or as a sub

MATLAB 211 views Premium

Particle filter algorithm, state noise, observation noise, particle swarm size, updating weights for each particle in the swarm, weight normalization, resampling. Implementation includes handling noise models, weight calculation based on likelihood f

MATLAB 205 views Premium