Particle swarm optimization (PSO) case of mathematical modeling intelligent optimization algorithm with Matlab code

Reading makes a full man, discussion makes a witty man, and notes make an accurate man. All learning becomes character. ————Bacon Particle swarm optimization theory In the process of bird predation, members of the flock can obtain the discovery and flight experience of other members through information exchange a ...

Posted by hyzdufan on Fri, 17 Sep 2021 14:15:32 +0200

[Layout optimization] Sparrow-based wireless sensor network (WSN) coverage optimization matlab source code

1. WSN Model 1.1 Motivation In recent years, with the development of distributed environment such as peer-to-peer network, cloud computing and grid computing, wireless sensor network (WSN) has been widely used.Is a new computing and network mode that can be defined as a network of tiny, small, expensive and highly intelligent devices called s ...

Posted by ghostrider1337 on Fri, 17 Sep 2021 06:38:56 +0200

Simulating pedestrian crossing zebra line matlab code based on Cellular Automata

1 algorithm Introduction 1.1 Introduction Complex Science In the 1980s, complex science was first proposed by the SantaFe school in the United States, which has attracted worldwide attention. At present, scientific research on complexity and complex systems occupies an increasingly important position, so that it is known by some scientists a ...

Posted by friedice on Thu, 16 Sep 2021 22:20:49 +0200

[optimization prediction] BP neural network prediction optimized by tianniu Xu algorithm [matlab phase 1316]

1, Introduction to longicorn whisker search algorithm 1. Definition of longicorn whisker search algorithm Beetle antennae search bas, also known as beetle search, is an efficient intelligent optimization algorithm proposed in 2017. Similar to intelligent optimization algorithms such as genetic algorithm, particle swarm optimization algorithm a ...

Posted by wkrauss on Thu, 16 Sep 2021 05:11:56 +0200

[optimization prediction] BP neural network prediction optimized by tianniu Xu algorithm [Matlab 1318]

1, Introduction to longicorn whisker search algorithm 1. Definition of longicorn whisker search algorithm Beetle antennae search bas, also known as beetle search, is an efficient intelligent optimization algorithm proposed in 2017. Similar to intelligent optimization algorithms such as genetic algorithm, particle swarm optimization algorithm a ...

Posted by volka on Wed, 15 Sep 2021 23:36:38 +0200

[Cellular Automata] Radical Strategy Cellular Automata Three-lane (no accessory roads, Software Park effects) Traffic flow model matlab source code

1. Introduction to Cellular Automata Development of 1-cell automata The original cellular automata was proposed by Von Neumann in the 1950s to mimic the self-replication of biological cells.But it has not been taken seriously by the academia. It was only after John Horton Conway of the University of Cambridge designed a computer game called &q ...

Posted by k.soule on Mon, 13 Sep 2021 18:45:27 +0200

Android - compare the version number size as an Android Developer

return -1; } } return 0; } else { return diff > 0 ? 1 : -1; } } ### [] (II) installation of apk /** Install APK @param context @param filePath */ public static void installApk(Context context, String filePath) { try { /** * provider * Handle the abnormal in ...

Posted by peytonrm on Wed, 08 Sep 2021 06:56:31 +0200

[Fruit detection] Fruit size detection based on morphology matlab source code contains GUI

1. Introduction Mathematical morphology operations can be divided into binary morphology and gray morphology, which is extended from binary morphology.Mathematical morphology has two basic operations, corrosion and expansion, which combine to form open and closed operations. Open operation means corrosion before expansion, close operation mean ...

Posted by mark103 on Tue, 07 Sep 2021 21:39:55 +0200

Kinematics and trajectory planning simulation of PUMA 560 based on Matlab

Kinematics analysis of PUMA560 Reference textbook: Cai Zixing, the third edition of Robotics PUMA560 modeling and simulation matlab code matlab Toolbox: robotics toolbox ① Download address http://petercorke.com/wordpress/toolboxes/robotics-toolbox Download the installation package (. zip) format, and copy the extracted folder &quot ...

Posted by wrong_move18 on Tue, 30 Jun 2020 08:33:44 +0200

Drawing parabolic tracks with matlab

Now that I have learned grammar and drawing functions, I will do a comprehensive exercise today. Preparatory knowledge: Physical knowledge of high school ball throwing The code is as follows: %Purpose: %This program calculates the distance traveled by a ball throw at a %specified angle "theta" and a spedified velocity "vo" from a %point,ignorin ...

Posted by Leppy on Tue, 02 Jun 2020 19:17:55 +0200