首页 > 最新文献

Soft Computing最新文献

英文 中文
An improved particle swarm optimization algorithm with distributed time-delays of evolved acceleration coefficients and adaptive weights 一种改进的粒子群优化算法,带有进化加速系数的分布式时间延迟和自适应权重
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09813-w
Xin Tian, Jianhua Hu, Yan Song, Guoliang Wei

Particle swarm optimization (PSO) is a classical computational method that optimizes a problem by iteratively trying to find the optimal solution. It still suffers somes defects such as poor local search ability, low search accuracy and premature convergence, especially in high-dimensional complex problems. In order to address these issues, this paper has proposed a novel PSO algorithm with distributed delays of adaptive weights and evolved acceleration coefficients (PSO-DWC). The main idea of the proposed improved PSO algorithm is three-fold: (1) a mechanism is introduced to evaluate the current evolutionary state by evolutionary factors of the swarm and to predict the next state by a probability transition matrix; (2) distributed time-varying time-delays are added into the velocity updated model; (3) adaptive inertia weight varies according to evolutionary factors, which describes the population distribution information; and newly-introduced evolved acceleration coefficients are determined by the predict next evolutionary state of the swarm. Owing to the promising issues mentioned above, the PSO-DWC algorithm has the advantages of keeping the diversity of particles, balancing the local and global search abilities and reaching to an acceptable solution. Experiments on twenty well-known benchmark functions have demonstrated that the proposed PSO-DWC algorithm has a superior performance over other five well-known PSO algorithms in high dimensional search space. Statistical significance tests verify the superiority of the new algorithm. Therefore it can be concluded that the novel PSO-DWC algorithm is able to solve the optimization problems with powerful global search and efficient convergence.

粒子群优化(PSO)是一种经典的计算方法,它通过反复尝试寻找最优解来优化问题。它仍然存在一些缺陷,如局部搜索能力差、搜索精度低和收敛过早,特别是在高维复杂问题中。为了解决这些问题,本文提出了一种新型 PSO 算法,该算法具有分布式延迟自适应权重和进化加速系数(PSO-DWC)。该改进 PSO 算法的主要思想有三个方面:(1)引入一种机制,通过蜂群的进化因子来评估当前的进化状态,并通过概率转换矩阵来预测下一个状态;(2)在速度更新模型中加入分布式时变时延;(3)自适应惯性权重根据进化因子的变化而变化,这描述了种群分布信息;新引入的进化加速度系数由预测蜂群的下一个进化状态决定。由于上述问题的存在,PSO-DWC 算法具有保持粒子多样性、平衡局部搜索和全局搜索能力以及达到可接受解的优点。对 20 个知名基准函数的实验证明,在高维搜索空间中,所提出的 PSO-DWC 算法比其他五种知名 PSO 算法性能更优。统计显著性检验验证了新算法的优越性。因此可以得出结论,新的 PSO-DWC 算法能够以强大的全局搜索和高效的收敛性解决优化问题。
{"title":"An improved particle swarm optimization algorithm with distributed time-delays of evolved acceleration coefficients and adaptive weights","authors":"Xin Tian, Jianhua Hu, Yan Song, Guoliang Wei","doi":"10.1007/s00500-024-09813-w","DOIUrl":"https://doi.org/10.1007/s00500-024-09813-w","url":null,"abstract":"<p>Particle swarm optimization (PSO) is a classical computational method that optimizes a problem by iteratively trying to find the optimal solution. It still suffers somes defects such as poor local search ability, low search accuracy and premature convergence, especially in high-dimensional complex problems. In order to address these issues, this paper has proposed a novel PSO algorithm with distributed delays of adaptive weights and evolved acceleration coefficients (PSO-DWC). The main idea of the proposed improved PSO algorithm is three-fold: (1) a mechanism is introduced to evaluate the current evolutionary state by evolutionary factors of the swarm and to predict the next state by a probability transition matrix; (2) distributed time-varying time-delays are added into the velocity updated model; (3) adaptive inertia weight varies according to evolutionary factors, which describes the population distribution information; and newly-introduced evolved acceleration coefficients are determined by the predict next evolutionary state of the swarm. Owing to the promising issues mentioned above, the PSO-DWC algorithm has the advantages of keeping the diversity of particles, balancing the local and global search abilities and reaching to an acceptable solution. Experiments on twenty well-known benchmark functions have demonstrated that the proposed PSO-DWC algorithm has a superior performance over other five well-known PSO algorithms in high dimensional search space. Statistical significance tests verify the superiority of the new algorithm. Therefore it can be concluded that the novel PSO-DWC algorithm is able to solve the optimization problems with powerful global search and efficient convergence.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"42 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779087","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An equilibrium optimizer-based parameter independent fuzzy kNN classifier for classification of medical datasets 基于均衡优化器的参数独立模糊 kNN 分类器用于医学数据集分类
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09941-3
Amukta Malyada Vommi, Tirumala Krishna Battula

The kNN classifier is the most popular, supervised machine-learning technique, but the main disadvantage of this algorithm is that it has restricted access to the class distributions in a training point set and treats all the instances equally. In kNN classification, fuzzy sets are used to obtain the membership degrees of each point to the classes known as fuzzy kNN (FkNN) classification. Although the FkNN classifier enhances the performance of the kNN, it does not consider the effect of noisy and redundant instances, which makes it ineffective. Moreover, the performance of kNN is dependent on the value of k (number of nearest neighbours). Considering these issues, we present a novel algorithm that simultaneously tunes the class-dependent feature weights and k value using an effective meta-heuristic algorithm, the Enhanced Equilibrium Optimization technique. Several experiments have been conducted on different biomedical datasets, and the proposed approach has outperformed the other standard classifiers in terms of accuracy.

kNN 分类器是最流行的有监督机器学习技术,但这种算法的主要缺点是,它对训练点集中的类分布的访问受限,并且对所有实例一视同仁。在 kNN 分类法中,使用模糊集来获取每个点对类别的成员度,即模糊 kNN(FkNN)分类法。虽然 FkNN 分类器提高了 kNN 的性能,但它没有考虑噪声和冗余实例的影响,因此效果不佳。此外,kNN 的性能还取决于 k 值(近邻数)。考虑到这些问题,我们提出了一种新算法,利用有效的元启发式算法--增强均衡优化技术--同时调整与类别相关的特征权重和 k 值。我们在不同的生物医学数据集上进行了多次实验,发现所提出的方法在准确性方面优于其他标准分类器。
{"title":"An equilibrium optimizer-based parameter independent fuzzy kNN classifier for classification of medical datasets","authors":"Amukta Malyada Vommi, Tirumala Krishna Battula","doi":"10.1007/s00500-024-09941-3","DOIUrl":"https://doi.org/10.1007/s00500-024-09941-3","url":null,"abstract":"<p>The kNN classifier is the most popular, supervised machine-learning technique, but the main disadvantage of this algorithm is that it has restricted access to the class distributions in a training point set and treats all the instances equally. In kNN classification, fuzzy sets are used to obtain the membership degrees of each point to the classes known as fuzzy kNN (FkNN) classification. Although the FkNN classifier enhances the performance of the kNN, it does not consider the effect of noisy and redundant instances, which makes it ineffective. Moreover, the performance of kNN is dependent on the value of k (number of nearest neighbours). Considering these issues, we present a novel algorithm that simultaneously tunes the class-dependent feature weights and k value using an effective meta-heuristic algorithm, the Enhanced Equilibrium Optimization technique. Several experiments have been conducted on different biomedical datasets, and the proposed approach has outperformed the other standard classifiers in terms of accuracy.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"1 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779219","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Determining the model for short-term load forecasting using fuzzy logic and ANFIS 利用模糊逻辑和 ANFIS 确定短期负荷预测模型
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09882-x
Vladimir Urošević

Short-term load forecasting (STLF) usually begins by grouping data according to various criteria, most often by days of the week. Then, based on the obtained segments, independent models are created. Each model’s prediction uses only one segment of the data. This paper proposes a new approach to model formation based on the correlation between the forecasted day and previous days. The proposed approach is compared with the usual approach where data segments are obtained by grouping according to days of the week. The models were created using fuzzy logic and ANFIS. The mean absolute percentage errors of the new approach and the usual approach using ANFIS in terms of prediction accuracy are obtained as 2.89 and 4.15, respectively. The mean absolute percentage errors for the new approach and the usual approach are 3.39 and 4.78, respectively, when fuzzy logic is used. The results showed that when the proposed method is used, forecasts for the day ahead are much more accurate in both cases.

短期负荷预测(STLF)通常首先根据不同的标准对数据进行分组,最常见的是按一周的天数分组。然后,根据获得的数据段创建独立模型。每个模型的预测只使用一个数据段。本文根据预测日与前几天的相关性,提出了一种新的模型创建方法。所提出的方法与通常的方法进行了比较,后者是通过根据一周的天数分组来获得数据段的。使用模糊逻辑和 ANFIS 创建了模型。就预测准确率而言,新方法和使用 ANFIS 的常规方法的平均绝对百分比误差分别为 2.89 和 4.15。使用模糊逻辑时,新方法和常规方法的平均绝对百分比误差分别为 3.39 和 4.78。结果表明,在这两种情况下,使用拟议方法时,对未来一天的预测都要准确得多。
{"title":"Determining the model for short-term load forecasting using fuzzy logic and ANFIS","authors":"Vladimir Urošević","doi":"10.1007/s00500-024-09882-x","DOIUrl":"https://doi.org/10.1007/s00500-024-09882-x","url":null,"abstract":"<p>Short-term load forecasting (STLF) usually begins by grouping data according to various criteria, most often by days of the week. Then, based on the obtained segments, independent models are created. Each model’s prediction uses only one segment of the data. This paper proposes a new approach to model formation based on the correlation between the forecasted day and previous days. The proposed approach is compared with the usual approach where data segments are obtained by grouping according to days of the week. The models were created using fuzzy logic and ANFIS. The mean absolute percentage errors of the new approach and the usual approach using ANFIS in terms of prediction accuracy are obtained as 2.89 and 4.15, respectively. The mean absolute percentage errors for the new approach and the usual approach are 3.39 and 4.78, respectively, when fuzzy logic is used. The results showed that when the proposed method is used, forecasts for the day ahead are much more accurate in both cases.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"44 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779222","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A novel fuzzy twin support vector machine based on centered kernel alignment 基于中心核排列的新型模糊孪生支持向量机
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09917-3
Jialiang Xie, Jianxiang Qiu, Dongxiao Zhang, Ruping Zhang

Twin Support Vector Machine (TSVM) transforms a single large quadratic programming problem (QPP) in support vector machine (SVM) into two smaller QPPs by finding two non-parallel classification hyperplanes, so that its computational time is reduced to a quarter of what the traditional SVM takes. However, TSVM ignores the data distribution of class, which makes TSVM sensitive to noise. In this paper, a fuzzy twin support vector machine based on centered kernel alignment (FTSVM-CKA) is proposed to solve the problem that TSVM is sensitive to noise. Firstly, a feature-weighted kernel function is constructed by using the information gain, and it is applied to the calculation of the centered kernel alignment (CKA). This assigns greater weight to strongly correlated features, emphasizing their classification importance over weakly correlated features. Secondly, the CKA method is utilized to derive a heuristic function for calculating the dependency between samples and their corresponding labels, which assigns fuzzy membership to different samples. Based on this, a fuzzy membership assignment strategy is proposed that can effectively address the sensitivity of TSVM to noise. Thirdly, this strategy is combined with TSVM to propose the FTSVM-CKA model. Moreover, this study employs a coordinate descent strategy with shrinking by active set to tackle the computational complexity arising from high-dimensional inputs. This can effectively accelerate the training speed of the model while ensuring classification performance. In order to evaluate the performance of FTSVM-CKA, this study conducts experiments designed on artificial and UCI datasets. The results demonstrate that FTSVM-CKA can efficiently and quickly solve binary classification problems with noise.

双支持向量机(TSVM)通过寻找两个不平行的分类超平面,将支持向量机(SVM)中的一个大型二次编程问题(QPP)转化为两个较小的QPP,从而使其计算时间减少到传统SVM的四分之一。但是,TSVM 忽略了类的数据分布,这使得 TSVM 对噪声很敏感。本文提出了一种基于中心核排列的模糊孪生支持向量机(FTSVM-CKA),以解决 TSVM 对噪声敏感的问题。首先,利用信息增益构建特征加权核函数,并将其应用于居中核配准(CKA)的计算。这就为强相关特征赋予了更大的权重,强调了它们相对于弱相关特征的分类重要性。其次,利用 CKA 方法推导出一个启发式函数,用于计算样本与其相应标签之间的依赖关系,从而为不同样本分配模糊成员权。在此基础上,提出了一种模糊成员分配策略,可有效解决 TSVM 对噪声的敏感性问题。第三,将该策略与 TSVM 结合,提出了 FTSVM-CKA 模型。此外,本研究还采用了坐标下降策略和主动集收缩策略,以解决高维输入带来的计算复杂性问题。这可以有效加快模型的训练速度,同时确保分类性能。为了评估 FTSVM-CKA 的性能,本研究在人工数据集和 UCI 数据集上进行了实验。结果表明,FTSVM-CKA 可以高效、快速地解决有噪声的二元分类问题。
{"title":"A novel fuzzy twin support vector machine based on centered kernel alignment","authors":"Jialiang Xie, Jianxiang Qiu, Dongxiao Zhang, Ruping Zhang","doi":"10.1007/s00500-024-09917-3","DOIUrl":"https://doi.org/10.1007/s00500-024-09917-3","url":null,"abstract":"<p>Twin Support Vector Machine (TSVM) transforms a single large quadratic programming problem (QPP) in support vector machine (SVM) into two smaller QPPs by finding two non-parallel classification hyperplanes, so that its computational time is reduced to a quarter of what the traditional SVM takes. However, TSVM ignores the data distribution of class, which makes TSVM sensitive to noise. In this paper, a fuzzy twin support vector machine based on centered kernel alignment (FTSVM-CKA) is proposed to solve the problem that TSVM is sensitive to noise. Firstly, a feature-weighted kernel function is constructed by using the information gain, and it is applied to the calculation of the centered kernel alignment (CKA). This assigns greater weight to strongly correlated features, emphasizing their classification importance over weakly correlated features. Secondly, the CKA method is utilized to derive a heuristic function for calculating the dependency between samples and their corresponding labels, which assigns fuzzy membership to different samples. Based on this, a fuzzy membership assignment strategy is proposed that can effectively address the sensitivity of TSVM to noise. Thirdly, this strategy is combined with TSVM to propose the FTSVM-CKA model. Moreover, this study employs a coordinate descent strategy with shrinking by active set to tackle the computational complexity arising from high-dimensional inputs. This can effectively accelerate the training speed of the model while ensuring classification performance. In order to evaluate the performance of FTSVM-CKA, this study conducts experiments designed on artificial and UCI datasets. The results demonstrate that FTSVM-CKA can efficiently and quickly solve binary classification problems with noise.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"59 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779086","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
S-Boxes design based on the Lu-Chen system and their application in image encryption 基于卢琛系统的 S-Boxes 设计及其在图像加密中的应用
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09912-8
M. Bavand Savadkouhi, M. Akbari Tootkaboni

The substitution box (S-Box) plays a fundamental role in cryptographic algorithms. In this article, the Lu-Chen system is used to design a chaotic S-Box. We design two S-Boxes, one based on the rotation algorithm relative to the rows (or columns) and the other based on the Zigzag transformation. The performance of the new S-Boxes is evaluated with the bijective, nonlinearity, strict avalanche criterion, output bit independence criterion, differential approximation probability, linear approximation probability, algebraic degree and not having a fixed point and opposite fixed point. The analysis results show that the proposed S-Boxes have suitable cryptographic properties. In addition, an image encryption algorithm based on two generated S-Boxed, and a generalized Lai–Massey structure is presented. Experimental results show that the proposed method has achieved acceptable security.

置换盒(S-Box)在密码算法中扮演着重要角色。本文利用鲁-陈系统设计了一个混沌 S-Box。我们设计了两个 S-Box,一个基于相对于行(或列)的旋转算法,另一个基于之字形变换。我们用双射性、非线性、严格雪崩准则、输出位独立性准则、差分逼近概率、线性逼近概率、代数度以及无固定点和相反固定点来评估新 S-Box 的性能。分析结果表明,所提出的 S-Boxes 具有合适的加密特性。此外,还提出了一种基于两个生成的 S-Boxed 和广义 Lai-Massey 结构的图像加密算法。实验结果表明,所提出的方法达到了可接受的安全性。
{"title":"S-Boxes design based on the Lu-Chen system and their application in image encryption","authors":"M. Bavand Savadkouhi, M. Akbari Tootkaboni","doi":"10.1007/s00500-024-09912-8","DOIUrl":"https://doi.org/10.1007/s00500-024-09912-8","url":null,"abstract":"<p>The substitution box (S-Box) plays a fundamental role in cryptographic algorithms. In this article, the Lu-Chen system is used to design a chaotic S-Box. We design two S-Boxes, one based on the rotation algorithm relative to the rows (or columns) and the other based on the Zigzag transformation. The performance of the new S-Boxes is evaluated with the bijective, nonlinearity, strict avalanche criterion, output bit independence criterion, differential approximation probability, linear approximation probability, algebraic degree and not having a fixed point and opposite fixed point. The analysis results show that the proposed S-Boxes have suitable cryptographic properties. In addition, an image encryption algorithm based on two generated S-Boxed, and a generalized Lai–Massey structure is presented. Experimental results show that the proposed method has achieved acceptable security.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"27 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779095","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A sales strategy optimization model on online group buying in a fuzzy dual channel supply chain using a game theoretic approach 利用博弈论方法建立模糊双渠道供应链中在线团购的销售策略优化模型
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09845-2
Farnaz Heidarpoor, Mehdi Ghazanfari, Mohammad Saeed Jabalameli, Armin Jabbarzadeh

Several factors affect customers' decisions regarding service selection. Two of the essential factors are the price and the service quality. The seller's credibility is also among the influential factors in selecting a service that is reinforced by advertising. The emergence of the Internet has led to increasing attention by sellers to advertising through online group buying (OGB) platforms. Sellers aim to attract new customers by offering discounts on OGB platforms. In this paper, the seller can sell its service through offline and online channels during two current and future courses. The aim is to determine the optimal strategy for the seller when deciding to join the OGB platform. All parameters of the problem are determined as fuzzy variables. Accordingly, this paper develops a fuzzy mathematical model to simultaneously determine price, service quality, and advertising level in a dual channel supply chain. A cooperative game between the seller and the OGB platform is developed under different refunding and revenue sharing scenarios for the centralized model. The optimal solutions of the problem are then defined using the game and fuzzy sets theories for each scenario. A numerical example is presented to indicate the effectiveness of the theoretical results of the models and developing management insights. In addition, sensitivity analyses also provide the effect of changes in essential parameters on the seller’s decisions.

客户在选择服务时会受到多种因素的影响。其中两个基本因素是价格和服务质量。卖家的信誉也是选择服务的影响因素之一,而广告则会强化卖家的信誉。互联网的出现使卖家越来越重视通过在线团购(OGB)平台做广告。卖家旨在通过在 OGB 平台上提供折扣来吸引新客户。在本文中,卖方可以在当前和未来的两个课程中通过线下和线上渠道销售其服务。目的是确定卖方在决定加入 OGB 平台时的最优策略。问题的所有参数都是作为模糊变量确定的。因此,本文建立了一个模糊数学模型,以同时确定双渠道供应链中的价格、服务质量和广告水平。针对集中模型,在不同的退款和收入分享情况下,建立了卖方和 OGB 平台之间的合作博弈。然后利用博弈论和模糊集理论为每种情况定义了问题的最优解。通过一个数字示例来说明模型理论结果的有效性,并提出管理见解。此外,敏感性分析还提供了基本参数变化对卖方决策的影响。
{"title":"A sales strategy optimization model on online group buying in a fuzzy dual channel supply chain using a game theoretic approach","authors":"Farnaz Heidarpoor, Mehdi Ghazanfari, Mohammad Saeed Jabalameli, Armin Jabbarzadeh","doi":"10.1007/s00500-024-09845-2","DOIUrl":"https://doi.org/10.1007/s00500-024-09845-2","url":null,"abstract":"<p>Several factors affect customers' decisions regarding service selection. Two of the essential factors are the price and the service quality. The seller's credibility is also among the influential factors in selecting a service that is reinforced by advertising. The emergence of the Internet has led to increasing attention by sellers to advertising through online group buying (OGB) platforms. Sellers aim to attract new customers by offering discounts on OGB platforms. In this paper, the seller can sell its service through offline and online channels during two current and future courses. The aim is to determine the optimal strategy for the seller when deciding to join the OGB platform. All parameters of the problem are determined as fuzzy variables. Accordingly, this paper develops a fuzzy mathematical model to simultaneously determine price, service quality, and advertising level in a dual channel supply chain. A cooperative game between the seller and the OGB platform is developed under different refunding and revenue sharing scenarios for the centralized model. The optimal solutions of the problem are then defined using the game and fuzzy sets theories for each scenario. A numerical example is presented to indicate the effectiveness of the theoretical results of the models and developing management insights. In addition, sensitivity analyses also provide the effect of changes in essential parameters on the seller’s decisions.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"7 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779217","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Sentiment score-based classification for fake news using machine learning and LSTM-BiLSTM 利用机器学习和 LSTM-BiLSTM 对虚假新闻进行基于情感评分的分类
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09884-9
Poonam Narang, Ajay Vikram Singh, Himanshu Monga

Fake news creates social turbulence, which may hamper our social or economic equilibrium. Researchers have harnessed machine learning (ML) and deep learning (DL) algorithms to combat this challenge, particularly in disparate environments. Numerous techniques have been created to classify false news based on various textual features, including deep learning, machine learning, and evolutionary methodologies. Although fake news sentiment analysis is not entirely new, sentiment score-based artificial news analysis is rarely used. Our method incorporates machine learning techniques and deep learning techniques, such as LSTM-BiLSTM, with SentiWordNet parser-obtained sentiment scores. This integration improves feature sets and enables a more detailed analysis of emotional context. This research pioneers using machine learning along with deep learning techniques based on sentiment scores, an innovative approach within the field. Our research substantially improves the detection of false news. Recall and F-measure are significantly enhanced using machine learning techniques with the COVID-19 dataset. Moreover, sentiment-based deep learning techniques used for both the LIAR and COVID-19 datasets surpass previous benchmarks, obtaining a remarkable accuracy improvement of over 15% on the LIAR dataset compared to existing literature. This pioneering sentiment score-based approach enhances fake news detection accuracy, offering a potent tool to counter misinformation and safeguard societal equilibrium.

假新闻造成社会动荡,可能会阻碍我们的社会或经济平衡。研究人员利用机器学习(ML)和深度学习(DL)算法来应对这一挑战,尤其是在不同的环境中。基于各种文本特征对虚假新闻进行分类的技术层出不穷,其中包括深度学习、机器学习和进化方法。虽然虚假新闻情感分析并非全新的技术,但基于情感评分的人工新闻分析却很少使用。我们的方法将机器学习技术和深度学习技术(如 LSTM-BiLSTM)与 SentiWordNet 解析器获得的情感分数相结合。这种整合改进了特征集,并能对情感背景进行更详细的分析。这项研究开创性地使用了基于情感分数的机器学习和深度学习技术,这是该领域的一种创新方法。我们的研究大大提高了虚假新闻的检测能力。在 COVID-19 数据集上使用机器学习技术显著提高了召回率和 F-measure。此外,用于 LIAR 和 COVID-19 数据集的基于情感的深度学习技术超越了以往的基准,与现有文献相比,LIAR 数据集的准确率显著提高了 15%以上。这种基于情感评分的开创性方法提高了假新闻检测的准确性,为打击虚假信息和维护社会平衡提供了有力的工具。
{"title":"Sentiment score-based classification for fake news using machine learning and LSTM-BiLSTM","authors":"Poonam Narang, Ajay Vikram Singh, Himanshu Monga","doi":"10.1007/s00500-024-09884-9","DOIUrl":"https://doi.org/10.1007/s00500-024-09884-9","url":null,"abstract":"<p>Fake news creates social turbulence, which may hamper our social or economic equilibrium. Researchers have harnessed machine learning (ML) and deep learning (DL) algorithms to combat this challenge, particularly in disparate environments. Numerous techniques have been created to classify false news based on various textual features, including deep learning, machine learning, and evolutionary methodologies. Although fake news sentiment analysis is not entirely new, sentiment score-based artificial news analysis is rarely used. Our method incorporates machine learning techniques and deep learning techniques, such as LSTM-BiLSTM, with SentiWordNet parser-obtained sentiment scores. This integration improves feature sets and enables a more detailed analysis of emotional context. This research pioneers using machine learning along with deep learning techniques based on sentiment scores, an innovative approach within the field. Our research substantially improves the detection of false news. Recall and F-measure are significantly enhanced using machine learning techniques with the COVID-19 dataset. Moreover, sentiment-based deep learning techniques used for both the LIAR and COVID-19 datasets surpass previous benchmarks, obtaining a remarkable accuracy improvement of over 15% on the LIAR dataset compared to existing literature. This pioneering sentiment score-based approach enhances fake news detection accuracy, offering a potent tool to counter misinformation and safeguard societal equilibrium.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"245 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779091","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimal energy management strategy based on neural network algorithm for fuel cell hybrid vehicle considering fuel cell lifetime and fuel consumption 基于神经网络算法的燃料电池混合动力汽车最佳能源管理策略(考虑燃料电池寿命和燃料消耗量
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09883-w
Abbaker A. M. Omer, Haoping Wang, Yang Tian, Lingxi Peng

This paper proposes a new design method of energy management strategy (EMS) with adaptive super-twisting sliding mode control (ASTSMC) for fuel cell/battery/supercapacitor hybrid vehicle (FCHEV). The main objective of the proposed EMS is to improve power performance, fuel cell lifetime, and fuel consumption while considering the regulation of the DC-bus voltage. The proposed EMS is designed based on a frequency-decoupling technique using an adaptive low-pass filter, Harr wavelet transform (HWT), and FLC to decouple the required power into low, medium, and high-frequency components for fuel cell, battery, and supercapacitor, respectively. The presented frequency-decoupling-based strategy can improve the power performance of the vehicle as well as reduce load stress and power fluctuation in the fuel cell. Nevertheless, the neural network optimization algorithm (NNOA) is employed to optimize the membership functions of FLCs while considering the hydrogen consumption and constraints on the state of charge (SOC) of the battery and supercapacitor. To achieve robustness and high precision control, the ASTSMC is developed based on a nonlinear disturbance observer (NDOB) to stabilize the DC-bus voltage and currents of the energy sources, ensuring that the fuel cell, battery, and supercapacitor track their obtained reference values. The FCHEV system with the proposed EMS is modeled on MATLAB/Simulink, and three typical driving cycles such as HWFET, UDDS, and WLTP driving schedules are used for evaluation. The findings exhibit that the proposed EMS can effectively improve the fuel economy, reduce power fluctuation in the fuel cell, and prolong its lifetime compared to other existing methods such as the equivalent consumption minimization strategy (ECMS), state machine (SM), and FLC-based EMSs.

本文为燃料电池/电池/超级电容器混合动力汽车(FCHEV)提出了一种采用自适应超扭曲滑动模式控制(ASTSMC)的能量管理策略(EMS)新设计方法。所提 EMS 的主要目标是在考虑直流母线电压调节的同时,改善动力性能、燃料电池寿命和燃料消耗。所提出的 EMS 基于频率解耦技术进行设计,使用自适应低通滤波器、Harr 小波变换 (HWT) 和 FLC 将燃料电池、电池和超级电容器所需的功率分别解耦为低频、中频和高频分量。所提出的基于频率解耦的策略可以提高车辆的动力性能,并减少燃料电池的负载压力和功率波动。然而,神经网络优化算法(NNOA)用于优化 FLC 的成员函数,同时考虑到氢消耗以及电池和超级电容器的充电状态(SOC)约束。为了实现鲁棒性和高精度控制,基于非线性干扰观测器(NDOB)开发了 ASTSMC,以稳定能源的直流母线电压和电流,确保燃料电池、电池和超级电容器跟踪其获得的参考值。在 MATLAB/Simulink 上对带有拟议 EMS 的 FCHEV 系统进行了建模,并使用 HWFET、UDDS 和 WLTP 驾驶时间表等三种典型驾驶循环进行了评估。研究结果表明,与等效消耗最小化策略(ECMS)、状态机(SM)和基于 FLC 的 EMS 等其他现有方法相比,建议的 EMS 可以有效提高燃料经济性、减少燃料电池的功率波动并延长其使用寿命。
{"title":"Optimal energy management strategy based on neural network algorithm for fuel cell hybrid vehicle considering fuel cell lifetime and fuel consumption","authors":"Abbaker A. M. Omer, Haoping Wang, Yang Tian, Lingxi Peng","doi":"10.1007/s00500-024-09883-w","DOIUrl":"https://doi.org/10.1007/s00500-024-09883-w","url":null,"abstract":"<p>This paper proposes a new design method of energy management strategy (EMS) with adaptive super-twisting sliding mode control (ASTSMC) for fuel cell/battery/supercapacitor hybrid vehicle (FCHEV). The main objective of the proposed EMS is to improve power performance, fuel cell lifetime, and fuel consumption while considering the regulation of the DC-bus voltage. The proposed EMS is designed based on a frequency-decoupling technique using an adaptive low-pass filter, Harr wavelet transform (HWT), and FLC to decouple the required power into low, medium, and high-frequency components for fuel cell, battery, and supercapacitor, respectively. The presented frequency-decoupling-based strategy can improve the power performance of the vehicle as well as reduce load stress and power fluctuation in the fuel cell. Nevertheless, the neural network optimization algorithm (NNOA) is employed to optimize the membership functions of FLCs while considering the hydrogen consumption and constraints on the state of charge (SOC) of the battery and supercapacitor. To achieve robustness and high precision control, the ASTSMC is developed based on a nonlinear disturbance observer (NDOB) to stabilize the DC-bus voltage and currents of the energy sources, ensuring that the fuel cell, battery, and supercapacitor track their obtained reference values. The FCHEV system with the proposed EMS is modeled on MATLAB/Simulink, and three typical driving cycles such as HWFET, UDDS, and WLTP driving schedules are used for evaluation. The findings exhibit that the proposed EMS can effectively improve the fuel economy, reduce power fluctuation in the fuel cell, and prolong its lifetime compared to other existing methods such as the equivalent consumption minimization strategy (ECMS), state machine (SM), and FLC-based EMSs.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"44 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779252","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CI-MM-Dombi operator based on interval type-2 spherical fuzzy set and its applications on sustainable supply chain with risk criteria: using CI-TODIM-MARCOS method 基于区间 2 型球形模糊集的 CI-MM-Dombi 算子及其在具有风险标准的可持续供应链中的应用:使用 CI-TODIM-MARCOS 方法
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09794-w
Binoy Krishna Giri, Sankar Kumar Roy

Sustainable supplier selection and optimal quantity transportation (S(^3)OQT) play an important role in supply chain management. This research represents a new four-stage solution approach for (hbox {S}^3)OQT where the multi-criteria decision making (MCDM) methods are integrated through an optimization model. In first stage, a new uncertainty interval type-2 spherical fuzzy set (IT2SFS) is introduced to help the decision-makers (DMs) for securing and reliable results in hesitancy situations. We develop a new operator on IT2SFS under Dombi t-norm and t-conorm by integrating Muirhead mean (MM) operator based on Choquet integral (CI). The preferences and priorities to the sustainable criteria based on interaction and interrelationship are represented by CI. Thereafter, the weights of the criteria and sub-criteria are determined by CI-indifference threshold-based attribute ratio analysis (ITARA) method by utilizing the proposed operator. In second stage, to evaluate the weights of the suppliers and to rank these, we construct a new MCDM method CI-TODIM (an acronym in Portuguese of interactive multi-criteria decision-making)-measurement alternatives and ranking according to compromise solution (MARCOS) method by utilizing the proposed operator and then finally design a new ranking function. In third stage, a new model on stochastic multi-objective mixed-integer non-linear solid transportation problem ((hbox {SM}^2)NSTP) is established to identify suitable supplier under sustainable risk criteria, and then, optimal quantity of products are transported from each supplier. Thereafter, we propose TOPSIS-neutrosophic-game theoretic approach (TNGTA) to obtain Pareto-optimal solution. We apply (varepsilon )-constraint method to obtain Pareto-optimal solution from (hbox {SM}^2)NSTP model. In the fourth stage, a comparative study is drawn among the obtained Pareto-optimal solutions that are extracted from TNGTA and (varepsilon )-constraint method. Finally, two MCDM models, CRITIC-TOPSIS and CRITIC-MARCOS, are used to help the DMs for selecting the final Pareto-optimal solution. A real-life example is included to show the applicability and effectiveness of the designed hybrid MCDM-(hbox {SM}^2)NSTP model.

可持续供应商选择和最优数量运输(S/(^3)OQT)在供应链管理中发挥着重要作用。本研究提出了一种新的四阶段最优数量运输(OQT)解决方案,通过优化模型将多标准决策(MCDM)方法整合在一起。在第一阶段,我们引入了一个新的不确定性区间 2 型球形模糊集(IT2SFS),以帮助决策者(DMs)在犹豫不决的情况下获得可靠的结果。通过整合基于乔奎特积分(CI)的穆尔海德均值(MM)算子,我们在 Dombi t-norm 和 t-conorm 下开发了一种新的 IT2SFS 算子。基于交互和相互关系的可持续标准的偏好和优先级由 CI 表示。然后,利用提出的算子,通过 CI-基于差异阈值的属性比率分析法(ITARA)确定标准和次级标准的权重。在第二阶段,为了评估供应商的权重并对其进行排序,我们利用所提出的算子构建了一种新的 MCDM 方法 CI-TODIM(交互式多标准决策的葡萄牙语缩写)--衡量备选方案并根据折中方案进行排序(MARCOS)方法,最后设计了一个新的排序函数。第三阶段,建立随机多目标混合整数非线性固体运输问题(NSTP)的新模型,在可持续风险标准下确定合适的供应商,然后从每个供应商处运输最优数量的产品。之后,我们提出 TOPSIS-中性博弈论方法(TNGTA)来获得帕累托最优解。我们运用(varepsilon )约束方法从(hbox {SM}^2)NSTP模型中得到帕累托最优解。在第四阶段,对从 TNGTA 和(varepsilon )-约束方法中提取的帕累托最优解进行比较研究。最后,使用 CRITIC-TOPSIS 和 CRITIC-MARCOS 这两个 MCDM 模型来帮助 DMs 选择最终的帕累托最优解。通过一个实际案例,展示了所设计的混合 MCDM-(hbox{SM}^2)NSTP模型的适用性和有效性。
{"title":"CI-MM-Dombi operator based on interval type-2 spherical fuzzy set and its applications on sustainable supply chain with risk criteria: using CI-TODIM-MARCOS method","authors":"Binoy Krishna Giri, Sankar Kumar Roy","doi":"10.1007/s00500-024-09794-w","DOIUrl":"https://doi.org/10.1007/s00500-024-09794-w","url":null,"abstract":"<p>Sustainable supplier selection and optimal quantity transportation (S<span>(^3)</span>OQT) play an important role in supply chain management. This research represents a new four-stage solution approach for <span>(hbox {S}^3)</span>OQT where the multi-criteria decision making (MCDM) methods are integrated through an optimization model. In first stage, a new uncertainty interval type-2 spherical fuzzy set (IT2SFS) is introduced to help the decision-makers (DMs) for securing and reliable results in hesitancy situations. We develop a new operator on IT2SFS under Dombi <i>t</i>-norm and <i>t</i>-conorm by integrating Muirhead mean (MM) operator based on Choquet integral (CI). The preferences and priorities to the sustainable criteria based on interaction and interrelationship are represented by CI. Thereafter, the weights of the criteria and sub-criteria are determined by CI-indifference threshold-based attribute ratio analysis (ITARA) method by utilizing the proposed operator. In second stage, to evaluate the weights of the suppliers and to rank these, we construct a new MCDM method CI-TODIM (an acronym in Portuguese of interactive multi-criteria decision-making)-measurement alternatives and ranking according to compromise solution (MARCOS) method by utilizing the proposed operator and then finally design a new ranking function. In third stage, a new model on stochastic multi-objective mixed-integer non-linear solid transportation problem (<span>(hbox {SM}^2)</span>NSTP) is established to identify suitable supplier under sustainable risk criteria, and then, optimal quantity of products are transported from each supplier. Thereafter, we propose TOPSIS-neutrosophic-game theoretic approach (TNGTA) to obtain Pareto-optimal solution. We apply <span>(varepsilon )</span>-constraint method to obtain Pareto-optimal solution from <span>(hbox {SM}^2)</span>NSTP model. In the fourth stage, a comparative study is drawn among the obtained Pareto-optimal solutions that are extracted from TNGTA and <span>(varepsilon )</span>-constraint method. Finally, two MCDM models, CRITIC-TOPSIS and CRITIC-MARCOS, are used to help the DMs for selecting the final Pareto-optimal solution. A real-life example is included to show the applicability and effectiveness of the designed hybrid MCDM-<span>(hbox {SM}^2)</span>NSTP model.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"133 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779088","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Service to service communication based on CBPS system: refinement and verification 基于 CBPS 系统的服务对服务通信:完善与验证
IF 4.1 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-24 DOI: 10.1007/s00500-024-09902-w
Sarah Hussein Toman, Aida Lahouij, Sonia Kotel, Lazhar Hamel, Zinah Hussein Toman, Mohamed Graiet

The Internet of Things (IoT) is a network of devices that can communicate and cooperate over the Internet. As the IoT expands, guaranteeing the dependability and accuracy of communication systems becomes increasingly important. One of the key challenges faced in the process of system development is the need to detection the errors in the early phases of system development. Formal techniques are the gold standard for ensuring a system’s correctness. In the context of the IoT, this paper presents an Event-B formal model for the verification of the correctness of Content-Based Publish/Subscribe Systems (CBPS). We developed our model using Event-B, which is an incrementally formal technique with a plugin-supported platform. Furthermore, it supports both theorem proving and model checking. The incremental method uses a series of refining processes to help manage complexity. The paper offers a thorough exposition of the CBPS architecture, with an emphasis on decentralised design, reliable message delivery, and message ordering. This formalised method ensures that the CBPS system satisfies its criteria and free of errors. As a case study for our concept, we employ a smart home system. Finally, we validate and verify the formal model using proof obligations and the Rodin platform.

物联网(IoT)是一个可以通过互联网进行通信和合作的设备网络。随着物联网的扩展,保证通信系统的可靠性和准确性变得越来越重要。系统开发过程中面临的主要挑战之一是需要在系统开发的早期阶段检测错误。形式化技术是确保系统正确性的黄金标准。在物联网的背景下,本文提出了一种事件-B 形式模型,用于验证基于内容的发布/订阅系统(CBPS)的正确性。我们使用 Event-B 开发了我们的模型,这是一种具有插件支持平台的增量形式化技术。此外,它还支持定理证明和模型检查。增量方法使用一系列精炼过程来帮助管理复杂性。论文对 CBPS 架构进行了全面阐述,重点是分散式设计、可靠的消息传递和消息排序。这种正规化的方法可确保 CBPS 系统满足其标准,并且不会出错。作为我们概念的案例研究,我们采用了一个智能家居系统。最后,我们利用证明义务和 Rodin 平台验证了正式模型。
{"title":"Service to service communication based on CBPS system: refinement and verification","authors":"Sarah Hussein Toman, Aida Lahouij, Sonia Kotel, Lazhar Hamel, Zinah Hussein Toman, Mohamed Graiet","doi":"10.1007/s00500-024-09902-w","DOIUrl":"https://doi.org/10.1007/s00500-024-09902-w","url":null,"abstract":"<p>The Internet of Things (IoT) is a network of devices that can communicate and cooperate over the Internet. As the IoT expands, guaranteeing the dependability and accuracy of communication systems becomes increasingly important. One of the key challenges faced in the process of system development is the need to detection the errors in the early phases of system development. Formal techniques are the gold standard for ensuring a system’s correctness. In the context of the IoT, this paper presents an Event-B formal model for the verification of the correctness of Content-Based Publish/Subscribe Systems (CBPS). We developed our model using Event-B, which is an incrementally formal technique with a plugin-supported platform. Furthermore, it supports both theorem proving and model checking. The incremental method uses a series of refining processes to help manage complexity. The paper offers a thorough exposition of the CBPS architecture, with an emphasis on decentralised design, reliable message delivery, and message ordering. This formalised method ensures that the CBPS system satisfies its criteria and free of errors. As a case study for our concept, we employ a smart home system. Finally, we validate and verify the formal model using proof obligations and the Rodin platform.</p>","PeriodicalId":22039,"journal":{"name":"Soft Computing","volume":"61 1","pages":""},"PeriodicalIF":4.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141779089","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Soft Computing
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1