期刊文献+
共找到26篇文章
< 1 2 >
每页显示 20 50 100
Improved Fruit Fly Optimization Algorithm for Solving Lot-Streaming Flow-Shop Scheduling Problem 被引量:2
1
作者 张鹏 王凌 《Journal of Donghua University(English Edition)》 EI CAS 2014年第2期165-170,共6页
An improved fruit fly optimization algorithm( iFOA) is proposed for solving the lot-streaming flow-shop scheduling problem( LSFSP) with equal-size sub-lots. In the proposed iFOA,a solution is encoded as two vectors to... An improved fruit fly optimization algorithm( iFOA) is proposed for solving the lot-streaming flow-shop scheduling problem( LSFSP) with equal-size sub-lots. In the proposed iFOA,a solution is encoded as two vectors to determine the splitting of jobs and the sequence of the sub-lots simultaneously. Based on the encoding scheme,three kinds of neighborhoods are developed for generating new solutions. To well balance the exploitation and exploration,two main search procedures are designed within the evolutionary search framework of the iFOA,including the neighborhood-based search( smell-vision-based search) and the global cooperation-based search. Finally,numerical testing results are provided,and the comparisons demonstrate the effectiveness of the proposed iFOA for solving the LSFSP. 展开更多
关键词 fruit fly optimization algorithm(FOA) lot-streaming flowshop scheduling job splitting neighborhood-based search cooperation-based search
在线阅读 下载PDF
Seasonal Least Squares Support Vector Machine with Fruit Fly Optimization Algorithm in Electricity Consumption Forecasting
2
作者 WANG Zilong XIA Chenxia 《Journal of Donghua University(English Edition)》 EI CAS 2019年第1期67-76,共10页
Electricity is the guarantee of economic development and daily life. Thus, accurate monthly electricity consumption forecasting can provide reliable guidance for power construction planning. In this paper, a hybrid mo... Electricity is the guarantee of economic development and daily life. Thus, accurate monthly electricity consumption forecasting can provide reliable guidance for power construction planning. In this paper, a hybrid model in combination of least squares support vector machine(LSSVM) model with fruit fly optimization algorithm(FOA) and the seasonal index adjustment is constructed to predict monthly electricity consumption. The monthly electricity consumption demonstrates a nonlinear characteristic and seasonal tendency. The LSSVM has a good fit for nonlinear data, so it has been widely applied to handling nonlinear time series prediction. However, there is no unified selection method for key parameters and no unified method to deal with the effect of seasonal tendency. Therefore, the FOA was hybridized with the LSSVM and the seasonal index adjustment to solve this problem. In order to evaluate the forecasting performance of hybrid model, two samples of monthly electricity consumption of China and the United States were employed, besides several different models were applied to forecast the two empirical time series. The results of the two samples all show that, for seasonal data, the adjusted model with seasonal indexes has better forecasting performance. The forecasting performance is better than the models without seasonal indexes. The fruit fly optimized LSSVM model outperforms other alternative models. In other words, the proposed hybrid model is a feasible method for the electricity consumption forecasting. 展开更多
关键词 forecasting fruit fly optimization algorithm(FOA) least SQUARES support vector machine(LSSVM) SEASONAL index
在线阅读 下载PDF
An Adaptive Fruit Fly Optimization Algorithm for Optimization Problems
3
作者 L. Q. Zhang J. Xiong J. K. Liu 《Journal of Applied Mathematics and Physics》 2023年第11期3641-3650,共10页
In this paper, we present a new fruit fly optimization algorithm with the adaptive step for solving unconstrained optimization problems, which is able to avoid the slow convergence and the tendency to fall into local ... In this paper, we present a new fruit fly optimization algorithm with the adaptive step for solving unconstrained optimization problems, which is able to avoid the slow convergence and the tendency to fall into local optimum of the standard fruit fly optimization algorithm. By using the information of the iteration number and the maximum iteration number, the proposed algorithm uses the floor function to ensure that the fruit fly swarms adopt the large step search during the olfactory search stage which improves the search speed;in the visual search stage, the small step is used to effectively avoid local optimum. Finally, using commonly used benchmark testing functions, the proposed algorithm is compared with the standard fruit fly optimization algorithm with some fixed steps. The simulation experiment results show that the proposed algorithm can quickly approach the optimal solution in the olfactory search stage and accurately search in the visual search stage, demonstrating more effective performance. 展开更多
关键词 Swarm Intelligent optimization algorithm fruit fly optimization algorithm Adaptive Step Local Optimum Convergence Speed
在线阅读 下载PDF
Predicting Academic Performance Levels in Higher Education:A Data-Driven Enhanced Fruit Fly Optimizer Kernel Extreme Learning Machine Model 被引量:1
4
作者 Zhengfei Ye Yongli Yang +1 位作者 Yi Chen Huiling Chen 《Journal of Bionic Engineering》 2025年第4期1940-1962,共23页
Teacher–student relationships play a vital role in improving college students’academic performance and the quality of higher education.However,empirical studies with substantial data-driven insights remain limited.T... Teacher–student relationships play a vital role in improving college students’academic performance and the quality of higher education.However,empirical studies with substantial data-driven insights remain limited.To address this gap,this study collected 3278 questionnaires from seven universities across four provinces in China to analyze the key factors affecting college students’academic performance.A machine learning framework,CQFOA-KELM,was developed by enhancing the Fruit Fly Optimization Algorithm(FOA)with Covariance Matrix Adaptation Evolution Strategy(CMAES)and Quadratic Approximation(QA).CQFOA significantly improved population diversity and was validated on the IEEE CEC2017 benchmark functions.The CQFOA-KELM model achieved an accuracy of 98.15%and a sensitivity of 98.53%in predicting college students’academic performance.Additionally,it effectively identified the key factors influencing academic performance through the feature selection process. 展开更多
关键词 Academic achievement Machine learning Teacher-student relationships Swarm intelligence algorithms fruit fly optimization algorithm
在线阅读 下载PDF
Binary Fruit Fly Swarm Algorithms for the Set Covering Problem 被引量:1
5
作者 Broderick Crawford Ricardo Soto +7 位作者 Hanns de la Fuente Mella Claudio Elortegui Wenceslao Palma Claudio Torres-Rojas Claudia Vasconcellos-Gaete Marcelo Becerra Javier Pena Sanjay Misra 《Computers, Materials & Continua》 SCIE EI 2022年第6期4295-4318,共24页
Currently,the industry is experiencing an exponential increase in dealing with binary-based combinatorial problems.In this sense,metaheuristics have been a common trend in the field in order to design approaches to so... Currently,the industry is experiencing an exponential increase in dealing with binary-based combinatorial problems.In this sense,metaheuristics have been a common trend in the field in order to design approaches to solve them successfully.Thus,a well-known strategy consists in the use of algorithms based on discrete swarms transformed to perform in binary environments.Following the No Free Lunch theorem,we are interested in testing the performance of the Fruit Fly Algorithm,this is a bio-inspired metaheuristic for deducing global optimization in continuous spaces,based on the foraging behavior of the fruit fly,which usually has much better sensory perception of smell and vision than any other species.On the other hand,the Set Coverage Problem is a well-known NP-hard problem with many practical applications,including production line balancing,utility installation,and crew scheduling in railroad and mass transit companies.In this paper,we propose different binarization methods for the Fruit Fly Algorithm,using Sshaped and V-shaped transfer functions and various discretization methods to make the algorithm work in a binary search space.We are motivated with this approach,because in this way we can deliver to future researchers interested in this area,a way to be able to work with continuous metaheuristics in binary domains.This new approach was tested on benchmark instances of the Set Coverage Problem and the computational results show that the proposed algorithm is robust enough to produce good results with low computational cost. 展开更多
关键词 Set covering problem fruit fly swarm algorithm metaheuristics binarization methods combinatorial optimization problem
在线阅读 下载PDF
A Cooperative Fruit Fly Optimization Algorithm for Energy-Efficient Scheduling of Distributed Permutation Flow-Shop with Limited Buffers 被引量:1
6
作者 Cai Zhao Lianghong Wu +3 位作者 Weihua Tan Cili Zuo Hongqiang Zhang Matthias Rätsch 《Tsinghua Science and Technology》 2026年第1期16-42,共27页
The scheduling problem of distributed permutation flow shop with limited buffer aiming at production efficiency measures has attracted widespread attention due to its closer alignment with real manufacturing environme... The scheduling problem of distributed permutation flow shop with limited buffer aiming at production efficiency measures has attracted widespread attention due to its closer alignment with real manufacturing environments.However,the energy efficiency metric is often ignored.The Energy-Efficient scheduling of Distributed Permutation Flow Shop Problem with Limited Buffer(EEDPFSP-LB)with the objectives of Makespan(C_(max))and Total Energy Consumption(TEC)is studied,and a Cooperative Fruit fly Optimization Algorithm(CFOA)is proposed in this paper.First,the critical path of EEDPFSP-LB is identified,and energy-efficient operation is applied to non-critical paths to reduce the system’s energy consumption.Second,five acceptance criteria for multi-objective optimization are introduced to enhance the diversity of the population.Third,to select a superior next-generation population,a new congestion calculation method is introduced to resolve the issue of indeterminate positional relationships among non-dominated solutions with identical crowding distances at the same dominance level.Finally,CFOA is extensively tested and compared with state-of-the-art algorithms across 360 instances,demonstrating CFOA’s strong competitiveness in solving EEDPFSP-LB. 展开更多
关键词 limited buffer energy efficient scheduling crowding distances fruit fly optimization algorithm(FOA)
原文传递
基于RFOA优化GRNN的水电机组振动预测 被引量:17
7
作者 王继选 胡润志 +3 位作者 管一 张少恺 曹庆皎 王利英 《振动与冲击》 EI CSCD 北大核心 2021年第21期120-126,共7页
针对水电机组振动的非平稳、非线性特点,提出利用改进果蝇算法(RFOA)优化广义回归神经网络模型(RFOA-GRNN)。通过改进果蝇算法的搜索步长和气味浓度判定公式,使该算法的局部寻优能力增强,收敛速度提高。通过8种常用的基准函数对FOA算法... 针对水电机组振动的非平稳、非线性特点,提出利用改进果蝇算法(RFOA)优化广义回归神经网络模型(RFOA-GRNN)。通过改进果蝇算法的搜索步长和气味浓度判定公式,使该算法的局部寻优能力增强,收敛速度提高。通过8种常用的基准函数对FOA算法、DSFOA算法、RFOA算法进行仿真测试,测试结果验证了RFOA算法的有效性。利用三种优化算法优化GRNN的平滑因子,将优化后平滑因子代入GRNN模型对水电机组振动进行预测。结果表明,与FOA-GRNN和DSFOA-GRNN两种预测模型相比,RFOA-GRNN预测模型的预测结果最大相对误差分别降低了99.96%和99.28%。可以得到RFOA-GRNN模型的预测精度和稳定性方面均优于其他两种模型,验证了此模型的有效性。将其应用于水电机组状态趋势预测研究中,可为维护人员提前发现水电机组故障并及时检修进而保证水电机组安全稳定的运行提供保障。 展开更多
关键词 水电机组 改进果蝇优化算法(rfoa) 广义回归神经网络(GRNN) 平滑因子 振动预测
在线阅读 下载PDF
An improved fruit fly optimization algorithm for solving traveling salesman problem 被引量:6
8
作者 Lan HUANG Gui-chao WANG +1 位作者 Tian BAI Zhe WANG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2017年第10期1525-1533,共9页
The traveling salesman problem(TSP), a typical non-deterministic polynomial(NP) hard problem, has been used in many engineering applications. As a new swarm-intelligence optimization algorithm, the fruit fly optimizat... The traveling salesman problem(TSP), a typical non-deterministic polynomial(NP) hard problem, has been used in many engineering applications. As a new swarm-intelligence optimization algorithm, the fruit fly optimization algorithm(FOA) is used to solve TSP, since it has the advantages of being easy to understand and having a simple implementation. However, it has problems, including a slow convergence rate for the algorithm, easily falling into the local optimum, and an insufficient optimization precision. To address TSP effectively, three improvements are proposed in this paper to improve FOA. First, the vision search process is reinforced in the foraging behavior of fruit flies to improve the convergence rate of FOA. Second, an elimination mechanism is added to FOA to increase the diversity. Third, a reverse operator and a multiplication operator are proposed. They are performed on the solution sequence in the fruit fly's smell search and vision search processes, respectively. In the experiment, 10 benchmarks selected from TSPLIB are tested. The results show that the improved FOA outperforms other alternatives in terms of the convergence rate and precision. 展开更多
关键词 Traveling salesman problem fruit fly optimization algorithm Elimination mechanism Vision search OPERATOR
原文传递
An Inverse Power Generation Mechanism Based Fruit Fly Algorithm for Function Optimization 被引量:3
9
作者 LIU Ao DENG Xudong +2 位作者 REN Liang LIU Ying LIU Bo 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2019年第2期634-656,共23页
As a novel population-based optimization algorithm, fruit fly optimization(FFO) algorithm is inspired by the foraging behavior of fruit flies and possesses the advantages of simple search operations and easy implement... As a novel population-based optimization algorithm, fruit fly optimization(FFO) algorithm is inspired by the foraging behavior of fruit flies and possesses the advantages of simple search operations and easy implementation. Just like most population-based evolutionary algorithms, the basic FFO also suffers from being trapped in local optima for function optimization due to premature convergence.In this paper, an improved FFO, named IPGS-FFO, is proposed in which two novel strategies are incorporated into the conventional FFO. Specifically, a smell sensitivity parameter together with an inverse power generation mechanism(IPGS) is introduced to enhance local exploitation. Moreover,a dynamic shrinking search radius strategy is incorporated so as to enhance the global exploration over search space by adaptively adjusting the searching area in the problem domain. The statistical performance of FFO, the proposed IPGS-FFO, three state-of-the-art FFO variants, and six metaheuristics are tested on twenty-six well-known unimodal and multimodal benchmark functions with dimension 30, respectively. Experimental results and comparisons show that the proposed IPGS-FFO achieves better performance than three FFO variants and competitive performance against six other meta-heuristics in terms of the solution accuracy and convergence rate. 展开更多
关键词 EVOLUTIONARY algorithms fruit fly optimization function optimization META-HEURISTICS
原文传递
Performance Prediction of Switched Reluctance Motor using Improved Generalized Regression Neural Networks for Design Optimization 被引量:10
10
作者 Zhu Zhang Shenghua Rao Xiaoping Zhang 《CES Transactions on Electrical Machines and Systems》 2018年第4期371-376,共6页
Since practical mathematical model for the design optimization of switched reluctance motor(SRM)is difficult to derive because of the strong nonlinearity,precise prediction of electromagnetic characteristics is of gre... Since practical mathematical model for the design optimization of switched reluctance motor(SRM)is difficult to derive because of the strong nonlinearity,precise prediction of electromagnetic characteristics is of great importance during the optimization procedure.In this paper,an improved generalized regression neural network(GRNN)optimized by fruit fly optimization algorithm(FOA)is proposed for the modeling of SRM that represent the relationship of torque ripple and efficiency with the optimization variables,stator pole arc,rotor pole arc and rotor yoke height.Finite element parametric analysis technology is used to obtain the sample data for GRNN training and verification.Comprehensive comparisons and analysis among back propagation neural network(BPNN),radial basis function neural network(RBFNN),extreme learning machine(ELM)and GRNN is made to test the effectiveness and superiority of FOA-GRNN. 展开更多
关键词 fruit fly optimization algorithm generalized regression neural networks switched reluctance motor
在线阅读 下载PDF
Temperature Prediction of Laser Directed Energy Deposition Based on ASSFOA-GRNN Model
11
作者 Li Dianqi Chai Yuanxin +1 位作者 Miao Liguo Tang Jinghu 《稀有金属材料与工程》 北大核心 2025年第10期2470-2482,共13页
To address the issues of low accuracy,long time consumption,and high cost of the traditional temperature prediction methods for laser directed energy deposition(LDED),a machine learning model combined with numerical s... To address the issues of low accuracy,long time consumption,and high cost of the traditional temperature prediction methods for laser directed energy deposition(LDED),a machine learning model combined with numerical simulation was proposed to predict the temperature during LDED.A finite element(FE)thermal analysis model was established.The model's accuracy was verified through in-situ monitoring experiments,and a basic database for the predictive model was obtained based on FE simulations.Temperature prediction was performed using a generalized regression neural network(GRNN).To reduce dependence on human experience during GRNN parameter tuning and to enhance model prediction performance,an improved adaptive step-size fruit fly optimization algorithm(ASSFOA)was introduced.Finally,the prediction performance of ASSFOA-GRNN model was compared with that of back-propagation neural network model,GRNN model,and fruit fly optimization algorithm(FOA)-GRNN model.The evaluation metrics included the root mean square error(RMSE),mean absolute error(MAE),coefficient of determination(R^(2)),training time,and prediction time.Results show that the ASSFOA-GRNN model exhibits optimal performance regarding RMSE,MAE,and R^(2) indexes.Although its prediction efficiency is slightly lower than that of the FOA-GRNN model,its prediction accuracy is significantly better than that of the other models.This proposed method can be used for temperature prediction in LDED process and also provide a reference for similar methods. 展开更多
关键词 laser directed energy deposition temperature prediction FE simulation generalized regression neural network fruit fly optimization algorithm
原文传递
基于改进果蝇算法与最小二乘支持向量机的轧制力预测算法研究 被引量:12
12
作者 杨景明 郭秋辰 +3 位作者 孙浩 马明明 车海军 赵新秋 《计量学报》 CSCD 北大核心 2016年第5期505-508,共4页
铝合金板材精轧过程中,轧制力是影响板材质量的重要因素。为了满足轧制现场的轧制力预报精度要求,采用改进果蝇算法(FOA)与最小二乘支持向量机(LSSVM)相结合进行轧制力预测。改进了果蝇算法的味道浓度判定函数和步长设定方法,采... 铝合金板材精轧过程中,轧制力是影响板材质量的重要因素。为了满足轧制现场的轧制力预报精度要求,采用改进果蝇算法(FOA)与最小二乘支持向量机(LSSVM)相结合进行轧制力预测。改进了果蝇算法的味道浓度判定函数和步长设定方法,采用了分组并行搜索的策略,进而提出一种基于改进FOA—LSSVM的轧制力智能预报方法。将该方法用于铝热连轧现场数据的仿真实验,结果表明样本预测误差在10%以内,其中84%的样本误差在5%以内,精度优于传统模型。 展开更多
关键词 计量学 轧制力预测 最小二乘支持向量机 果蝇算法
在线阅读 下载PDF
修正型果蝇算法优化GRNN的大梁自动焊障碍预测 被引量:5
13
作者 洪波 刘龙 王涛 《焊接学报》 EI CAS CSCD 北大核心 2017年第1期73-76,共4页
大梁自动焊时,必须自动避开工件上的筋板、隔板和空洞等障碍物.但因产品的种类多,工件上障碍物的位置存在随机性,难以通过单一的方法进行障碍物预测.针对该问题,利用超声波传感器采集障碍物信息,提出一种修正型果蝇算法优化广义回归神... 大梁自动焊时,必须自动避开工件上的筋板、隔板和空洞等障碍物.但因产品的种类多,工件上障碍物的位置存在随机性,难以通过单一的方法进行障碍物预测.针对该问题,利用超声波传感器采集障碍物信息,提出一种修正型果蝇算法优化广义回归神经网络(AFOA-GRNN)的大梁自动焊障碍物预测模型.该方法在传统果蝇算法中引入信息素和灵敏度两个因子,改进了寻优策略和果蝇位置的替换方式,对GRNN进行参数优化,进行大梁自动焊障碍物的预测.结果表明,建立的修正型AFOA-GRNN预测模型相比于FOA-GRNN,训练速度更快,预测精度更高. 展开更多
关键词 大梁自动焊 障碍物预测 果蝇优化算法 广义回归神经网络
在线阅读 下载PDF
回采工作面瓦斯涌出量耦合预测模型研究 被引量:6
14
作者 李胜 韩永亮 李军文 《计算机工程与应用》 CSCD 北大核心 2015年第16期1-5,54,共6页
为准确、快速地预测回采工作面瓦斯涌出量,提出一种基于主成分分析法(PCA)和改进的果蝇算法(MFOA)优化支持向量机(SVM)的回采工作面绝对瓦斯涌出量预测模型。模型首先运用PCA方法对原始数据进行降维处理,消除数据冗余,而后采用改进的果... 为准确、快速地预测回采工作面瓦斯涌出量,提出一种基于主成分分析法(PCA)和改进的果蝇算法(MFOA)优化支持向量机(SVM)的回采工作面绝对瓦斯涌出量预测模型。模型首先运用PCA方法对原始数据进行降维处理,消除数据冗余,而后采用改进的果蝇算法对SVM参数进行全局寻优,避免SVM参数的选取对模型预测结果的不利影响,最终建立基于PCA-MFOA-SVM的耦合预测模型,并以实际监测数据为例进行仿真预测。结果表明:该模型预测的平均绝对误差为0.077 5 m3/t,平均相对误差为1.323 7%,与其他模型相比,预测精度高,综合性能好,能够实现回采工作面瓦斯涌出量的动态预测。 展开更多
关键词 瓦斯涌出量 主成分分析法 改进的果蝇优化算法 仿真预测
在线阅读 下载PDF
基于FOA-SVM模型的输油管道内腐蚀速率预测 被引量:19
15
作者 吴庆伟 王金龙 张平 《腐蚀与防护》 北大核心 2017年第9期732-736,共5页
针对管道内腐蚀速率相关问题,采集某输油管道内腐蚀的实测数据,应用多元统计分析算法,在支持向量机(SVM)的基础上建立管道内腐蚀速率预测模型。采用果蝇优化算法(FOA)对预测模型进行优化训练,建立FOASVM预测模型,利用实测数据样本对模... 针对管道内腐蚀速率相关问题,采集某输油管道内腐蚀的实测数据,应用多元统计分析算法,在支持向量机(SVM)的基础上建立管道内腐蚀速率预测模型。采用果蝇优化算法(FOA)对预测模型进行优化训练,建立FOASVM预测模型,利用实测数据样本对模型的预测结果进行检验。结果表明:综合方差和均差分别为1.397×10-3和0.037 4,FOA-SVM预测模型相比灰色组合模型预测值和最小二乘支持向量机(LS-SVM)模型预计结果稳定性好、精度高,但是FOA-SVM预测模型训练时间较长,今后在提高模型预测效率上需要进一步研究。 展开更多
关键词 管道内腐蚀速率 支持向量机SVM 果蝇算法FOA 多元统计分析
在线阅读 下载PDF
基于多状态信息修正优化组合的电力设备故障率计算方法 被引量:4
16
作者 吴杰康 胥志强 +1 位作者 徐庆焯 鲍雨徽 《广东电力》 2016年第8期60-66,共7页
采用多状态修正优化组合预测方法,建立天气因素、材料绝缘老化和设备检修影响的3种状态修正优化组合预测电力设备故障率模型。针对各随机影响因素的特点,依据可拓性原理预测3种天气状态模型的故障率,由3种参数威布尔分布-Copula函数的... 采用多状态修正优化组合预测方法,建立天气因素、材料绝缘老化和设备检修影响的3种状态修正优化组合预测电力设备故障率模型。针对各随机影响因素的特点,依据可拓性原理预测3种天气状态模型的故障率,由3种参数威布尔分布-Copula函数的联合失效概率密度法计算绝缘老化引起的设备故障率,基于Holt-Winters模型来预估设备检修造成的故障率,再采用果蝇算法加权组合优化所求得的各子模型的故障率,算出具有高准确度的预测值。以某地区的电力系统为实例进行分析,所得结果表明所述模型可有效提高设备故障率的预测精度,同时也验证了果蝇优化算法在求解多状态修正优化组合预测问题时的有效性。 展开更多
关键词 电力设备 故障率 多状态信息 修正优化组合 果蝇优化算法
在线阅读 下载PDF
涡轮转子径向变形稳健性优化设计 被引量:3
17
作者 冯子轩 周平 《航空发动机》 2017年第5期31-34,共4页
考虑到参数不确定性对转子径向变形的影响,提出了1种基于分布式协同响应面的涡轮转子径向变形稳健性优化方法。首先,利用Kriging模型建立各部件参数与径向变形响应面子模型,然后利用分布式协同响应面方法建立全局参数与转子径向变形的... 考虑到参数不确定性对转子径向变形的影响,提出了1种基于分布式协同响应面的涡轮转子径向变形稳健性优化方法。首先,利用Kriging模型建立各部件参数与径向变形响应面子模型,然后利用分布式协同响应面方法建立全局参数与转子径向变形的系统响应面模型。其次,利用系统响应面模型建立涡轮转子径向变形稳健性优化模型,并采用果蝇优化算法来进行稳健性优化求解。优化后涡轮转子径向变形的均值以及标准差比优化前分别降低了7.3%和4.97%,计算结果表明:该方法在工程应用中的可行性和有效性。 展开更多
关键词 分布式协同响应面 KRIGING 涡轮转子 果蝇优化算法 稳健性优化 航空发动机
在线阅读 下载PDF
Data-Driven Anomaly Diagnosis for Machining Processes 被引量:9
18
作者 Y.C.Liang S.Wang +1 位作者 W.D.Li X.Lu 《Engineering》 SCIE EI 2019年第4期646-652,共7页
To achieve zero-defect production during computer numerical control(CNC)machining processes,it is imperative to develop effective diagnosis systems to detect anomalies efficiently.However,due to the dynamic conditions... To achieve zero-defect production during computer numerical control(CNC)machining processes,it is imperative to develop effective diagnosis systems to detect anomalies efficiently.However,due to the dynamic conditions of the machine and tooling during machining processes,the relevant diagnosis systems currently adopted in industries are incompetent.To address this issue,this paper presents a novel data-driven diagnosis system for anomalies.In this system,power data for condition monitoring are continuously collected during dynamic machining processes to support online diagnosis analysis.To facilitate the analysis,preprocessing mechanisms have been designed to de-noise,normalize,and align the monitored data.Important features are extracted from the monitored data and thresholds are defined to identify anomalies.Considering the dynamic conditions of the machine and tooling during machining processes,the thresholds used to identify anomalies can vary.Based on historical data,the values of thresholds are optimized using a fruit fly optimization(FFO)algorithm to achieve more accurate detection.Practical case studies were used to validate the system,thereby demonstrating the potential and effectiveness of the system for industrial applications. 展开更多
关键词 COMPUTER numerical control MACHINING ANOMALY detection fruit fly optimization algorithm DATA-DRIVEN method
在线阅读 下载PDF
基于混沌果蝇-最小二乘支持向量机的变压器DGA故障模式预测 被引量:5
19
作者 董继明 《自动化与仪器仪表》 2016年第11期221-223,共3页
针对基本果蝇优化算法(FOA)寻优精度不高和易陷入局部最优的缺点,融合混沌算法对果蝇优化算法的进化机制进行改进,提出混沌果蝇优化算法(CFOA)。将CFOA算法应用于最小二乘支持向量机(LSSVM)惩罚因子和函数参数的选择中,可以改善参数选... 针对基本果蝇优化算法(FOA)寻优精度不高和易陷入局部最优的缺点,融合混沌算法对果蝇优化算法的进化机制进行改进,提出混沌果蝇优化算法(CFOA)。将CFOA算法应用于最小二乘支持向量机(LSSVM)惩罚因子和函数参数的选择中,可以改善参数选择的随机性和盲目性,从而建立基于CFOA-LSSVM的故障模式预测模型。应用该模型对变压器油中溶解气体故障模式进行预测,结果表明,CFOA方法在在收敛速度、收敛可靠性及收敛精度上均比基本FOA有较大的提高,依此而建立的CFOA-LSSVM故障模式预测模型具有较高的准确率。 展开更多
关键词 果蝇优化算法 最小二乘支持向量机 变压器 DGA 故障模式
原文传递
An Optimization Algorithm for Service Composition Based on an Improved FOA 被引量:12
20
作者 Yiwen Zhang Guangming Cui +2 位作者 Yan Wang Xing Guo Shu Zhao 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2015年第1期90-99,共10页
Large-scale service composition has become an important research topic in Service-Oriented Computing(SOC). Quality of Service(Qo S) has been mostly applied to represent nonfunctional properties of web services and... Large-scale service composition has become an important research topic in Service-Oriented Computing(SOC). Quality of Service(Qo S) has been mostly applied to represent nonfunctional properties of web services and to differentiate those with the same functionality. Many studies for measuring service composition in terms of Qo S have been completed. Among current popular optimization methods for service composition, the exhaustion method has some disadvantages such as requiring a large number of calculations and poor scalability. Similarly,the traditional evolutionary computation method has defects such as exhibiting slow convergence speed and falling easily into the local optimum. In order to solve these problems, an improved optimization algorithm, WS FOA(Web Service composition based on Fruit Fly Optimization Algorithm) for service composition, was proposed, on the basis of the modeling of service composition and the FOA. Simulated experiments demonstrated that the algorithm is effective, feasible, stable, and possesses good global searching ability. 展开更多
关键词 service composition fruit fly optimization algorithm(FOA) Quality of Service(QoS) index
原文传递
上一页 1 2 下一页 到第
使用帮助 返回顶部