期刊文献+
共找到9,960篇文章
< 1 2 250 >
每页显示 20 50 100
A Two-Layer Encoding Learning Swarm Optimizer Based on Frequent Itemsets for Sparse Large-Scale Multi-Objective Optimization
1
作者 Sheng Qi Rui Wang +3 位作者 Tao Zhang Xu Yang Ruiqing Sun Ling Wang 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2024年第6期1342-1357,共16页
Traditional large-scale multi-objective optimization algorithms(LSMOEAs)encounter difficulties when dealing with sparse large-scale multi-objective optimization problems(SLM-OPs)where most decision variables are zero.... Traditional large-scale multi-objective optimization algorithms(LSMOEAs)encounter difficulties when dealing with sparse large-scale multi-objective optimization problems(SLM-OPs)where most decision variables are zero.As a result,many algorithms use a two-layer encoding approach to optimize binary variable Mask and real variable Dec separately.Nevertheless,existing optimizers often focus on locating non-zero variable posi-tions to optimize the binary variables Mask.However,approxi-mating the sparse distribution of real Pareto optimal solutions does not necessarily mean that the objective function is optimized.In data mining,it is common to mine frequent itemsets appear-ing together in a dataset to reveal the correlation between data.Inspired by this,we propose a novel two-layer encoding learning swarm optimizer based on frequent itemsets(TELSO)to address these SLMOPs.TELSO mined the frequent terms of multiple particles with better target values to find mask combinations that can obtain better objective values for fast convergence.Experi-mental results on five real-world problems and eight benchmark sets demonstrate that TELSO outperforms existing state-of-the-art sparse large-scale multi-objective evolutionary algorithms(SLMOEAs)in terms of performance and convergence speed. 展开更多
关键词 Evolutionary algorithms learning swarm optimiza-tion sparse large-scale optimization sparse large-scale multi-objec-tive problems two-layer encoding.
下载PDF
Research Status,Practical Dilemmas,and Optimization Strategies of Blended Teaching in Universities
2
作者 Zhiying Zhu Yinxia Wei 《Journal of Contemporary Educational Research》 2024年第7期210-215,共6页
Blended teaching has emerged as a prominent subject in the recent reform and innovation of higher education.It has become imperative and guiding for colleges and universities to embrace a mixed teaching approach that ... Blended teaching has emerged as a prominent subject in the recent reform and innovation of higher education.It has become imperative and guiding for colleges and universities to embrace a mixed teaching approach that aligns with the evolving needs of education and teaching in the new era.This paper aims to provide a comprehensive overview of the research status surrounding blended teaching,encompassing fundamental issues,teaching design,practical guidance,teaching effectiveness,and evaluation.By critically examining the current challenges associated with blended teaching,this study proposes optimization strategies including enhancing student participation and interaction,promoting deep learning,improving teachers’preparedness,teaching technologies,and curriculum design capabilities,strengthening top-level design,and perfecting evaluation and incentive mechanisms.These strategies provide new directions for the reform of blended teaching. 展开更多
关键词 Blended teaching Research status Practical dilemma optimization strategy
下载PDF
Fundamental Understanding and Optimization Strategies for Dual‑Ion Batteries:A Review 被引量:4
3
作者 Chong Chen Chun‑Sing Lee Yongbing Tang 《Nano-Micro Letters》 SCIE EI CAS CSCD 2023年第8期205-224,共20页
There has been increasing demand for high-energy density and longcycle life rechargeable batteries to satisfy the ever-growing requirements for nextgeneration energy storage systems.Among all available candidates,dual... There has been increasing demand for high-energy density and longcycle life rechargeable batteries to satisfy the ever-growing requirements for nextgeneration energy storage systems.Among all available candidates,dual-ion batteries(DIBs)have drawn tremendous attention in the past few years from both academic and industrial battery communities because of their fascinating advantages of high working voltage,excellent safety,and environmental friendliness.However,the dynamic imbalance between the electrodes and the mismatch of traditional electrolyte systems remain elusive.To fully employ the advantages of DIBs,the overall optimization of anode materials,cathode materials,and compatible electrolyte systems is urgently needed.Here,we review the development history and the reaction mechanisms involved in DIBs.Afterward,the optimization strategies toward DIB materials and electrolytes are highlighted.In addition,their energy-related applications are also provided.Lastly,the research challenges and possible development directions of DIBs are outlined. 展开更多
关键词 Dual-ion batteries Reaction mechanisms optimization strategies Energy storage
下载PDF
Optimization Strategies Toward Functional Sodium-Ion Batteries 被引量:3
4
作者 Jingwei Chen Gupta Adit +3 位作者 Lun Li Yingxin Zhang Daniel H.C.Chua Pooi See Lee 《Energy & Environmental Materials》 SCIE EI CAS CSCD 2023年第4期332-354,共23页
Exploration of alternative energy storage systems has been more than necessary in view of the supply risks haunting lithium-ion batteries.Among various alternative electrochemical energy storage devices,sodium-ion bat... Exploration of alternative energy storage systems has been more than necessary in view of the supply risks haunting lithium-ion batteries.Among various alternative electrochemical energy storage devices,sodium-ion battery outstands with advantages of cost-effectiveness and comparable energy density with lithium-ion batteries.Thanks to the similar electrochemical mechanism,the research and development of lithium-ion batteries have forged a solid foundation for sodium-ion battery explorations.Advancements in sodium-ion batteries have been witnessed in terms of superior electrochemical performance and broader application scenarios.Here,the strategies adopted to optimize the battery components(cathode,anode,electrolyte,separator,binder,current collector,etc.)and the cost,safety,and commercialization issues in sodium-ion batteries are summarized and discussed.Based on these optimization strategies,assembly of functional(flexible,stretchable,self-healable,and self-chargeable)and integrated sodium-ion batteries(−actuators,−sensors,electrochromic,etc.)have been realized.Despite these achievements,challenges including energy density,scalability,trade-off between energy density and functionality,cost,etc.are to be addressed for sodium-ion battery commercialization.This review aims at providing an overview of the up-to-date achievements in sodium-ion batteries and serves to inspire more efforts in designing upgraded sodium-ion batteries. 展开更多
关键词 energy storage integration MULTIFUNCTIONAL optimization strategies sodiumion batteries
下载PDF
Research on Performance Optimization of Spark Distributed Computing Platform
5
作者 Qinlu He Fan Zhang +2 位作者 Genqing Bian Weiqi Zhang Zhen Li 《Computers, Materials & Continua》 SCIE EI 2024年第5期2833-2850,共18页
Spark,a distributed computing platform,has rapidly developed in the field of big data.Its in-memory computing feature reduces disk read overhead and shortens data processing time,making it have broad application prosp... Spark,a distributed computing platform,has rapidly developed in the field of big data.Its in-memory computing feature reduces disk read overhead and shortens data processing time,making it have broad application prospects in large-scale computing applications such as machine learning and image processing.However,the performance of the Spark platform still needs to be improved.When a large number of tasks are processed simultaneously,Spark’s cache replacementmechanismcannot identify high-value data partitions,resulting inmemory resources not being fully utilized and affecting the performance of the Spark platform.To address the problem that Spark’s default cache replacement algorithm cannot accurately evaluate high-value data partitions,firstly the weight influence factors of data partitions are modeled and evaluated.Then,based on this weighted model,a cache replacement algorithm based on dynamic weighted data value is proposed,which takes into account hit rate and data difference.Better integration and usage strategies are implemented based on LRU(LeastRecentlyUsed).Theweight update algorithm updates the weight value when the data partition information changes,accurately measuring the importance of the partition in the current job;the cache removal algorithm clears partitions without useful values in the cache to releasememory resources;the weight replacement algorithm combines partition weights and partition information to replace RDD partitions when memory remaining space is insufficient.Finally,by setting up a Spark cluster environment,the algorithm proposed in this paper is experimentally verified.Experiments have shown that this algorithmcan effectively improve cache hit rate,enhance the performance of the platform,and reduce job execution time by 7.61%compared to existing improved algorithms. 展开更多
关键词 SPARK memory optimization memory replacement strategy
下载PDF
Optimal Scheduling Strategy of Source-Load-Storage Based onWind Power Absorption Benefit
6
作者 Jie Ma Pengcheng Yue +6 位作者 Haozheng Yu Yuqing Zhang Youwen Zhang Cuiping Li Junhui Li Wenwen Qin Yong Guo 《Energy Engineering》 EI 2024年第7期1823-1846,共24页
In recent years,the proportion of installed wind power in the three north regions where wind power bases are concentrated is increasing,but the peak regulation capacity of the power grid in the three north regions of ... In recent years,the proportion of installed wind power in the three north regions where wind power bases are concentrated is increasing,but the peak regulation capacity of the power grid in the three north regions of China is limited,resulting in insufficient local wind power consumption capacity.Therefore,this paper proposes a two-layer optimal scheduling strategy based on wind power consumption benefits to improve the power grid’s wind power consumption capacity.The objective of the uppermodel is tominimize the peak-valley difference of the systemload,which ismainly to optimize the system load by using the demand response resources,and to reduce the peak-valley difference of the system load to improve the peak load regulation capacity of the grid.The lower scheduling model is aimed at maximizing the system operation benefit,and the scheduling model is selected based on the rolling schedulingmethod.The load-side schedulingmodel needs to reallocate the absorbed wind power according to the response speed,absorption benefit,and curtailment penalty cost of the two DR dispatching resources.Finally,the measured data of a power grid are simulated by MATLAB,and the results show that:the proposed strategy can improve the power grid’s wind power consumption capacity and get a large wind power consumption benefit. 展开更多
关键词 Wind power consumption two-layer optimal demand response rolling scheduling wind curtailment penalty
下载PDF
Integrated Clustering and Routing Design and Triangle Path Optimization for UAV-Assisted Wireless Sensor Networks
7
作者 Shao Liwei Qian Liping +1 位作者 Wu Mengru Wu Yuan 《China Communications》 SCIE CSCD 2024年第4期178-192,共15页
With the development of the Internet of Things(IoT),it requires better performance from wireless sensor networks(WSNs),such as larger coverage,longer lifetime,and lower latency.However,a large amount of data generated... With the development of the Internet of Things(IoT),it requires better performance from wireless sensor networks(WSNs),such as larger coverage,longer lifetime,and lower latency.However,a large amount of data generated from monitoring and long-distance transmission places a heavy burden on sensor nodes with the limited battery power.For this,we investigate an unmanned aerial vehicles assisted mobile wireless sensor network(UAV-assisted WSN)to prolong the network lifetime in this paper.Specifically,we use UAVs to assist the WSN in collecting data.In the current UAV-assisted WSN,the clustering and routing schemes are determined sequentially.However,such a separate consideration might not maximize the lifetime of the whole WSN due to the mutual coupling of clustering and routing.To efficiently prolong the lifetime of the WSN,we propose an integrated clustering and routing scheme that jointly optimizes the clustering and routing together.In the whole network space,it is intractable to efficiently obtain the optimal integrated clustering and routing scheme.Therefore,we propose the Monte-Las search strategy based on Monte Carlo and Las Vegas ideas,which can generate the chain matrix to guide the algorithm to find the solution faster.Unnecessary point-to-point collection leads to long collection paths,so a triangle optimization strategy is then proposed that finds a compromise path to shorten the collection path based on the geometric distribution and energy of sensor nodes.To avoid the coverage hole caused by the death of sensor nodes,the deployment of mobile sensor nodes and the preventive mechanism design are indispensable.An emergency data transmission mechanism is further proposed to reduce the latency of collecting the latency-sensitive data due to the absence of UAVs.Compared with the existing schemes,the proposed scheme can prolong the lifetime of the UAVassisted WSN at least by 360%,and shorten the collection path of UAVs by 56.24%. 展开更多
关键词 Monte-Las search strategy triangle path optimization unmanned aerial vehicles wireless sensor networks
下载PDF
Reinforcement Learning Based Quantization Strategy Optimal Assignment Algorithm for Mixed Precision
8
作者 Yuejiao Wang Zhong Ma +2 位作者 Chaojie Yang Yu Yang Lu Wei 《Computers, Materials & Continua》 SCIE EI 2024年第4期819-836,共18页
The quantization algorithm compresses the original network by reducing the numerical bit width of the model,which improves the computation speed. Because different layers have different redundancy and sensitivity to d... The quantization algorithm compresses the original network by reducing the numerical bit width of the model,which improves the computation speed. Because different layers have different redundancy and sensitivity to databit width. Reducing the data bit width will result in a loss of accuracy. Therefore, it is difficult to determinethe optimal bit width for different parts of the network with guaranteed accuracy. Mixed precision quantizationcan effectively reduce the amount of computation while keeping the model accuracy basically unchanged. In thispaper, a hardware-aware mixed precision quantization strategy optimal assignment algorithm adapted to low bitwidth is proposed, and reinforcement learning is used to automatically predict the mixed precision that meets theconstraints of hardware resources. In the state-space design, the standard deviation of weights is used to measurethe distribution difference of data, the execution speed feedback of simulated neural network accelerator inferenceis used as the environment to limit the action space of the agent, and the accuracy of the quantization model afterretraining is used as the reward function to guide the agent to carry out deep reinforcement learning training. Theexperimental results show that the proposed method obtains a suitable model layer-by-layer quantization strategyunder the condition that the computational resources are satisfied, and themodel accuracy is effectively improved.The proposed method has strong intelligence and certain universality and has strong application potential in thefield of mixed precision quantization and embedded neural network model deployment. 展开更多
关键词 Mixed precision quantization quantization strategy optimal assignment reinforcement learning neural network model deployment
下载PDF
An Improved Harris Hawk Optimization Algorithm
9
作者 GuangYa Chong Yongliang YUAN 《Mechanical Engineering Science》 2024年第1期21-25,共5页
Aiming at the problems that the original Harris Hawk optimization algorithm is easy to fall into local optimum and slow in finding the optimum,this paper proposes an improved Harris Hawk optimization algorithm(GHHO).F... Aiming at the problems that the original Harris Hawk optimization algorithm is easy to fall into local optimum and slow in finding the optimum,this paper proposes an improved Harris Hawk optimization algorithm(GHHO).Firstly,we used a Gaussian chaotic mapping strategy to initialize the positions of individuals in the population,which enriches the initial individual species characteristics.Secondly,by optimizing the energy parameter and introducing the cosine strategy,the algorithm's ability to jump out of the local optimum is enhanced,which improves the performance of the algorithm.Finally,comparison experiments with other intelligent algorithms were conducted on 13 classical test function sets.The results show that GHHO has better performance in all aspects compared to other optimization algorithms.The improved algorithm is more suitable for generalization to real optimization problems. 展开更多
关键词 Harris Hawk optimization algorithm chaotic mapping cosine strategy function optimization
下载PDF
Cooperative Caching Strategy Based on Two-Layer Caching Model for Remote Sensing Satellite Networks
10
作者 Rui Xu Xiaoqiang Di +3 位作者 Hao Luo Hui Qi Xiongwen He Wenping Lei 《Computers, Materials & Continua》 SCIE EI 2023年第5期3903-3922,共20页
In Information Centric Networking(ICN)where content is the object of exchange,in-network caching is a unique functional feature with the ability to handle data storage and distribution in remote sensing satellite netw... In Information Centric Networking(ICN)where content is the object of exchange,in-network caching is a unique functional feature with the ability to handle data storage and distribution in remote sensing satellite networks.Setting up cache space at any node enables users to access data nearby,thus relieving the processing pressure on the servers.However,the existing caching strategies still suffer from the lack of global planning of cache contents and low utilization of cache resources due to the lack of fine-grained division of cache contents.To address the issues mentioned,a cooperative caching strategy(CSTL)for remote sensing satellite networks based on a two-layer caching model is proposed.The two-layer caching model is constructed by setting up separate cache spaces in the satellite network and the ground station.Probabilistic caching of popular contents in the region at the ground station to reduce the access delay of users.A content classification method based on hierarchical division is proposed in the satellite network,and differential probabilistic caching is employed for different levels of content.The cached content is also dynamically adjusted by analyzing the subsequent changes in the popularity of the cached content.In the two-layer caching model,ground stations and satellite networks collaboratively cache to achieve global planning of cache contents,rationalize the utilization of cache resources,and reduce the propagation delay of remote sensing data.Simulation results show that the CSTL strategy not only has a high cache hit ratio compared with other caching strategies but also effectively reduces user request delay and server load,which satisfies the timeliness requirement of remote sensing data transmission. 展开更多
关键词 Information centric networking caching strategy two-layer caching model hierarchical division
下载PDF
Multi-Strategy Boosted Spider Monkey Optimization Algorithm for Feature Selection
11
作者 Jianguo Zheng Shuilin Chen 《Computer Systems Science & Engineering》 SCIE EI 2023年第9期3619-3635,共17页
To solve the problem of slow convergence and easy to get into the local optimum of the spider monkey optimization algorithm,this paper presents a new algorithm based on multi-strategy(ISMO).First,the initial populatio... To solve the problem of slow convergence and easy to get into the local optimum of the spider monkey optimization algorithm,this paper presents a new algorithm based on multi-strategy(ISMO).First,the initial population is generated by a refracted opposition-based learning strategy to enhance diversity and ergodicity.Second,this paper introduces a non-linear adaptive dynamic weight factor to improve convergence efficiency.Then,using the crisscross strategy,using the horizontal crossover to enhance the global search and vertical crossover to keep the diversity of the population to avoid being trapped in the local optimum.At last,we adopt a Gauss-Cauchy mutation strategy to improve the stability of the algorithm by mutation of the optimal individuals.Therefore,the application of ISMO is validated by ten benchmark functions and feature selection.It is proved that the proposed method can resolve the problem of feature selection. 展开更多
关键词 Spider monkey optimization refracted opposition-based learning crisscross strategy Gauss-Cauchy mutation strategy feature selection
下载PDF
Urban Drainage Network Scheduling Strategy Based on Dynamic Regulation: Optimization Model and Theoretical Research
12
作者 Xiaoming Fei 《Intelligent Automation & Soft Computing》 SCIE 2023年第8期1293-1309,共17页
With the acceleration of urbanization in China,the discharge of domestic sewage and industrial wastewater is increasing,and accidents of sewage spilling out and polluting the environment occur from time to time.Proble... With the acceleration of urbanization in China,the discharge of domestic sewage and industrial wastewater is increasing,and accidents of sewage spilling out and polluting the environment occur from time to time.Problems such as imperfect facilities and backward control methods are com-mon in the urban drainage network systems in China.Efficient drainage not only strengthens infrastructure such as rain and sewage diversion,pollution source monitoring,transportation,drainage and storage but also urgently needs technical means to monitor and optimize production and operation.Aiming at the optimal control of single-stage pumping stations and the coordinated control between two-stage pumping stations,this paper studies the modelling and optimal control of drainage network systems.Based on the Long Short Term Memory(LSTM)water level prediction model of the sewage pumping stations,and then based on the mechanism analysis of drainage pipe network,the factors that may cause the water level change of pumping station are obtained.Grey correlation analysis is carried out on these influencing factors,and the prediction model is established by taking the factors with a high correlation degree as input.The research results show that compared with the traditional prediction model,the LSTM model not only has higher prediction accuracy but also has better inflection point tracking ability. 展开更多
关键词 LSTM neural network urban drainage network drainage system scheduling strategy optimization
下载PDF
Analysis of Enterprise Marketing Strategy Optimization from the Perspective of New Media
13
作者 Jianhui Li 《Proceedings of Business and Economic Studies》 2023年第1期20-25,共6页
With the advent of the economic era of“Internet+,”new media has become a new means of enterprise marketing by virtue of its own advantages,including fast communication speed,diversified communication channels,low co... With the advent of the economic era of“Internet+,”new media has become a new means of enterprise marketing by virtue of its own advantages,including fast communication speed,diversified communication channels,low cost,and novel content.Enterprises should actively integrate into the new media era,constantly improve their cultural soft power and new media marketing ability,build new marketing systems,set up professional new media marketing teams,and further improve their marketing ability;innovate new media marketing content,attract consumers’attention,and expand the audience group;open up new media marketing channels,carry out diversified marketing,comprehensively enhance their marketing ability,and succeed in the fierce market competition. 展开更多
关键词 New media Enterprise marketing Marketing advantage optimization strategy
下载PDF
Optimal guidance strategy for flexible load based on hybrid direct load control and time of use 被引量:1
14
作者 Siyang Liu Yuan Gao +2 位作者 Hejun Yang Xinghua Xie Yinghao Ma 《Global Energy Interconnection》 EI CSCD 2023年第3期297-307,共11页
The time-of-use(TOU)strategy can effectively improve the energy consumption mode of customers,reduce the peak-valley difference of load curve,and optimize the allocation of energy resources.This study presents an Opti... The time-of-use(TOU)strategy can effectively improve the energy consumption mode of customers,reduce the peak-valley difference of load curve,and optimize the allocation of energy resources.This study presents an Optimal guidance mechanism of the flexible load based on strategies of direct load control and time-of-use.First,this study proposes a period partitioning model,which is based on a moving boundary technique with constraint factors,and the Dunn Validity Index(DVI)is used as the objective to solve the period partitioning.Second,a control strategy for the curtailable flexible load is investigated,and a TOU strategy is utilized for further modifying load curve.Third,a price demand response strategy for adjusting transferable load is proposed in this paper.Finally,through the case study analysis of typical daily flexible load curve,the efficiency and correctness of the proposed method and model are validated and proved. 展开更多
关键词 Flexible load optimal demand response strategy Time of use Period partitioning Direct load control
下载PDF
Series-parallel Hybrid Vehicle Control Strategy Design and Optimization Using Real-valued Genetic Algorithm 被引量:14
15
作者 XIONG Weiwei YIN Chengliang ZHANG Yong ZHANG Jianlong 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2009年第6期862-868,共7页
Despite the series-parallel hybrid electric vehicle inherits the performance advantages from both series and parallel hybrid electric vehicle, few researches about the series-parallel hybrid electric vehicle have been... Despite the series-parallel hybrid electric vehicle inherits the performance advantages from both series and parallel hybrid electric vehicle, few researches about the series-parallel hybrid electric vehicle have been revealed because of its complex co nstruction and control strategy. In this paper, a series-parallel hybrid electric bus as well as its control strategy is revealed, and a control parameter optimization approach using the real-valued genetic algorithm is proposed. The optimization objective is to minimize the fuel consumption while sustain the battery state of charge, a tangent penalty function of state of charge(SOC) is embodied in the objective function to recast this multi-objective nonlinear optimization problem as a single linear optimization problem. For this strategy, the vehicle operating mode is switched based on the vehicle speed, and an "optimal line" typed strategy is designed for the parallel control. The optimization parameters include the speed threshold for mode switching, the highest state of charge allowed, the lowest state of charge allowed and the scale factor of the engine optimal torque to the engine maximum torque at a rotational speed. They are optimized through numerical experiments based on real-value genes, arithmetic crossover and mutation operators. The hybrid bus has been evaluated at the Chinese Transit Bus City Driving Cycle via road test, in which a control area network-based monitor system was used to trace the driving schedule. The test result shows that this approach is feasible for the control parameter optimization. This approach can be applied to not only the novel construction presented in this paper, but also other types of hybrid electric vehicles. 展开更多
关键词 series-parallel hybrid electric vehicle control strategy DESIGN optimization real-valued genetic algorithm
下载PDF
An Improved Particle Swarm Optimization Algorithm with Harmony Strategy for the Location of Critical Slip Surface of Slopes 被引量:12
16
作者 李亮 褚雪松 《China Ocean Engineering》 SCIE EI 2011年第2期357-364,共8页
The determination of optimal values for three parameters required in the original particle swarm optimization algorithm is very difficult. It is proposed that two new parameters simulating the harmony search strategy ... The determination of optimal values for three parameters required in the original particle swarm optimization algorithm is very difficult. It is proposed that two new parameters simulating the harmony search strategy can be adopted instead of the three parameters which are required in the original particle swarm optimization algorithm to update the positions of all the particles. The improved particle swarm optimization is used in the location of the critical slip surface of soil slope, and it is found that the improved particle swarm optimization algorithm is insensitive to the two parameters while the original particle swarm optimization algorithm can be sensitive to its three parameters. 展开更多
关键词 slope stability analysis limit equilibrium method particle swarm optimization algorithm harmony strategy
下载PDF
Review of Design and Control Optimization of Axial Flux PMSM in Renewable-energy Applications
17
作者 Jianfei Zhao Xiaoying Liu +1 位作者 Shuang Wang Lixiao Zheng 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2023年第2期29-49,共21页
Axial flux permanent magnet synchronous motors(AFPMSMs)have been widely used in wind-power generation,electric vehicles,aircraft,and other renewable-energy applications owing to their high power density,operating effi... Axial flux permanent magnet synchronous motors(AFPMSMs)have been widely used in wind-power generation,electric vehicles,aircraft,and other renewable-energy applications owing to their high power density,operating efficiency,and integrability.To facilitate comprehensive research on AFPMSM,this article reviews the developments in the research on the design and control optimization of AFPMSMs.First,the basic topologies of AFPMSMs are introduced and classified.Second,the key points of the design optimization of core and coreless AFPMSMs are summarized from the aspects of parameter design,structure design,and material optimization.Third,because efficiency improvement is an issue that needs to be addressed when AFPMSMs are applied to electric or other vehicles,the development status of efficiency-optimization control strategies is reviewed.Moreover,control strategies proposed to suppress torque ripple caused by the small inductance of disc coreless permanent magnet synchronous motors(DCPMSMs)are summarized.An overview of the rotor-synchronization control strategies for disc contra-rotating permanent magnet synchronous motors(CRPMSMs)is presented.Finally,the current difficulties and development trends revealed in this review are discussed. 展开更多
关键词 AFPMSM Design optimization Cogging torque Efficiency optimization Control strategy optimization
下载PDF
Enhanced Harris Hawks Optimization Integrated with Coot Bird Optimization for Solving Continuous Numerical Optimization Problems
18
作者 Hao Cui Yanling Guo +4 位作者 Yaning Xiao Yangwei Wang Jian Li Yapeng Zhang Haoyu Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第11期1635-1675,共41页
Harris Hawks Optimization(HHO)is a novel meta-heuristic algorithm that imitates the predation characteristics of Harris Hawk and combines Lévy flight to solve complex multidimensional problems.Nevertheless,the ba... Harris Hawks Optimization(HHO)is a novel meta-heuristic algorithm that imitates the predation characteristics of Harris Hawk and combines Lévy flight to solve complex multidimensional problems.Nevertheless,the basic HHO algorithm still has certain limitations,including the tendency to fall into the local optima and poor convergence accuracy.Coot Bird Optimization(CBO)is another new swarm-based optimization algorithm.CBO originates from the regular and irregular motion of a bird called Coot on the water’s surface.Although the framework of CBO is slightly complicated,it has outstanding exploration potential and excellent capability to avoid falling into local optimal solutions.This paper proposes a novel enhanced hybrid algorithm based on the basic HHO and CBO named Enhanced Harris Hawks Optimization Integrated with Coot Bird Optimization(EHHOCBO).EHHOCBO can provide higher-quality solutions for numerical optimization problems.It first embeds the leadership mechanism of CBO into the population initialization process of HHO.This way can take full advantage of the valuable solution information to provide a good foundation for the global search of the hybrid algorithm.Secondly,the Ensemble Mutation Strategy(EMS)is introduced to generate the mutant candidate positions for consideration,further improving the hybrid algorithm’s exploration trend and population diversity.To further reduce the likelihood of falling into the local optima and speed up the convergence,Refracted Opposition-Based Learning(ROBL)is adopted to update the current optimal solution in the swarm.Using 23 classical benchmark functions and the IEEE CEC2017 test suite,the performance of the proposed EHHOCBO is comprehensively evaluated and compared with eight other basic meta-heuristic algorithms and six improved variants.Experimental results show that EHHOCBO can achieve better solution accuracy,faster convergence speed,and a more robust ability to jump out of local optima than other advanced optimizers in most test cases.Finally,EHHOCBOis applied to address four engineering design problems.Our findings indicate that the proposed method also provides satisfactory performance regarding the convergence accuracy of the optimal global solution. 展开更多
关键词 Harris hawks optimization coot bird optimization hybrid ensemblemutation strategy refracted opposition-based learning
下载PDF
Initiative Optimization Operation Strategy and Multi-objective Energy Management Method for Combined Cooling Heating and Power 被引量:4
19
作者 Feng Zhao Chenghui Zhang Bo Sun 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI 2016年第4期385-393,共9页
This paper proposed an initiative optimization operation strategy and multi-objective energy management method for combined cooling heating and power(CCHP) with storage systems.Initially,the initiative optimization op... This paper proposed an initiative optimization operation strategy and multi-objective energy management method for combined cooling heating and power(CCHP) with storage systems.Initially,the initiative optimization operation strategy of CCHP system in the cooling season,the heating season and the transition season was formulated.The energy management of CCHP system was optimized by the multi-objective optimization model with maximum daily energy efficiency,minimum daily carbon emissions and minimum daily operation cost based on the proposed initiative optimization operation strategy.Furthermore,the pareto optimal solution set was solved by using the niche particle swarm multi-objective optimization algorithm.Ultimately,the most satisfactory energy management scheme was obtained by using the technique for order preference by similarity to ideal solution(TOPSIS) method.A case study of CCHP system used in a hospital in the north of China validated the effectiveness of this method.The results showed that the satisfactory energy management scheme of CCHP system was obtained based on this initiative optimization operation strategy and multi-objective energy management method.The CCHP system has achieved better energy efficiency,environmental protection and economic benefits. 展开更多
关键词 Multi-objective optimization energy management initiative optimization distributed energy sources combined cooling heating and power(CCHP) operation strategy
下载PDF
Data network traffic analysis and optimization strategy of real-time power grid dynamic monitoring system for wide-frequency measurements 被引量:3
20
作者 Jinsong Li Hao Liu +2 位作者 Wenzhuo Li Tianshu Bi Mingyang Zhao 《Global Energy Interconnection》 EI CAS CSCD 2022年第2期131-142,共12页
The application and development of a wide-area measurement system(WAMS)has enabled many applications and led to several requirements based on dynamic measurement data.Such data are transmitted as big data information ... The application and development of a wide-area measurement system(WAMS)has enabled many applications and led to several requirements based on dynamic measurement data.Such data are transmitted as big data information flow.To ensure effective transmission of wide-frequency electrical information by the communication protocol of a WAMS,this study performs real-time traffic monitoring and analysis of the data network of a power information system,and establishes corresponding network optimization strategies to solve existing transmission problems.This study utilizes the traffic analysis results obtained using the current real-time dynamic monitoring system to design an optimization strategy,covering the optimization in three progressive levels:the underlying communication protocol,source data,and transmission process.Optimization of the system structure and scheduling optimization of data information are validated to be feasible and practical via tests. 展开更多
关键词 Power system Data network Wide-frequency information Real-time system Traffic analysis optimization strategy
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部