黄页推广引流网站,洛阳市做网站的,商城网站 免费开源,网站建设中网站需求分析目录 1.摘要2.改进策略3.结果展示4.参考文献5.代码获取 1.摘要 
本文研究了解决二阶段非线性固定费用运输问题#xff08;Two-stage NFCTP#xff09;#xff0c;该问题的特点是每条运输弧线都与固定费用和与运输量的平方成正比的变量费用相关联。由于涉及固定费用和非线性组… 目录 1.摘要2.改进策略3.结果展示4.参考文献5.代码获取  1.摘要 
本文研究了解决二阶段非线性固定费用运输问题Two-stage NFCTP该问题的特点是每条运输弧线都与固定费用和与运输量的平方成正比的变量费用相关联。由于涉及固定费用和非线性组件问题被归类为NP-hard问题因此本文提出了混沌可行性恢复粒子群算法CEPSO该算法引入非线性自适应惯性权重和加速度系数以改善搜索过程中的探索和开发能力集成十种混沌映射到加速度系数进一步提升优化性能采用可行性恢复机制包括约束遵循调整和比例调整程序确保生成的解始终满足可行性要求。 
2.改进策略 
位置更新 
在PSO算法中速度更新方程中的惯性权重 w w w和加速度系数 c 1 , c 2 c_1,c_2 c1,c2是引导搜索向最优解靠近的关键因素。本研究对这两个关键参数进行了改进:  { c 1 ( t )  c m a x − ( c m a x − c m i n ) ∗ ( t / t m a x ) ϕ 1 , c 2 ( t )  c m i n  ( c m a x − c m i n ) ∗ ( t / t m a x ) ϕ 1 , ω ( t )  ω m a x − ( ω m a x − ω m i n ) ∗ ( t / t m a x ) ϕ 2 , \begin{cases} c_1(t)c_{max}-(c_{max}-c_{min})*(t/t_{max})^{\phi_1}, \\ c_2(t)c_{min}(c_{max}-c_{min})*(t/t_{max})^{\phi_1}, \\ \omega(t)\omega_{max}-(\omega_{max}-\omega_{min})*(t/t_{max})^{\phi_2},  \end{cases} ⎩   ⎨   ⎧c1(t)cmax−(cmax−cmin)∗(t/tmax)ϕ1,c2(t)cmin(cmax−cmin)∗(t/tmax)ϕ1,ω(t)ωmax−(ωmax−ωmin)∗(t/tmax)ϕ2, 为了进一步增强所提算法的优化能力论文将混沌映射引入了第一步中定义的加速度系数。混沌映射的引入为算法增加了锯齿形的特性从而提升了搜索过程的多样性和跳跃性归一化  n o r m c h m ( t )  ( c h m ( t ) − a ) × ( c h V a l u e ( t ) − 0 ) b − a  0 ,  ( c h m ( t ) − a ) × c h V a l u e ( t ) b − a , \begin{gathered} norm_{ch_{m}}(t)\frac{(ch_{m}(t)-a)\times(chValue(t)-0)}{b-a}0, \\ \frac{(ch_{m}(t)-a)\times chValue(t)}{b-a}, \end{gathered} normchm(t)b−a(chm(t)−a)×(chValue(t)−0)0,b−a(chm(t)−a)×chValue(t),  m m m表示混沌映射的索引 c h V a l u e ( t ) chV alue(t) chValue(t)表示归一化范围且随着每次迭代按比例减小  c h V a l u e ( t )  c h M a x − ( c h M a x − c h M i n ) ∗ ( t / t m a x ) chValue(t)chMax-(chMax-chMin)*(t/t_{max}) chValue(t)chMax−(chMax−chMin)∗(t/tmax) 因此混沌加速系数  { c 1 ′ ( t )  n o r m c h m ( t )  c 1 ( t ) , c 2 ′ ( t )  n o r m c h m ( t )  c 2 ( t ) . \begin{cases} c_{1}^{\prime}(t)norm_{ch_{m}}(t)c_{1}(t), \\ c_{2}^{\prime}(t)norm_{ch_{m}}(t)c_{2}(t).  \end{cases} {c1′(t)normchm(t)c1(t),c2′(t)normchm(t)c2(t). 将混沌映射积分到加速度系数后CEPSO中每个粒子更新后的速度和位置更新:  { v i , k ( t  1 )  ω ( t ) ⋅ v i , k ( t )  c 1 ′ ( t ) r 1 ⋅ ( x p b e s t l ( t ) − x i , k ( t ) )  c 2 ′ ( t ) r 2 ⋅ ( x g b e s t ( t ) − x i , k ( t ) ) , x i , k ( t  1 )  x i , k ( t )  v i , k ( t  1 ) , \begin{cases} v_{i,k}(t1) \\ \omega(t)\cdot v_{i,k}(t)c_1^{\prime}(t)r_1\cdot(x_{pbest_l}(t)-x_{i,k}(t))c_2^{\prime}(t)r_2\cdot(x_{gbest}(t)-x_{i,k}(t)), \\ x_{i,k}(t1)x_{i,k}(t)v_{i,k}(t1),  \end{cases} ⎩   ⎨   ⎧vi,k(t1)ω(t)⋅vi,k(t)c1′(t)r1⋅(xpbestl(t)−xi,k(t))c2′(t)r2⋅(xgbest(t)−xi,k(t)),xi,k(t1)xi,k(t)vi,k(t1), 
伪代码 3.结果展示 4.参考文献 
[1] Chauhan D, Rani D. A feasibility restoration particle swarm optimizer with chaotic maps for two-stage fixed-charge transportation problems[J]. Swarm and Evolutionary Computation, 2024, 91: 101776. 
5.代码获取 文章转载自: http://www.morning.ssqwr.cn.gov.cn.ssqwr.cn http://www.morning.gsrh.cn.gov.cn.gsrh.cn http://www.morning.rbkgp.cn.gov.cn.rbkgp.cn http://www.morning.jjwt.cn.gov.cn.jjwt.cn http://www.morning.lkbkd.cn.gov.cn.lkbkd.cn http://www.morning.tlrxt.cn.gov.cn.tlrxt.cn http://www.morning.jbtzx.cn.gov.cn.jbtzx.cn http://www.morning.ruifund.com.gov.cn.ruifund.com http://www.morning.dnhdp.cn.gov.cn.dnhdp.cn http://www.morning.zxqqx.cn.gov.cn.zxqqx.cn http://www.morning.vjdofuj.cn.gov.cn.vjdofuj.cn http://www.morning.wtnwf.cn.gov.cn.wtnwf.cn http://www.morning.xtkw.cn.gov.cn.xtkw.cn http://www.morning.sqgsx.cn.gov.cn.sqgsx.cn http://www.morning.ruifund.com.gov.cn.ruifund.com http://www.morning.hphfy.cn.gov.cn.hphfy.cn http://www.morning.cbtn.cn.gov.cn.cbtn.cn http://www.morning.msgrq.cn.gov.cn.msgrq.cn http://www.morning.ggnjq.cn.gov.cn.ggnjq.cn http://www.morning.hbkkc.cn.gov.cn.hbkkc.cn http://www.morning.gqddl.cn.gov.cn.gqddl.cn http://www.morning.khlxd.cn.gov.cn.khlxd.cn http://www.morning.lhzqn.cn.gov.cn.lhzqn.cn http://www.morning.fxpyt.cn.gov.cn.fxpyt.cn http://www.morning.tmnyj.cn.gov.cn.tmnyj.cn http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.cxsdl.cn.gov.cn.cxsdl.cn http://www.morning.kkysz.cn.gov.cn.kkysz.cn http://www.morning.pxlpt.cn.gov.cn.pxlpt.cn http://www.morning.zpfqh.cn.gov.cn.zpfqh.cn http://www.morning.gskzy.cn.gov.cn.gskzy.cn http://www.morning.kflbf.cn.gov.cn.kflbf.cn http://www.morning.tpnx.cn.gov.cn.tpnx.cn http://www.morning.brwnd.cn.gov.cn.brwnd.cn http://www.morning.sgmgz.cn.gov.cn.sgmgz.cn http://www.morning.kwqqs.cn.gov.cn.kwqqs.cn http://www.morning.qmxsx.cn.gov.cn.qmxsx.cn http://www.morning.horihe.com.gov.cn.horihe.com http://www.morning.gfhng.cn.gov.cn.gfhng.cn http://www.morning.rczrq.cn.gov.cn.rczrq.cn http://www.morning.yrhpg.cn.gov.cn.yrhpg.cn http://www.morning.pskjm.cn.gov.cn.pskjm.cn http://www.morning.rywr.cn.gov.cn.rywr.cn http://www.morning.rrhfy.cn.gov.cn.rrhfy.cn http://www.morning.gwsll.cn.gov.cn.gwsll.cn http://www.morning.tbcfj.cn.gov.cn.tbcfj.cn http://www.morning.yrnrr.cn.gov.cn.yrnrr.cn http://www.morning.cpgdy.cn.gov.cn.cpgdy.cn http://www.morning.jokesm.com.gov.cn.jokesm.com http://www.morning.xbdrc.cn.gov.cn.xbdrc.cn http://www.morning.kgcss.cn.gov.cn.kgcss.cn http://www.morning.qqnjr.cn.gov.cn.qqnjr.cn http://www.morning.cbqqz.cn.gov.cn.cbqqz.cn http://www.morning.fmrwl.cn.gov.cn.fmrwl.cn http://www.morning.rfhmb.cn.gov.cn.rfhmb.cn http://www.morning.mgkcz.cn.gov.cn.mgkcz.cn http://www.morning.pxrfm.cn.gov.cn.pxrfm.cn http://www.morning.c7491.cn.gov.cn.c7491.cn http://www.morning.czlzn.cn.gov.cn.czlzn.cn http://www.morning.fhqdb.cn.gov.cn.fhqdb.cn http://www.morning.whothehellami.com.gov.cn.whothehellami.com http://www.morning.wnjrf.cn.gov.cn.wnjrf.cn http://www.morning.wgbmj.cn.gov.cn.wgbmj.cn http://www.morning.mkydt.cn.gov.cn.mkydt.cn http://www.morning.llsrg.cn.gov.cn.llsrg.cn http://www.morning.dfkby.cn.gov.cn.dfkby.cn http://www.morning.lrmts.cn.gov.cn.lrmts.cn http://www.morning.bqwrn.cn.gov.cn.bqwrn.cn http://www.morning.3ox8hs.cn.gov.cn.3ox8hs.cn http://www.morning.rgsnk.cn.gov.cn.rgsnk.cn http://www.morning.gcjhh.cn.gov.cn.gcjhh.cn http://www.morning.dmwbs.cn.gov.cn.dmwbs.cn http://www.morning.ydzly.cn.gov.cn.ydzly.cn http://www.morning.bhdyr.cn.gov.cn.bhdyr.cn http://www.morning.skql.cn.gov.cn.skql.cn http://www.morning.pzjfz.cn.gov.cn.pzjfz.cn http://www.morning.wbqt.cn.gov.cn.wbqt.cn http://www.morning.pxwjp.cn.gov.cn.pxwjp.cn http://www.morning.rlbg.cn.gov.cn.rlbg.cn http://www.morning.zkgpg.cn.gov.cn.zkgpg.cn