Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (12)
Particle swarm optimization
no vote
The multi-objective optimization algorithm based on particle swarm optimization is based on Pareto optimal solution discussion. Genetic algorithm has made notes. The following introduces the related concepts of Pareto optimal solution. This paper is a reading note based on references. ...
海宏(HH)
2020-01-15
0
1
Particle swarm optimization
no vote
The label should be as short as possible and should not contain other punctuation marks. If there is a code fragment in the source code description, please click the "insert program code" button in the editor to insert the code and select the corresponding programming language, so that the code fragment is correctly grammaticalized. After the code is uploaded, the audit will be completed within 24 hours. After the audit is passed, you will be notified by email.
海宏(HH)
2020-01-15
0
1
Matlab code for Pareto
no vote
Pareto optimal solutions (Pareto efficiency) is an ideal State, assumes that inherent in a group of people and resources that can be allocated, the change from one assignment to another, in the absence of any situation of premise, make at least one change for the better. Pareto optimal States are no longer have more leeway, in other words, Pareto improvement is to achieve Pareto optimality of the paths and methods. Pareto optimum is between fairness and efficiency of the "ideal".
海宏(HH)
2017-03-11
3
1
Particle Swarm
no vote
The purpose of penalty function is constrained problem into an unconstrained problem. Particle Swarm are limited in the scope of conditions within the cluster, namely searching in the range of feasible solutions.
海宏(HH)
2016-11-23
0
1
Particle swarm optimization 2
no vote
PSO algorithm is to simulate the process of a group of birds looking for food. Each bird is a particle in PSO, which is the possible solution of the problem we need to solve. In the process of looking for food, these birds keep changing their position and speed in the air. You can also observe that in the process of searching for food, the birds are scattered at first, and gradually they gather into a group, which goes from high to low, from left to right, until they finally find food. This process turns into a mathematical problem
海宏(HH)
2016-11-15
0
1
Program code
no vote
NSGA -II is one of the most popular multi-objective evolutionary algorithms, and it reduces the complexity of non-dominated sorting genetic algorithm, running fast, advantage of the convergence of the solution set, become a benchmark for other multiobjective optimization algorithms. NSG..
海宏(HH)
2016-11-14
0
1
Multi-objective
no vote
Multi-objective Particle Swarm algorithm simulations of social behavior in animals, the process of finding an optimal design points compared to the foraging activity of these organisms. In other words, these examples in the design space to find the best location, an example of the best locations and along the current speed and inertia is used to determine the next adjacent element in the direction of the position of the particle.
海宏(HH)
2016-11-13
1
1
Take a stopwatch
4.0
Multi-objective Particle Swarm Optimization Matlab code. Multi-objective Particle Swarm algorithm simulations of social behavior in animals, the process of finding an optimal design points compared to the foraging activity of these organisms. In other words, these examples looking for the best position in the design space, one of the best examples and along the direction of the current speed and inertia of zero elements are used to determine the position of the next particle
海宏(HH)
2016-11-13
0
1
PSO
no vote
Optimal design theory is presented for the first time with the electronic computer technology, extensive application of finite element method and mathematical induction and development of engineering structural optimization of rapid development, and gradually become a foreign subject.
海宏(HH)
2016-11-12
0
1
Matlab code
no vote
So-called agency model refers to not reduce the accuracy of the structural calculation of a small, short period, but results or physical experiment mathematical model for numerical analysis. It is the use of response response value for a class of model to predict the location point.
海宏(HH)
2016-11-11
0
1
View More