Welcome![Sign In][Sign Up]
Location:
Search - pso Constraint

Search list

[AI-NN-PRnewpso_withviolent

Description: 一种新型带有约束条件的标准粒子群算法,小弟第一次上传,还请各位大哥多多帮助和支持!-A new type of constraint condition with the standard particle swarm optimization,小弟From the first time, also please a lot of help and support older brother!
Platform: | Size: 2048 | Author: 毛毛 | Hits:

[matlabPSO

Description: Global Optimization Toolbox provides methods that search for global solutions to problems that contain multiple maxima or minima. It includes global search, multistart, pattern search, genetic algorithm, and simulated annealing solvers. You can use these solvers to solve optimization problems where the objective or constraint function is continuous, discontinuous, stochastic, does not possess derivatives, or includes simulations or black-box functions with undefined values for some parameter settings.
Platform: | Size: 1024 | Author: saswata | Hits:

[AI-NN-PRpso-reservoir

Description: 用粒子群算法求解单一水库优化调度,只需要修改相应的约束条件就可以进行优化计算了-With a single particle swarm algorithm is optimizing reservoir operation, only need to modify the corresponding constraint conditions can were optimized
Platform: | Size: 3072 | Author: | Hits:

[AI-NN-PRconstrain-opt

Description: 针对工程优化设计问题,提出了基于混沌粒子群算法的工程约束优化问题求解方法。CPSO算法利用混沌搜 索的全局遍历性、随机性和规律性等特点, 引导粒子在全局范围内搜索, 从而克服了传统粒子群算法早熟收敛的缺点。 该算法以种群适应度方差作为粒子群优化算法早熟收敛的判据, 并用惩罚函数法处理违法约束的粒子, 当基本粒子群算 法陷入早熟时, 随机选择粒子群中的部分粒子实施混沌搜索, 直至满足迭代收敛条件为止。CPSO算法能提高种群的多 样性和粒子搜索的遍历性, 从而有效提高了PSO算法的收敛速度和精度。两个工程约束优化实例的求解结果表明,该算 法的优化结果最好, 收敛速度也比较快-Based on engineering design optimization problems, and put forward based on chaotic particle swarm optimization algorithm of engineering problem solving methods. CPSO algorithm by using chaos search The global ergodicity, stochastic characteristics and regularity, and lead particles in the global scope search, and overcome the traditional particle swarm algorithm premature convergence faults. In this algorithm, the population fitness variance as the particle swarm optimization algorithm of the criterion of premature convergence, the penalty function method and deal with illegal constraint particles, when basic particle swarm to calculate Law in early maturity, random selection of particle swarm of these particles implementation chaotic search, until the convergence conditions meet so far. CPSO algorithm can improve the population Sample sex and particles of searching ergodicity, thus effectively improved PSO algorithm convergence speed and accuracy. Two engineering constraint optim
Platform: | Size: 745472 | Author: 吴胜亮 | Hits:

[matlabAdaptiveconstrainedparticleswarm

Description: 针对粒子群优化算法应用于约束优化问题时易陷入局部极小值的问题, 提出了一种改进的粒子群优化算 法. 该算法综合了约束优化问题的目标函数值和约束函数的违反度值作为粒子群优化算法的双适应度值, 采用了 双适应值动态判断粒子群优化算法中粒子的优劣. 违反度值的计算引入了自适应加权系数, 相应地提出了调整各 权系数的自适应策略, 并改进了粒子群优化算法的粒子竞争选择策略, 拓展了粒子群优化算法的单适应值的应用 范围.应用约束自适应粒子群优化算法实现了城市水厂的节能优化调度. 结果表明, 该算法收敛速度快且结果可 靠. 粒子群优化算法为解决工程约束优化问题提供了一条可行途径-Considering that theparticleswarmoptimization( PSO) algorithmcanbeeasily trappedinto the local minimal valueinconstrainedoptimizationproblems, amodifiedconstrainedparticleswarmoptimiza tionalgorithmwasproposed. Theobjective functionvalue andthe violationvalue of constraint functions wereeffectively combinedto formtwofitnesses, andthefitnesseswereadoptedto estimate if theparticle wassuperior or not ina dynamicway. Theadaptiveweight functionwasadoptedinthe calculationof the violationvalue. The strategy of keeping anadaptive relationof weight coefficientswasproposed, andthe strategyof swarmtournament selectionwasimproved. Theapplicationlocalizationsof thesinglefitnessof PSOwerewidenedaswell. ThemodifiedconstrainedPSOalgorithmwasappliedtosolveenergyoptimiza tionproblemsof theurbanwater supplyprocess, whichshowedthat theconvergent speedof thealgorithm isfast andthe result isvalid. Afeasibleapproachto solvetheindustrial constraint optimizationproblems withPSOwasprovided.
Platform: | Size: 212992 | Author: 吴胜亮 | Hits:

[matlabPSO

Description: 粒子群优化算法的寻优算法,以求解约束条件下的极大值-Particle swarm optimization algorithm and optimization algorithm, to solve the constraint conditions of maximum
Platform: | Size: 734208 | Author: 文东杰 | Hits:

[matlab33

Description: 混合智能算法:采用人工神经网络对不确定性函数与及约束进行拟合,并采用pso算法求解考虑多个风电节点的IEEE33节点系统随机规划模型。-Hybrid intelligent algorithm: the use of artificial neural network to fit the function of the uncertainty and constraint, and using pso algorithm considering IEEE33 node system stochastic programming model of multiple wind power node.
Platform: | Size: 81920 | Author: King | Hits:

[Energy industrypso-eld

Description: 基于模糊自适应pso的电力系统负荷调度算法,采用的测试案例是标准1ee6g系统,约束条件包括机组出力上限限制、网络损耗和功率平衡。-Based on fuzzy adaptive pso scheduling algorithm of power system load, the test case is a standard 1 ee6g system, constraint conditions including limit the output of generating unit, the network loss and power balance.
Platform: | Size: 1199104 | Author: 贺建波 | Hits:

[AI-NN-PRAnother-Particle-Swarm-Toolbox

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:

[matlabPSOBP502

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:

[Mathimatics-Numerical algorithmsimprove PSO

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:

[matlabsdnchen-psomatlab-b4c4a1e

Description: 带有约束条件的PSO算法,内包含有多种实例函数(A PSO algorithm with constraint conditions, which contains a variety of instance functions)
Platform: | Size: 41984 | Author: ZQ_fan | Hits:

[matlabPSO

Description: 优化五个发电机组的燃料成本,暂时不考虑爬坡率,不考虑禁止区,主要优势在对于负荷平衡约束等式的处理(Optimizing the fuel cost of five generators without considering the slope climbing rate and prohibition zone for the time being, the main advantage is to deal with the load balance constraint equation.)
Platform: | Size: 2048 | Author: wjnjupt | Hits:

[matlabPSO-有约束优化

Description: 该资源使用matlab编写的有约束条件的粒子群算法,其中的代码对于解决一些约束问题可能会有很大的帮助,也可以为一些人提供一些想法与思路(This resource uses a constrained particle swarm algorithm written in matlab. The code in it may be very helpful for solving some constraint problems, and it can also provide some people with some ideas and ideas)
Platform: | Size: 1280000 | Author: 修道人 | Hits:

[matlabNew_Result

Description: 研究能量受限的SWIPT无线通信网络中,基站采用MIMO多天线发送信号给用户节点,在有窃听节点的情况下,通过联合优化发射波束形成矢量、人工噪声协方差和接收PS比来最小化总发射功率,同时保证每个接收机的个体保密率和能量收集约束。(In the energy limited swipt wireless communication network, the base station uses MIMO multi antenna to send signals to user nodes. In the case of eavesdropping nodes, the total transmit power is minimized by jointly optimizing transmit beamforming vector, artificial noise covariance and receive PS ratio, while ensuring the individual confidentiality rate and energy collection constraint of each receiver.)
Platform: | Size: 5120 | Author: herain | Hits:

CodeBus www.codebus.net