[distribution network reconfiguration] solving distribution network reconfiguration model based on particle swarm optimization matlab source code

1, Mathematical representation of fault information In the figure above, K represents the circuit breaker, and each circuit breaker has an FTU device, which can feed back whether the circuit breaker switch is overcurrent, which represents the uploaded fault information, and reflects whether the fault current flows at each section switch (if th ...

Added by keenlearner on Sun, 19 Dec 2021 12:44:06 +0200

[Face recognition] matlab source code for face recognition based on PCA+LDA

1. Introduction 1 PCA 1.1 Data Dimension Reduction The methods of dimension reduction include principal component analysis (PCA), factor analysis (FA), and independent component analysis (ICA). Principal Component Analysis: Find a vector to minimize the sum of projections from each sample to that vector. Factor analysis: Independent component ...

Added by lizzardnub on Sun, 19 Dec 2021 12:06:14 +0200

[multi objective optimization solution] particle swarm optimization algorithm for distribution network emergency repair optimization [Matlab 777]

1, Introduction to particle swarm optimization 1 concept of particle swarm optimization Particle swarm optimization (PSO) is an evolutionary computing technology, which originates from the research on the predation behavior of birds. The basic idea of particle swarm optimization algorithm is to find the optimal solution through the cooperation ...

Added by fotobleu on Sun, 19 Dec 2021 04:30:32 +0200

[optimal location] ant colony algorithm to solve the location optimization problem of electric vehicle charging station and exchange station [matlab phase 1182]

1, Introduction to ant colony algorithm 1 Overview An algorithm designed to simulate ant foraging behavior (shortest path principle). The foraging characteristics of ant groups are abstracted and transformed into mathematical description. • ant colony algorithm (ACA) was first proposed by Marco Dorigo in his doctoral thesis in 1992. &bu ...

Added by rdawson on Sat, 18 Dec 2021 02:13:10 +0200

[learning notes] matlab digital signal processing signal frequency domain analysis

The fourth chapter is the frequency domain analysis of the signal 4.1 General 4.1. 1 limitations of time domain analysis 4.1. 2 advantages of spectrum analysis It is convenient to analyze complex signalsStrong anti-interference abilityIt has clear physical meaning 4.2 periodic signal spectrum analysis 4.2. 1 Orthogonal Decompo ...

Added by iblackedout on Fri, 17 Dec 2021 07:38:06 +0200

[license plate recognition] license plate recognition based on BP neural network matlab source code, including GUI

I. Introduction 1 Overview BP (Back Propagation) neural network was proposed by the scientific research team headed by Rumelhart and McCelland in 1986. See their paper learning representations by Back Propagation errors published in Nature. BP neural network is a multilayer feedforward network trained by error back propagation algorithm. It i ...

Added by bumbar on Fri, 17 Dec 2021 03:50:41 +0200

[traffic sign recognition] Based on GUI SIFT traffic sign recognition [Matlab 864]

1, SIFT introduction SIFT, scale invariant feature transformation, is a description used in the field of image processing. This description has scale invariance and can detect key points in the image. It is a local feature descriptor. 1. Features of SIFT algorithm (1) It has good stability and invariance, can adapt to the changes of rotation, ...

Added by bslevin on Fri, 17 Dec 2021 01:09:39 +0200

[3D path planning] improved particle swarm filter UAV 3D path planning [matlab phase 1269]

1, Introduction to UAV 0 Introduction With the development of modern technology, there are more and more types of aircraft, and their applications are becoming more and more specific and perfect, such as Dajiang PS-X625 UAV specially used for plant protection, Baoji Xingyi aviation technology X8 UAV used for street view shooting and monitoring ...

Added by Snart on Thu, 16 Dec 2021 22:34:28 +0200

A simple third-party CNN self coding matlab toolbox

The handwriting database is used. The database has been integrated into the toolbox. Just use it directly. Show a part of the database. The goal is to train the database to achieve the purpose of recognition: Then, the database data is normalized and preprocessed. nnsetup establishes a network, in which many parameters will be in ...

Added by moleculo on Thu, 16 Dec 2021 11:41:18 +0200

[intelligent optimization algorithm] an improved simulated annealing algorithm for solving TSP problem

Tip: MATLAB code and experimental data are attached at the end of the article. I hope you can give your valuable suggestions after reading. Thank you first! preface It is suggested that the classical simulated annealing algorithm is an intelligent optimization algorithm with strong robustness, few setting parameters and high fault tole ...

Added by akufen on Thu, 09 Dec 2021 03:17:09 +0200