首页 > 最新文献

Computational and Mathematical Methods最新文献

英文 中文
A Bit-Parallel Tabu Search Algorithm for Finding E(s2)-Optimal and Minimax-Optimal Supersaturated Designs 寻找最优和最小最大最优过饱和设计的位并行禁忌搜索算法
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-06-06 DOI: 10.1155/2023/9431476
Luis B. Morales, Dursun A. Bulutoglu

We prove the equivalence of two-symbol supersaturated designs (SSDs) with N (even) rows, m columns, and smax = 4t + i, where i ∈ {0, 2} and t≥0 and resolvable incomplete block designs (RIBDs) whose any two blocks intersect in at most (N + 4t + i)/4 points. Using this equivalence, we formulate the search for two-symbol E(s2)-optimal and minimax-optimal SSDs with smax ∈ {2, 4, 6} as a search for RIBDs whose blocks intersect accordingly. This allows developing a bit-parallel tabu search (TS) algorithm. The TS algorithm found E(s2)-optimal and minimax-optimal SSDs achieving the sharpest known E(s2) lower bound with smax ∈ {2, 4, 6} of sizes (N, m) = (16, 25), (16, 26), (16, 27), (18, 23), (18, 24), (18, 25), (18, 26), (18, 27), (18, 28), (18, 29), (20, 21), (22, 22), (22, 23), (24, 24), and (24, 25). In each of these cases, no such SSD could previously be found.

TS算法发现es2是最优的最小最优ssd实现已知的最尖锐的s2下界s Max∈2,4,6个尺寸N, m = 16,25,(16,26),(16,27),(18,23),(18,24),(18,25),(18,26),(18,27),(18,28),(18,29),(20,21),(22,22),(22,23),(24,24),(24,25)。在每一种情况下,以前都找不到这种固态硬盘。
{"title":"A Bit-Parallel Tabu Search Algorithm for Finding E(s2)-Optimal and Minimax-Optimal Supersaturated Designs","authors":"Luis B. Morales,&nbsp;Dursun A. Bulutoglu","doi":"10.1155/2023/9431476","DOIUrl":"10.1155/2023/9431476","url":null,"abstract":"<div>\u0000 <p>We prove the equivalence of two-symbol supersaturated designs (SSDs) with <i>N</i> (even) rows, <i>m</i> columns, and <i>s</i><sub>max</sub> = 4<i>t</i> + <i>i</i>, where <i>i</i> ∈ {0, 2} and <i>t</i> ∈ <i>ℤ</i><sup>≥0</sup> and resolvable incomplete block designs (RIBDs) whose any two blocks intersect in at most (<i>N</i> + 4<i>t</i> + <i>i</i>)/4 points. Using this equivalence, we formulate the search for two-symbol <i>E</i>(<i>s</i><sup>2</sup>)-optimal and minimax-optimal SSDs with <i>s</i><sub>max</sub> ∈ {2, 4, 6} as a search for RIBDs whose blocks intersect accordingly. This allows developing a bit-parallel tabu search (TS) algorithm. The TS algorithm found <i>E</i>(<i>s</i><sup>2</sup>)-optimal and minimax-optimal SSDs achieving the sharpest known <i>E</i>(<i>s</i><sup>2</sup>) lower bound with <i>s</i><sub>max</sub> ∈ {2, 4, 6} of sizes (<i>N</i>, <i>m</i>) = (16, 25), (16, 26), (16, 27), (18, 23), (18, 24), (18, 25), (18, 26), (18, 27), (18, 28), (18, 29), (20, 21), (22, 22), (22, 23), (24, 24), and (24, 25). In each of these cases, no such SSD could previously be found.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/9431476","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87528776","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards Supercomputing Categorizing the Maliciousness upon Cybersecurity Blacklists with Concept Drift 基于概念漂移的网络安全黑名单恶意分类研究
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-05-20 DOI: 10.1155/2023/5780357
M. V. Carriegos, N. DeCastro-García, D. Escudero

In this article, we have carried out a case study to optimize the classification of the maliciousness of cybersecurity events by IP addresses using machine learning techniques. The optimization is studied focusing on time complexity. Firstly, we have used the extreme gradient boosting model, and secondly, we have parallelized the machine learning algorithm to study the effect of using a different number of cores for the problem. We have classified the cybersecurity events’ maliciousness in a biclass and a multiclass scenario. All the experiments have been carried out with a well-known optimal set of features: the geolocation information of the IP address. However, the geolocation features of an IP address can change over time. Also, the relation between the IP address and its label of maliciousness can be modified if we test the address several times. Then, the models’ performance could degrade because the information acquired from training on past samples may not generalize well to new samples. This situation is known as concept drift. For this reason, it is necessary to study if the optimization proposed works in a concept drift scenario. The results show that the concept drift does not degrade the models. Also, boosting algorithms achieving competitive or better performance compared to similar research works for the biclass scenario and an effective categorization for the multiclass case. The best efficient setting is reached using five nodes regarding high-performance computation resources.

在本文中,我们进行了一个案例研究,利用机器学习技术优化IP地址对网络安全事件的恶意分类。重点研究了时间复杂度的优化问题。首先,我们使用了极端梯度增强模型,其次,我们将机器学习算法并行化,研究使用不同核数对问题的影响。我们将网络安全事件的恶意分类为一类和多类场景。所有的实验都是用一组众所周知的最优特征进行的:IP地址的地理位置信息。然而,IP地址的地理位置特征会随着时间的推移而改变。另外,通过对IP地址进行多次测试,可以修改IP地址与其恶意标签之间的关系。然后,模型的性能可能会下降,因为从过去样本的训练中获得的信息可能不能很好地推广到新的样本。这种情况被称为概念漂移。因此,有必要研究所提出的优化是否在概念漂移情况下有效。结果表明,概念漂移不会降低模型的质量。此外,与类似的双类场景研究工作相比,增强算法实现了具有竞争力或更好的性能,并对多类情况进行了有效的分类。在高性能计算资源方面,使用5个节点可以达到最佳效率设置。
{"title":"Towards Supercomputing Categorizing the Maliciousness upon Cybersecurity Blacklists with Concept Drift","authors":"M. V. Carriegos,&nbsp;N. DeCastro-García,&nbsp;D. Escudero","doi":"10.1155/2023/5780357","DOIUrl":"10.1155/2023/5780357","url":null,"abstract":"<div>\u0000 <p>In this article, we have carried out a case study to optimize the classification of the maliciousness of cybersecurity events by IP addresses using machine learning techniques. The optimization is studied focusing on time complexity. Firstly, we have used the extreme gradient boosting model, and secondly, we have parallelized the machine learning algorithm to study the effect of using a different number of cores for the problem. We have classified the cybersecurity events’ maliciousness in a biclass and a multiclass scenario. All the experiments have been carried out with a well-known optimal set of features: the geolocation information of the IP address. However, the geolocation features of an IP address can change over time. Also, the relation between the IP address and its label of maliciousness can be modified if we test the address several times. Then, the models’ performance could degrade because the information acquired from training on past samples may not generalize well to new samples. This situation is known as concept drift. For this reason, it is necessary to study if the optimization proposed works in a concept drift scenario. The results show that the concept drift does not degrade the models. Also, boosting algorithms achieving competitive or better performance compared to similar research works for the biclass scenario and an effective categorization for the multiclass case. The best efficient setting is reached using five nodes regarding high-performance computation resources.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/5780357","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88959618","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Dual Solutions and Stability Analysis of Cu-H2O-Casson Nanofluid Convection past a Heated Stretching/Shrinking Slippery Sheet in a Porous Medium Cu-H2O-Casson纳米流体对流在多孔介质中加热拉伸/收缩滑片的双溶液和稳定性分析
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-05-18 DOI: 10.1155/2023/6671523
Kifle Adula Duguma, Oluwole Daniel Makinde, Lemi Guta Enyadene

In this study, we examined the impact of Cu-H2O nanoparticles on two-dimensional Casson nanofluid flows past permeable stretching/shrinking sheet embedded in a Darcy-Forchheimer porous medium in the presence of slipperiness of surface, suction/injection, viscous dissipation, and convective heating. Using some realistic assumptions and appropriate similarity transformations, the governing nonlinear partial differential equations were formulated and transformed into a system of nonlinear ordinary differential equations and then numerically solved by using the shooting technique. Numerical results are displayed for dimensionless fluid velocity and temperature profiles, skin friction, and the local Nusselt number. The impacts of different governing physical parameters on these quantities are presented and discussed using graphs, tables, and a chart. For the specific range of shrinking sheet, the result shows that dual solutions exist, and temporal stability analysis is performed by introducing small disturbances to determine the stable solutions. It is detected that the upper branch solution is hydrodynamically stable and substantially realistic; however, the lower branch solution is unstable and physically unachievable. The fluid flow stability is obtained by enhancing the suction, surface slipperiness, and viscous dissipation parameters. However, augmenting the values of the Casson factor, Cu-H2O nanoparticle volume fraction, porous medium, porous medium inertia, and convective heating parameters increases the blow-up stability of the fluid flow. The rate of heat transfer enhances with the increment in the Casson factor, porous medium, porous medium inertia, suction, velocity ratio, nanoparticle volume fraction, and convective heating parameters, whereas it reduces as the slipperiness of the surface and viscous dissipation parameters rise. Increment of Cu-H2O nanoparticle volume fraction into the Casson fluid boosts the heat transfer enhancement rate higher for the shrinking sheet surface.

在这项研究中,我们研究了Cu-H2O纳米颗粒对二维卡森纳米流体流过Darcy-Forchheimer多孔介质中可渗透拉伸/收缩片的影响,包括表面光滑性、吸力/注入、粘性耗散和对流加热。利用一些现实的假设和适当的相似变换,将控制非线性偏微分方程转化为非线性常微分方程组,然后利用射击技术进行数值求解。数值结果显示无量纲流体速度和温度分布,表面摩擦和局部努塞尔数。不同的控制物理参数对这些量的影响使用图形、表格和图表进行了介绍和讨论。对于收缩片的特定范围,结果表明存在对偶解,并通过引入小扰动进行时间稳定性分析以确定稳定解。检测到上分支解是水动力稳定的,基本符合实际;然而,较低的分支解是不稳定的,并且在物理上无法实现。通过提高吸力、表面滑度和粘性耗散参数来获得流体的流动稳定性。而增大卡森因子、Cu-H2O纳米颗粒体积分数、多孔介质、多孔介质惯量和对流加热等参数的值,可提高流体的爆破稳定性。传热速率随卡森系数、多孔介质、多孔介质惯量、吸力、速度比、纳米颗粒体积分数和对流加热参数的增大而增大,随表面光滑度和粘性耗散参数的增大而减小。卡森流体中Cu-H2O纳米颗粒体积分数的增加使收缩的薄片表面的传热增强率更高。
{"title":"Dual Solutions and Stability Analysis of Cu-H2O-Casson Nanofluid Convection past a Heated Stretching/Shrinking Slippery Sheet in a Porous Medium","authors":"Kifle Adula Duguma,&nbsp;Oluwole Daniel Makinde,&nbsp;Lemi Guta Enyadene","doi":"10.1155/2023/6671523","DOIUrl":"10.1155/2023/6671523","url":null,"abstract":"<div>\u0000 <p>In this study, we examined the impact of Cu-H<sub>2</sub>O nanoparticles on two-dimensional Casson nanofluid flows past permeable stretching/shrinking sheet embedded in a Darcy-Forchheimer porous medium in the presence of slipperiness of surface, suction/injection, viscous dissipation, and convective heating. Using some realistic assumptions and appropriate similarity transformations, the governing nonlinear partial differential equations were formulated and transformed into a system of nonlinear ordinary differential equations and then numerically solved by using the shooting technique. Numerical results are displayed for dimensionless fluid velocity and temperature profiles, skin friction, and the local Nusselt number. The impacts of different governing physical parameters on these quantities are presented and discussed using graphs, tables, and a chart. For the specific range of shrinking sheet, the result shows that dual solutions exist, and temporal stability analysis is performed by introducing small disturbances to determine the stable solutions. It is detected that the upper branch solution is hydrodynamically stable and substantially realistic; however, the lower branch solution is unstable and physically unachievable. The fluid flow stability is obtained by enhancing the suction, surface slipperiness, and viscous dissipation parameters. However, augmenting the values of the Casson factor, Cu-H<sub>2</sub>O nanoparticle volume fraction, porous medium, porous medium inertia, and convective heating parameters increases the blow-up stability of the fluid flow. The rate of heat transfer enhances with the increment in the Casson factor, porous medium, porous medium inertia, suction, velocity ratio, nanoparticle volume fraction, and convective heating parameters, whereas it reduces as the slipperiness of the surface and viscous dissipation parameters rise. Increment of Cu-H<sub>2</sub>O nanoparticle volume fraction into the Casson fluid boosts the heat transfer enhancement rate higher for the shrinking sheet surface.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/6671523","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79049515","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the Use of Commercial Finite Element Packages for a Dimensionless Solution to a Class of Problems 一类问题的无量纲解的商用有限元包的应用
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-05-12 DOI: 10.1155/2023/4839057
S. Pashah

Physical laws provide a mathematical description of a physical phenomenon. The mathematical description is generally in the form of differential equations with appropriate initial and boundary conditions, called initial boundary value problems. The dimensionless form of an initial boundary value problem is the first step for the solution to a class of problems. The approach is generally applied for closed-form (or analytical) solutions, whereas practical engineering problems can only be solved numerically. Commercial finite element packages are commonly used for the numerical solution of engineering problems with complexities caused by geometry, loading, and material properties. A numerical solution does not produce a formula; therefore, a completely new solution must be obtained even for minor changes in the data set. A single-dimensionless finite element analysis would solve a class of problems. Literature shows that user-developed finite element codes, not accessible for general use, are generally used for dimensionless finite element solutions. The availability of dimensionless analysis in a commercial finite element package would be very convenient. Commercial packages do not have built-in dimensionless formulations. However, all mainstream packages allow user-implemented formulation through different coding requirements. At least one researcher has used a commercial package for dimensionless analyses without coding. The work presents a guide on alternate implementation methods of dimensionless formulations in commercial packages. A sample case demonstrates the stepwise implementation of a dimensionless formulation without writing a customized finite element code.

物理定律提供了对物理现象的数学描述。数学上的描述一般是用微分方程的形式,有适当的初始和边界条件,称为初始边值问题。初始边值问题的无量纲形式是求解一类问题的第一步。该方法通常用于封闭形式(或解析)解,而实际工程问题只能用数值方法解决。商业有限元软件包通常用于由几何、载荷和材料特性引起的复杂工程问题的数值解。数值解不能产生公式;因此,即使数据集发生了很小的变化,也必须得到一个全新的解决方案。单维有限元分析可以解决一类问题。文献表明,用户开发的有限元代码,不可用于一般用途,通常用于无因次有限元解。无量纲分析在商业有限元软件包中的可用性将是非常方便的。商业包装没有内置的无因次配方。然而,所有主流软件包都允许用户通过不同的编码需求实现配方。至少有一位研究人员使用商业软件包进行无量纲分析,而无需编码。该工作提出了在商业包装的无量纲配方的替代实施方法的指南。一个示例案例演示了在不编写自定义有限元代码的情况下逐步实现无量纲公式。
{"title":"On the Use of Commercial Finite Element Packages for a Dimensionless Solution to a Class of Problems","authors":"S. Pashah","doi":"10.1155/2023/4839057","DOIUrl":"10.1155/2023/4839057","url":null,"abstract":"<div>\u0000 <p>Physical laws provide a mathematical description of a physical phenomenon. The mathematical description is generally in the form of differential equations with appropriate initial and boundary conditions, called initial boundary value problems. The dimensionless form of an initial boundary value problem is the first step for the solution to a class of problems. The approach is generally applied for closed-form (or analytical) solutions, whereas practical engineering problems can only be solved numerically. Commercial finite element packages are commonly used for the numerical solution of engineering problems with complexities caused by geometry, loading, and material properties. A numerical solution does not produce a formula; therefore, a completely new solution must be obtained even for minor changes in the data set. A single-dimensionless finite element analysis would solve a class of problems. Literature shows that user-developed finite element codes, not accessible for general use, are generally used for dimensionless finite element solutions. The availability of dimensionless analysis in a commercial finite element package would be very convenient. Commercial packages do not have built-in dimensionless formulations. However, all mainstream packages allow user-implemented formulation through different coding requirements. At least one researcher has used a commercial package for dimensionless analyses without coding. The work presents a guide on alternate implementation methods of dimensionless formulations in commercial packages. A sample case demonstrates the stepwise implementation of a dimensionless formulation without writing a customized finite element code.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-05-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/4839057","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72507517","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hamiltonicity in Directed Toeplitz Graphs with s1 = 1 and s3 = 4 s 1 = 1和s 3 = 4的有向Toeplitz图的哈密性
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-04-17 DOI: 10.1155/2023/3676487
Shabnam Malik

A directed Toeplitz graph Tns1, ⋯, sk; t1, ⋯, tl〉 with vertices 1, 2, ⋯, n is a directed graph whose adjacency matrix is a Toeplitz matrix. In this paper, we investigate the Hamiltonicity in directed Toeplitz graphs Tns1, ⋯, sk; t1, ⋯, tl〉 with s1 = 1 and s3 = 4.

A导演Toeplitz graph T n h s 1,⋯,s k;t 1⋯,t l i和vertices 1, 2,⋯,n是一个导演graph一个adjacency矩阵是矩阵a Toeplitz。在这篇文章里,我们investigate Hamiltonicity》导演Toeplitz graphs T n h s 1,⋯,s k;t 1⋯,t l i s = 1和s 3 = 4。
{"title":"Hamiltonicity in Directed Toeplitz Graphs with s1 = 1 and s3 = 4","authors":"Shabnam Malik","doi":"10.1155/2023/3676487","DOIUrl":"10.1155/2023/3676487","url":null,"abstract":"<div>\u0000 <p>A directed Toeplitz graph <i>T</i><sub><i>n</i></sub>〈<i>s</i><sub>1</sub>, ⋯, <i>s</i><sub><i>k</i></sub>; <i>t</i><sub>1</sub>, ⋯, <i>t</i><sub><i>l</i></sub>〉 with vertices 1, 2, ⋯, <i>n</i> is a directed graph whose adjacency matrix is a Toeplitz matrix. In this paper, we investigate the Hamiltonicity in directed Toeplitz graphs <i>T</i><sub><i>n</i></sub>〈<i>s</i><sub>1</sub>, ⋯, <i>s</i><sub><i>k</i></sub>; <i>t</i><sub>1</sub>, ⋯, <i>t</i><sub><i>l</i></sub>〉 with <i>s</i><sub>1</sub> = 1 and <i>s</i><sub>3</sub> = 4.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-04-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/3676487","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75992704","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Mathematical Modeling of COVID-19 with Periodic Transmission: The Case of South Africa 周期性传播COVID-19的数学模型:以南非为例
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-15 DOI: 10.1155/2023/9326843
Belthasara Assan, Farai Nyabadza

The data on SARS-CoV-2 (COVID-19) in South Africa show seasonal transmission patterns to date, with the peaks having occurred in winter and summer since the outbreaks began. The transmission dynamics have mainly been driven by variations in environmental factors and virus evolution, and the two are at the center of driving the different waves of the disease. It is thus important to understand the role of seasonality in the transmission dynamics of COVID-19. In this paper, a compartmental model with a time-dependent transmission rate is formulated and the stabilities of the steady states analyzed. We note that if R0 < 1, the disease-free equilibrium is globally asymptotically stable, and the disease completely dies out; and when R0 > 1, the system admits a positive periodic solution, and the disease is uniformly or periodically persistent. The model is fitted to data on new cases in South Africa for the first four waves. The model results indicate the need to consider seasonality in the transmission dynamics of COVID-19 and its importance in modeling fluctuations in the data for new cases. The potential impact of seasonality in the transmission patterns of COVID-19 and the public health implications is discussed.

南非关于SARS-CoV-2 (COVID-19)的数据显示了迄今为止的季节性传播模式,自疫情开始以来,高峰发生在冬季和夏季。传播动态主要是由环境因素和病毒进化的变化驱动的,这两者是驱动疾病不同波的核心。因此,了解季节性在COVID-19传播动态中的作用非常重要。本文建立了具有时变传输速率的隔室模型,并分析了稳态的稳定性。我们注意到,当r0 = 1时,系统允许一个正周期解,并且疾病是均匀或周期性持续的。该模型适用于南非前四波新病例的数据。模型结果表明,需要考虑COVID-19传播动力学中的季节性及其在新病例数据波动建模中的重要性。讨论了季节性对COVID-19传播模式的潜在影响及其对公共卫生的影响。
{"title":"Mathematical Modeling of COVID-19 with Periodic Transmission: The Case of South Africa","authors":"Belthasara Assan,&nbsp;Farai Nyabadza","doi":"10.1155/2023/9326843","DOIUrl":"10.1155/2023/9326843","url":null,"abstract":"<div>\u0000 <p>The data on SARS-CoV-2 (COVID-19) in South Africa show seasonal transmission patterns to date, with the peaks having occurred in winter and summer since the outbreaks began. The transmission dynamics have mainly been driven by variations in environmental factors and virus evolution, and the two are at the center of driving the different waves of the disease. It is thus important to understand the role of seasonality in the transmission dynamics of COVID-19. In this paper, a compartmental model with a time-dependent transmission rate is formulated and the stabilities of the steady states analyzed. We note that if <i>R</i><sub>0</sub> &lt; 1, the disease-free equilibrium is globally asymptotically stable, and the disease completely dies out; and when <i>R</i><sub>0</sub> &gt; 1, the system admits a positive periodic solution, and the disease is uniformly or periodically persistent. The model is fitted to data on new cases in South Africa for the first four waves. The model results indicate the need to consider seasonality in the transmission dynamics of COVID-19 and its importance in modeling fluctuations in the data for new cases. The potential impact of seasonality in the transmission patterns of COVID-19 and the public health implications is discussed.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2023 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2023-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2023/9326843","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74227046","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Modeling and Optimal Control Analysis for Malaria Transmission with Role of Climate Variability 考虑气候变率的疟疾传播建模与最优控制分析
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2022-12-02 DOI: 10.1155/2022/9667396
Temesgen Duressa Keno, Lemessa Bedjisa Dano, Oluwole Daniel Makinde

In this paper, we present a nonlinear deterministic mathematical model for malaria transmission dynamics incorporating climatic variability as a factor. First, we showed the limited region and nonnegativity of the solution, which demonstrate that the model is biologically relevant and mathematically well-posed. Furthermore, the fundamental reproduction number was determined using the next-generation matrix approach, and the sensitivity of model parameters was investigated to determine the most affecting parameter. The Jacobian matrix and the Lyapunov function are used to illustrate the local and global stability of the equilibrium locations. If the fundamental reproduction number is smaller than one, a disease-free equilibrium point is both locally and globally asymptotically stable, but endemic equilibrium occurs otherwise. The model exhibits forward and backward bifurcation. Moreover, we applied the optimal control theory to describe the optimal control model that incorporates three controls, namely, using treated bed net, treatment of infected with antimalaria drugs, and indoor residual spraying strategy. The Pontryagin’s maximum principle is introduced to obtain the necessary condition for the optimal control problem. Finally, the numerical simulation of optimality system and cost-effectiveness analysis reveals that the combination of treated bed net and treatment is the most optimal and least-cost strategy to minimize the malaria.

在本文中,我们提出了一个非线性确定性数学模型疟疾传播动力学纳入气候变化作为一个因素。首先,我们展示了解的有限区域和非负性,这表明该模型具有生物学相关性和数学上的良好定姿。采用新一代矩阵法确定了基本再现数,并研究了模型参数的灵敏度,确定了影响最大的参数。利用雅可比矩阵和李雅普诺夫函数说明平衡位置的局部稳定性和全局稳定性。如果基本繁殖数小于1,则无病平衡点是局部和全局渐近稳定的,否则发生地方性平衡。该模型具有正向分岔和后向分岔。此外,我们应用最优控制理论描述了包含三个控制的最优控制模型,即使用处理过的蚊帐、使用抗疟药物治疗感染者和室内残留喷洒策略。引入庞特里亚金极大值原理,得到了最优控制问题的必要条件。最后,通过优化系统的数值模拟和成本-效果分析表明,处理过的蚊帐与治疗相结合是减少疟疾的最优、成本最小的策略。
{"title":"Modeling and Optimal Control Analysis for Malaria Transmission with Role of Climate Variability","authors":"Temesgen Duressa Keno,&nbsp;Lemessa Bedjisa Dano,&nbsp;Oluwole Daniel Makinde","doi":"10.1155/2022/9667396","DOIUrl":"10.1155/2022/9667396","url":null,"abstract":"<div>\u0000 <p>In this paper, we present a nonlinear deterministic mathematical model for malaria transmission dynamics incorporating climatic variability as a factor. First, we showed the limited region and nonnegativity of the solution, which demonstrate that the model is biologically relevant and mathematically well-posed. Furthermore, the fundamental reproduction number was determined using the next-generation matrix approach, and the sensitivity of model parameters was investigated to determine the most affecting parameter. The Jacobian matrix and the Lyapunov function are used to illustrate the local and global stability of the equilibrium locations. If the fundamental reproduction number is smaller than one, a disease-free equilibrium point is both locally and globally asymptotically stable, but endemic equilibrium occurs otherwise. The model exhibits forward and backward bifurcation. Moreover, we applied the optimal control theory to describe the optimal control model that incorporates three controls, namely, using treated bed net, treatment of infected with antimalaria drugs, and indoor residual spraying strategy. The Pontryagin’s maximum principle is introduced to obtain the necessary condition for the optimal control problem. Finally, the numerical simulation of optimality system and cost-effectiveness analysis reveals that the combination of treated bed net and treatment is the most optimal and least-cost strategy to minimize the malaria.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2022 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2022-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2022/9667396","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82514313","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Harmonic Mixture Weibull-G Family of Distributions: Properties, Regression and Applications to Medical Data 调和混合Weibull-G族分布:性质、回归及其在医疗数据中的应用
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2022-11-28 DOI: 10.1155/2022/2836545
Ernest Zamanah, Suleman Nasiru, Albert Luguterah

In recent years, the developments of new families of probability distributions have received greater attention as a result of desirable properties they exhibit in the modelling of data sets. The Harmonic Mixture Weibull-G family of distributions was developed in this study. The statistical properties were comprehensively presented and five special distributions developed from the family. The hazard functions of the special distributions were shown to exhibit various forms of monotone and nonmonotone shapes. The applications of the developed family to real data sets in medical studies revealed that the special distribution (Harmonic mixture Weibul Weibull distribution) provided a better fit to the data sets than other competitive models. A location-scale regression model was developed from the family and its application demonstrated using survival time data of hypertensive patients.

近年来,新的概率分布族的发展受到了越来越多的关注,因为它们在数据集建模中表现出了令人满意的性质。本文建立了调和混合Weibull-G分布族。全面介绍了统计性质,并从家族中发展出五个特殊分布。特殊分布的危险函数表现出各种形式的单调和非单调形状。在医学研究中对实际数据集的应用表明,特殊分布(调和混合威布尔威布尔分布)比其他竞争模型更适合数据集。以高血压患者的生存时间数据为基础,建立了一种基于家庭的位置尺度回归模型。
{"title":"Harmonic Mixture Weibull-G Family of Distributions: Properties, Regression and Applications to Medical Data","authors":"Ernest Zamanah,&nbsp;Suleman Nasiru,&nbsp;Albert Luguterah","doi":"10.1155/2022/2836545","DOIUrl":"10.1155/2022/2836545","url":null,"abstract":"<div>\u0000 <p>In recent years, the developments of new families of probability distributions have received greater attention as a result of desirable properties they exhibit in the modelling of data sets. The Harmonic Mixture Weibull-G family of distributions was developed in this study. The statistical properties were comprehensively presented and five special distributions developed from the family. The hazard functions of the special distributions were shown to exhibit various forms of monotone and nonmonotone shapes. The applications of the developed family to real data sets in medical studies revealed that the special distribution (Harmonic mixture Weibul Weibull distribution) provided a better fit to the data sets than other competitive models. A location-scale regression model was developed from the family and its application demonstrated using survival time data of hypertensive patients.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2022 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2022-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2022/2836545","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79303099","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Convergence Analysis of a Modified Forward-Backward Splitting Algorithm for Minimization and Application to Image Recovery 一种改进的前向后分割算法的收敛性分析及其在图像恢复中的应用
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2022-10-06 DOI: 10.1155/2022/3455998
Kunrada Kankam, Watcharaporn Cholamjiak, Prasit Cholamjiak

Many applications in applied sciences and engineering can be considered as the convex minimization problem with the sum of two functions. One of the most popular techniques to solve this problem is the forward-backward algorithm. In this work, we aim to present a new version of splitting algorithms by adapting with Tseng’s extragradient method and using the linesearch technique with inertial conditions. We obtain its convergence result under mild assumptions. Moreover, as applications, we provide numerical experiments to solve image recovery problem. We also compare our algorithm and demonstrate the efficiency to some known algorithms.

应用科学和工程中的许多应用都可以看作是两个函数和的凸极小化问题。解决这个问题的最流行的技术之一是向前-向后算法。在这项工作中,我们的目标是通过适应Tseng的提取方法和使用具有惯性条件的线研究技术,提出一种新的分裂算法。在温和的假设条件下得到了它的收敛结果。此外,作为应用,我们提供了数值实验来解决图像恢复问题。我们还比较了我们的算法,并证明了该算法与一些已知算法的效率。
{"title":"Convergence Analysis of a Modified Forward-Backward Splitting Algorithm for Minimization and Application to Image Recovery","authors":"Kunrada Kankam,&nbsp;Watcharaporn Cholamjiak,&nbsp;Prasit Cholamjiak","doi":"10.1155/2022/3455998","DOIUrl":"10.1155/2022/3455998","url":null,"abstract":"<div>\u0000 <p>Many applications in applied sciences and engineering can be considered as the convex minimization problem with the sum of two functions. One of the most popular techniques to solve this problem is the forward-backward algorithm. In this work, we aim to present a new version of splitting algorithms by adapting with Tseng’s extragradient method and using the linesearch technique with inertial conditions. We obtain its convergence result under mild assumptions. Moreover, as applications, we provide numerical experiments to solve image recovery problem. We also compare our algorithm and demonstrate the efficiency to some known algorithms.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2022 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2022-10-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2022/3455998","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80334013","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An LSTM-Autoencoder Architecture for Anomaly Detection Applied on Compressors Audio Data lstm自编码器结构在压缩音频数据异常检测中的应用
IF 0.9 Q3 MATHEMATICS, APPLIED Pub Date : 2022-09-29 DOI: 10.1155/2022/3622426
Pooyan Mobtahej, Xulong Zhang, Maryam Hamidi, Jing Zhang

The compressors used in today’s natural gas production industry have an essential role in maintaining the production line operational. Each of the compressors’ components has routine maintenance tasks to avoid sudden failures. Hence, the significant advantages and benefits of performing preventative maintenance tasks in time are decreasing equipment downtime, saving additional costs, and improving the safety and reliability of the whole system. In this paper, anomaly classification and detection methods based on a neural network hybrid model named Long Short-Term Memory (LSTM)-Autoencoder (AE) is proposed to detect anomalies in sequence pattern of audio data, collected by multiple sound sensors deployed at different components of each compressor system for predictive maintenance. In research methodology, this paper has conducted experiments that employed different RNN architectures such as GRU, LSTM, Stacked LSTM, and Stacked GRU with various functions to create a baseline for model evaluation. Each architecture used audio signals dataset received from the compressor system for experiments to consider each neural network model’s performance. According to performance results, an optimal model for anomaly detection with the best performance scores has been proposed in this research. Experiments combined one-dimensional raw audio signal features using SC and Mel spectrogram features were fed to deep learning models to evaluate performance. Hence, such hybrid methods can effectively detect normal and anomaly audio signals collected from a compressor system, increasing the compressor system’s reliability and the sustainability of the gas production line. The combination of multiple-resource features in the proposed hybrid model showed a 100% score in all four-evaluation metrics such as accuracy, precision, recall, and F1 in LSTM-based autoencoder in both test and train results.

在当今的天然气生产行业中使用的压缩机在维持生产线的运行中起着至关重要的作用。压缩机各部件均有例行维护任务,避免突发故障。因此,及时执行预防性维护任务的显著优势和好处是减少设备停机时间,节省额外成本,提高整个系统的安全性和可靠性。本文提出了一种基于长短期记忆(LSTM)-自动编码器(AE)神经网络混合模型的异常分类和检测方法,用于检测由部署在每个压缩机系统不同部件的多个声音传感器收集的音频数据序列模式中的异常,以进行预测性维护。在研究方法上,本文采用GRU、LSTM、Stacked LSTM、Stacked GRU等不同功能的RNN架构进行实验,为模型评估创建基线。每个架构都使用从压缩系统接收的音频信号数据集进行实验,以考虑每个神经网络模型的性能。根据性能结果,提出了一种具有最佳性能分数的最优异常检测模型。利用SC和Mel谱图特征结合一维原始音频信号特征的实验被馈送到深度学习模型中以评估性能。因此,这种混合方法可以有效地检测从压缩机系统收集的正常和异常音频信号,从而提高压缩机系统的可靠性和天然气生产线的可持续性。在测试和训练结果中,基于lstm的自编码器的多资源特征组合在所有四个评估指标(准确性、精密度、召回率和F1)中均获得100%的分数。
{"title":"An LSTM-Autoencoder Architecture for Anomaly Detection Applied on Compressors Audio Data","authors":"Pooyan Mobtahej,&nbsp;Xulong Zhang,&nbsp;Maryam Hamidi,&nbsp;Jing Zhang","doi":"10.1155/2022/3622426","DOIUrl":"10.1155/2022/3622426","url":null,"abstract":"<div>\u0000 <p>The compressors used in today’s natural gas production industry have an essential role in maintaining the production line operational. Each of the compressors’ components has routine maintenance tasks to avoid sudden failures. Hence, the significant advantages and benefits of performing preventative maintenance tasks in time are decreasing equipment downtime, saving additional costs, and improving the safety and reliability of the whole system. In this paper, anomaly classification and detection methods based on a neural network hybrid model named Long Short-Term Memory (LSTM)-Autoencoder (AE) is proposed to detect anomalies in sequence pattern of audio data, collected by multiple sound sensors deployed at different components of each compressor system for predictive maintenance. In research methodology, this paper has conducted experiments that employed different RNN architectures such as GRU, LSTM, Stacked LSTM, and Stacked GRU with various functions to create a baseline for model evaluation. Each architecture used audio signals dataset received from the compressor system for experiments to consider each neural network model’s performance. According to performance results, an optimal model for anomaly detection with the best performance scores has been proposed in this research. Experiments combined one-dimensional raw audio signal features using SC and Mel spectrogram features were fed to deep learning models to evaluate performance. Hence, such hybrid methods can effectively detect normal and anomaly audio signals collected from a compressor system, increasing the compressor system’s reliability and the sustainability of the gas production line. The combination of multiple-resource features in the proposed hybrid model showed a 100% score in all four-evaluation metrics such as accuracy, precision, recall, and F1 in LSTM-based autoencoder in both test and train results.</p>\u0000 </div>","PeriodicalId":100308,"journal":{"name":"Computational and Mathematical Methods","volume":"2022 1","pages":""},"PeriodicalIF":0.9,"publicationDate":"2022-09-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/2022/3622426","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72472834","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Computational and Mathematical Methods
全部 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