Location:
Search - pso constraints
Search list
Description: 粒子群算法的matab程序
可以求解带非线性约束的优化问题-a pso code which can slove optimization problems with nonlinear constraints.
Platform: |
Size: 26624 |
Author: yxl |
Hits:
Description: 多目标优化
相对传统多目标优化方法, PSO在求解多目标问题上具有很大优势。首先, PSO的高效搜索能力有利于得到多目标意义下的最优解 其次, PSO通过代表整个解集的种群按内在的并行方式同时搜索多个非劣解,因此容易搜索到多个Pareto 最优解 再则, PSO的通用性使其适合于处理所有类型的目标函数和约束 另外, PSO 很容易与传统方法相结合,进而提出解决特定问题的高效方法。就PSO 本身而言,为了更好地解决多目标优化问题,必须解决全局最优粒子和个体最优粒子的选择问题-Compared with the traditional multi-objective optimization of multi-objective optimization method, PSO in solving multi-objective problem has a great advantage. First, PSO is conducive to the efficient search capabilities are more objective sense of the optimal solution Secondly, PSO representative of the entire solution set through the population by way of the inherent parallel search multiple non-inferior solution, and this can easily search for the most number of Pareto optimal solution Furthermore, PSO' s versatility make it suitable for handling all types of objective function and constraints addition, PSO is easy to integrate with the traditional method, and then propose an efficient way to solve specific problems. The PSO itself, in order to better address the multi-objective optimization problems, the need to address the global best particle and the individual selection of the optimal particle
Platform: |
Size: 1024 |
Author: 杨科 |
Hits:
Description: pso 的实现 应用了c#进行编程 还含有带约束的MATLAB的pso-pso implementation of the application of c# programming with constraints also contains MATLAB-pso
Platform: |
Size: 393216 |
Author: 季晨 |
Hits:
Description: 利用PSO算法用Excel下的VBA程序调试的一个带多个约束条件的VBA代码。-PSO algorithm in Excel using VBA program under a debugger with multiple constraints VBA code.
Platform: |
Size: 40960 |
Author: 登登 |
Hits:
Description: 利用PSO算法用Excel下的VBA程序调试的一个带多个约束条件的VBA代码。-PSO algorithm in Excel using VBA program under a debugger with multiple constraints VBA code.
Platform: |
Size: 25600 |
Author: 登登 |
Hits:
Description: matlab算法实现带约束条件的粒子群算法(pso),内含详细注释。-Matlab algorithm with constraints on particle swarm optimization (pso), contains detailed notes.
Platform: |
Size: 2048 |
Author: 李帅 |
Hits:
Description: 多目标粒子群算法,最优的解决方案,使用一个外部文件管理,拥塞机制筛选,灰色设计验过滤。-Multi-objective particle swarm algorithm, the optimal solution using an external file management, congestion mechanism screening, gray design posteriori filtering.
Platform: |
Size: 25600 |
Author: 方涛涛 |
Hits:
Description: 无约束条件的粒子群优化算法代码,简单实用!-No constraints PSO algorithm code, simple and practical!
Platform: |
Size: 1024 |
Author: 游岚斌 |
Hits:
Description: 粒子群优化工具箱,采用Matlab编写的PSO程序工具箱-Development Notes for psopt toolbox
Future plans (in no particular order):
* Performance improvement: Automatically check for existence of constraints, skip boundary-checking if unconstrained.
* Performance improvement: Automatically vectorize fitness functions supplied by user, if not already vectorized.
* Performance improvement: Detect and eliminate dependent (i.e. redundant) linear constraints.
* Performance improvement: Automatically choose "penalize" versus "soft" constraint handling method based on type of constraints in problem. If any equality constraints exist, using "penalize", otherwise default to "soft". If "soft", automatically switch to "penalize" if more than a given percentage of particles (initial or interim) are infeasible.
* Feature: An output function defined by options.OutputFcns that can save current swarm state in a file which can be reloaded later as a problem structure, in case of a system crash.
* Feature: Implement multiobjective optimization option
Platform: |
Size: 44032 |
Author: 张绍良 |
Hits:
Description: Parsopoulos等采用罚函数法,利用非固定多段映射函数对约束优化问题进行转化,再利用PSO算法求解转化后问题,仿真结果显示PSO算法相对遗传算法更具有优越性,但其罚函数的设计过于复杂,不利于求解;Hu等采用可行解保留政策处理约束,即一方面更新存储中所有粒子时仅保留可行解,另一方面在初始化阶段所有粒子均从可行解空间取值,然而初始可行解空间对于许多问题是很难确定的;Ray等提出了具有多层信息共享策略的粒子群原理来处理约束,根据约束矩阵采用多层Pareto排序机制来产生优良粒子,进而用一些优良的粒子来决定其余个体的搜索方向。
-Parsopoulos etc. penalty function method, the use of non-fixed multi-stage mapping function constrained optimization problem for transformation, reuse PSO algorithm for solving the problem after the conversion, the simulation results show that the relative genetic algorithm PSO algorithm has more advantages, but its design is too complicated penalty function is not conducive to solving Hu retention policies such as the use of feasible solutions processing constraints, on the one hand to retain only feasible solution when updating the store all particles, on the other hand all the particles are in the initialization phase values from the feasible solution space, however, the initial feasible solution space For many the problem is difficult to determine Ray and put forward the principle of a multi-layer particle swarm information sharing strategies to deal with constraints, according to the constraint matrix using multi Pareto superior sorting mechanism to generate partic
Platform: |
Size: 2048 |
Author: 朱坤鸿 |
Hits:
Description: 针对单级多资源约束生产批量计划问题,提出了基于量子粒子群算法求解该问题的方法。此算法将量子强大的领域搜索能力和基本粒子群算法(PSO)通过跟踪极值更新粒子的功能-On a single stage production lot-sizing problem of resource constraints, based on quantum particle swarm algorithm is proposed to solve the problem.The algorithm to the field of quantum powerful search ability and basic particle swarm optimization (PSO) through the tracking function of extremum updating particles
Platform: |
Size: 2048 |
Author: 张亿 |
Hits:
Description: 粒子群算法,可以计算含非线性不等式约束和等式约束的优化问题。-PSO algorithm can be calculated with nonlinear inequality constrained optimization problems and equality constraints.
Platform: |
Size: 37888 |
Author: chenshen |
Hits:
Description: 粒子群算法,包括主函数,目标函数,约束条件等。可用于多目标函数的处理。(Particle swarm optimization algorithm, including the main function, objective function, constraints and so on. Can be used to deal with multiple objective functions.)
Platform: |
Size: 4096 |
Author: hudequanofficial
|
Hits:
Description: pso算法的改进与优化,即对粒子群算法惯性权重w与学习因子参数的约束。(pso algorithm is improved and optimized, that is, the constraints of the inertial weight w and the learning factor parameters of the particle swarm algorithm.)
Platform: |
Size: 1024 |
Author: 杨晋
|
Hits:
Description: 一种粒子群算法,可以优化具有线性约束、非线性约束、等式约束、有界约束的问题,使用方法与MATLAB自带的GA算法类似(搬运)(A particle swarm optimization algorithm can optimize the problems with linear constraints, nonlinear constraints, equality constraints and bounded constraints. The method is similar to the GA algorithm of MATLAB)
Platform: |
Size: 25600 |
Author: 121ll
|
Hits:
Description: 近年来,一些学者将PSO算法推广到约束优化问题,其关键在于如何处理好约束,即解的可行性。如果约束处理的不好,其优化的结果往往会出现不能够收敛和结果是空集的状况。(In recent years, some scholars have extended the PSO algorithm to the constrained optimization problem, and the key is how to deal with the constraints, that is, the feasibility of the solution. If the constraint is not good, the optimization results are often not able to convergence and the results is empty of)
Platform: |
Size: 22528 |
Author: 莱昂纳德
|
Hits:
Description: 在微电网中综合考虑经济和环境两个目标,以各微源的运行上下限为约束条件,采用粒子群算法在matlab环境下进行了仿真,最后给出了微网各微源的最优机组组合方式和最佳电能交易计划。(The first establish micro multi-objective energy optimal operation model, taking into account both environmental and economic factors in the model, the operation of the various micro-source conditions and micro-grid electric power balance constraints, the establishment of a multi-objective function. To a typical micro-grid running instance As an example, the use of particle swarm optimization strategy and simulation in MATLABLAB environment,micro-source output for microgrid actual environmental economic dispatch .)
Platform: |
Size: 7997440 |
Author: 玉娇on1
|
Hits:
Description: 带有约束的PSO算法实例,,,,,,,,,,,,,,,,(An example of PSO algorithm with constraints)
Platform: |
Size: 3072 |
Author: ZQ_fan |
Hits:
Description: 带有不等式/等式约束的加速粒子群算法(apso),主要通过罚函数来进行约束,速度较快,可处理带约束问题(Accelerated particle swarm optimization (APSO) with inequality / equality constraints, which is mainly constrained by penalty function, is fast and can deal with constrained problems)
Platform: |
Size: 1024 |
Author: Ricardo1 |
Hits:
Description: 粒子群算法求解约束多目标优化万能matlab代码。本代码是基于有约束条件的寻优问题,采用APSO可以加快寻优的速度,修改参数比较简单,目标函数和上下限根据自身的需要进行改动,,可以实现目标函数的寻优(Particle swarm algorithm for solving constrained multi-objective optimization universal matlab code. This code is based on the optimization problem with constraints. Using APSO can speed up the optimization process. It is relatively simple to modify the parameters. The objective function and the upper and lower limits are changed according to their own needs. The optimization of the objective function can be achieved.)
Platform: |
Size: 2048 |
Author: 银河系苏小青 |
Hits: