首页 > 最新文献

Programming and Computer Software最新文献

英文 中文
Synthesis and Initialization of Adaptive Neuro-Fuzzy Control Based on the SDRE Technique for a Two-Link Manipulator 基于 SDRE 技术的双链操纵器自适应神经模糊控制的合成与初始化
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s0361768823100031
D. A. Makarov, V. A. Puzach

Abstract

One of the open problems in modern control theory is synthesis of adaptive control for nonlinear systems with parametric uncertainty and analysis of stability of the corresponding closed-loop system. Fuzzy logic is one of the approaches that can take into account nonlinearity and uncertainty of the plant. Affine systems constitute a class of nonlinear systems often used to solve various practical problems. For this class, there are a number of methods for synthesis of controllers, in particular, a method based on the matrix Riccati equation with state-dependent coefficients. In this paper, for a given class of nonlinear systems, an adaptation mechanism of a neuro-fuzzy controller that approximates the control synthesized by the SDRE method is used for the first time. The main contribution of this work is the architecture of the neuro-fuzzy network and methods for its initialization. The proposed approach is applied to the model of a two-link manipulator with uncertain coefficients. The conducted numerical experiments demonstrate the effectiveness of the synthesized control in terms of the selected quality criteria.

摘要 现代控制理论中的一个未决问题是对具有参数不确定性的非线性系统进行自适应控制的综合以及相应闭环系统的稳定性分析。模糊逻辑是一种能考虑植物非线性和不确定性的方法。仿射系统是一类常用于解决各种实际问题的非线性系统。对于这一类系统,有许多控制器的合成方法,特别是一种基于矩阵里卡提方程的方法,其系数与状态有关。本文首次针对给定的一类非线性系统,使用了一种神经模糊控制器的适应机制,该机制近似于由 SDRE 方法合成的控制器。这项工作的主要贡献在于神经模糊网络的结构及其初始化方法。所提出的方法适用于具有不确定系数的双连杆机械手模型。所进行的数值实验证明了合成控制在所选质量标准方面的有效性。
{"title":"Synthesis and Initialization of Adaptive Neuro-Fuzzy Control Based on the SDRE Technique for a Two-Link Manipulator","authors":"D. A. Makarov, V. A. Puzach","doi":"10.1134/s0361768823100031","DOIUrl":"https://doi.org/10.1134/s0361768823100031","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>One of the open problems in modern control theory is synthesis of adaptive control for nonlinear systems with parametric uncertainty and analysis of stability of the corresponding closed-loop system. Fuzzy logic is one of the approaches that can take into account nonlinearity and uncertainty of the plant. Affine systems constitute a class of nonlinear systems often used to solve various practical problems. For this class, there are a number of methods for synthesis of controllers, in particular, a method based on the matrix Riccati equation with state-dependent coefficients. In this paper, for a given class of nonlinear systems, an adaptation mechanism of a neuro-fuzzy controller that approximates the control synthesized by the SDRE method is used for the first time. The main contribution of this work is the architecture of the neuro-fuzzy network and methods for its initialization. The proposed approach is applied to the model of a two-link manipulator with uncertain coefficients. The conducted numerical experiments demonstrate the effectiveness of the synthesized control in terms of the selected quality criteria.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"17 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140881679","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improving Fuzzing Using Input Data Offsets Comparison Information 利用输入数据偏移比较信息改进模糊测试
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s0361768823100092
S. Sargsyan

Abstract

There is a wide range of fuzzing techniques for security assurance. Communication protocols and programs accepting complex structured data, including compilers, can be efficiently tested with a corresponding fuzzing approach. The main advantage of the fuzzing is actual data, which demonstrates the defects of the target software. The performance of fuzzing primarily depends on the quality of generated data. Existing fuzzing tools provide a fixed set of data generation algorithms, which doesn’t consider the specifics of the target program. There are several scenarios when the performance of the fuzzing may suffer. The target may execute different parts of the code based on a comparison of the offsets of the input data with some constant value. For such cases, random mutations will invalidate input data and lead to lower code coverage.

In this paper, we present a new approach for effective input data generation. We use static analysis to extract information regarding the input data offsets’ comparisons with constant values. Then we use this information during input data generation. Experimental evaluation of the developed method on several projects proves the efficiency of the developed method. Our approach allowed up to 91% increase in the number of executed paths for the same execution count.

摘要在安全保证方面有多种模糊技术。通信协议和接受复杂结构数据的程序,包括编译器,都可以通过相应的模糊方法进行有效测试。模糊测试的主要优势在于能证明目标软件缺陷的实际数据。模糊测试的性能主要取决于生成数据的质量。现有的模糊工具提供了一套固定的数据生成算法,并没有考虑目标程序的具体情况。有几种情况可能会影响模糊测试的性能。目标程序可能会根据输入数据的偏移量与某个常量值的比较来执行代码的不同部分。在这种情况下,随机突变会使输入数据无效,导致代码覆盖率降低。在本文中,我们提出了一种有效生成输入数据的新方法。我们使用静态分析来提取有关输入数据偏移量与常量值比较的信息。然后,我们在生成输入数据时使用这些信息。在多个项目上对所开发方法进行的实验评估证明了所开发方法的效率。在执行次数相同的情况下,我们的方法使执行路径的数量增加了 91%。
{"title":"Improving Fuzzing Using Input Data Offsets Comparison Information","authors":"S. Sargsyan","doi":"10.1134/s0361768823100092","DOIUrl":"https://doi.org/10.1134/s0361768823100092","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>There is a wide range of fuzzing techniques for security assurance. Communication protocols and programs accepting complex structured data, including compilers, can be efficiently tested with a corresponding fuzzing approach. The main advantage of the fuzzing is actual data, which demonstrates the defects of the target software. The performance of fuzzing primarily depends on the quality of generated data. Existing fuzzing tools provide a fixed set of data generation algorithms, which doesn’t consider the specifics of the target program. There are several scenarios when the performance of the fuzzing may suffer. The target may execute different parts of the code based on a comparison of the offsets of the input data with some constant value. For such cases, random mutations will invalidate input data and lead to lower code coverage.</p><p>In this paper, we present a new approach for effective input data generation. We use static analysis to extract information regarding the input data offsets’ comparisons with constant values. Then we use this information during input data generation. Experimental evaluation of the developed method on several projects proves the efficiency of the developed method. Our approach allowed up to 91% increase in the number of executed paths for the same execution count.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"4 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140115058","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Layer-by-Layer Knowledge Distillation for Training Simplified Bipolar Morphological Neural Networks 用于训练简化双极形态神经网络的逐层知识蒸馏法
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s0361768823100080
M. V. Zingerenko, E. E. Limonova

Abstract

Various neuron approximations can be used to reduce the computational complexity of neural networks. One such approximation based on summation and maximum operations is a bipolar morphological neuron. This paper presents an improved structure of the bipolar morphological neuron that enhances its computational efficiency and a new approach to training based on continuous approximations of the maximum and knowledge distillation. Experiments were carried out on the MNIST dataset using a LeNet-like neural network architecture and on the CIFAR10 dataset using a ResNet-22 model architecture. The proposed training method achieves 99.45% classification accuracy on the LeNet-like model (the same accuracy as that provided by the classical network) and 86.69% accuracy on the ResNet-22 model compared with 86.43% accuracy of the classical model. The results show that the proposed method with log-sum-exp (LSE) approximation of the maximum and layer-by-layer knowledge distillation makes it possible to obtain a simplified bipolar morphological network that is not inferior to the classical networks.

摘要 各种神经元近似可用于降低神经网络的计算复杂度。双极形态神经元就是一种基于求和与最大值运算的近似方法。本文介绍了一种改进的双极形态神经元结构,它提高了计算效率,并提出了一种基于最大值连续逼近和知识提炼的新训练方法。本文使用 LeNet 类神经网络架构在 MNIST 数据集上进行了实验,并使用 ResNet-22 模型架构在 CIFAR10 数据集上进行了实验。所提出的训练方法在类 LeNet 模型上实现了 99.45% 的分类准确率(与经典网络提供的准确率相同),在 ResNet-22 模型上实现了 86.69% 的准确率,而经典模型的准确率为 86.43%。结果表明,所提出的最大值对数求和-exp(LSE)近似法和逐层知识提炼法可以得到一个简化的双极形态学网络,其分类准确率不低于经典网络。
{"title":"Layer-by-Layer Knowledge Distillation for Training Simplified Bipolar Morphological Neural Networks","authors":"M. V. Zingerenko, E. E. Limonova","doi":"10.1134/s0361768823100080","DOIUrl":"https://doi.org/10.1134/s0361768823100080","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>Various neuron approximations can be used to reduce the computational complexity of neural networks. One such approximation based on summation and maximum operations is a bipolar morphological neuron. This paper presents an improved structure of the bipolar morphological neuron that enhances its computational efficiency and a new approach to training based on continuous approximations of the maximum and knowledge distillation. Experiments were carried out on the MNIST dataset using a LeNet-like neural network architecture and on the CIFAR10 dataset using a ResNet-22 model architecture. The proposed training method achieves 99.45% classification accuracy on the LeNet-like model (the same accuracy as that provided by the classical network) and 86.69% accuracy on the ResNet-22 model compared with 86.43% accuracy of the classical model. The results show that the proposed method with log-sum-exp (LSE) approximation of the maximum and layer-by-layer knowledge distillation makes it possible to obtain a simplified bipolar morphological network that is not inferior to the classical networks.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"16 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140115062","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Knowledge Base Generation Based on Fuzzy Clustering 基于模糊聚类的知识库生成
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s0361768823100043
T. A. Moiseeva, T. M. Ledeneva

Abstract

An approach for generating an optimal rule base of a fuzzy system is proposed, that relies on ellipsoidal clustering of observable data. Premises of fuzzy rules are formed by constructing projections of ellipsoids onto the coordinate axes while conclusions are formed either using ellipsoid axes or also based on projections. The idea of optimization is in using ellipsoids of the minimal volume that includes all points of the cluster. A comparative analysis of various ways to choose optimal parameters for ellipsoids covering the clusters is performed. The root-mean-square error is used to estimate the approximation accuracy of the resulting fuzzy system.

摘要 提出了一种生成模糊系统优化规则库的方法,该方法依赖于对可观测数据的椭球聚类。模糊规则的前提是通过构建椭球体在坐标轴上的投影形成的,而结论则是通过椭球体轴或投影形成的。优化的理念在于使用包含集群所有点的最小体积的椭球体。对选择覆盖集群的椭球体最佳参数的各种方法进行了比较分析。均方根误差用于估算模糊系统的近似精度。
{"title":"Knowledge Base Generation Based on Fuzzy Clustering","authors":"T. A. Moiseeva, T. M. Ledeneva","doi":"10.1134/s0361768823100043","DOIUrl":"https://doi.org/10.1134/s0361768823100043","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>An approach for generating an optimal rule base of a fuzzy system is proposed, that relies on ellipsoidal clustering of observable data. Premises of fuzzy rules are formed by constructing projections of ellipsoids onto the coordinate axes while conclusions are formed either using ellipsoid axes or also based on projections. The idea of optimization is in using ellipsoids of the minimal volume that includes all points of the cluster. A comparative analysis of various ways to choose optimal parameters for ellipsoids covering the clusters is performed. The root-mean-square error is used to estimate the approximation accuracy of the resulting fuzzy system.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"79 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140115034","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Analysis of Traces on Discharged Bullets by the Congruent Matching Profile Segments Method and k-Nearest Neighbors 用同调匹配轮廓分段法和 k 近邻法分析出膛子弹痕迹
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s036176882310002x
V. A. Fedorenko, K. O. Sorokina, P. V. Giverts

Abstract

This paper discusses the problem of classifying images of land impressions on discharged bullets in terms of the “match” and “non-match” categories. The research is aimed at improving the effectiveness of comparing land impression images by the congruent matching profile segments (CMPS) method. The scientific novelty of the approach is in supplementing the analysis with an additional independent feature, as well as in using the k-nearest neighbors algorithm at the final stage of trace comparison. The research shows that the accuracy of classification of the compared pairs of land impression images by the combined method is approximately 87%. The analysis by the CMPS method makes it possible to effectively compare land impression images with high resolution (approximately 1 μm per pixel). The research is of interest to developers of automated ballistic identification systems.

摘 要 本文讨论了如何将排弹上的土地印记图像按 "匹配 "和 "不匹配 "类别进行分类的问题。研究的目的是通过全同匹配轮廓片段(CMPS)方法提高比较弹着点图像的有效性。该方法的科学新颖之处在于通过额外的独立特征对分析进行补充,以及在痕迹比较的最后阶段使用 k 近邻算法。研究表明,采用综合方法对比较过的成对地表印象图像进行分类的准确率约为 87%。通过 CMPS 方法进行分析,可以有效比较高分辨率(每个像素约 1 μm)的土地印记图像。这项研究对自动弹道识别系统的开发人员很有意义。
{"title":"Analysis of Traces on Discharged Bullets by the Congruent Matching Profile Segments Method and k-Nearest Neighbors","authors":"V. A. Fedorenko, K. O. Sorokina, P. V. Giverts","doi":"10.1134/s036176882310002x","DOIUrl":"https://doi.org/10.1134/s036176882310002x","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>This paper discusses the problem of classifying images of land impressions on discharged bullets in terms of the “match” and “non-match” categories. The research is aimed at improving the effectiveness of comparing land impression images by the congruent matching profile segments (CMPS) method. The scientific novelty of the approach is in supplementing the analysis with an additional independent feature, as well as in using the <i>k</i>-nearest neighbors algorithm at the final stage of trace comparison. The research shows that the accuracy of classification of the compared pairs of land impression images by the combined method is approximately 87%. The analysis by the CMPS method makes it possible to effectively compare land impression images with high resolution (approximately 1 μm per pixel). The research is of interest to developers of automated ballistic identification systems.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"76 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140115037","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Analysis of Vulnerabilities of Neural Network Image Recognition Technologies 神经网络图像识别技术的脆弱性分析
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-03-12 DOI: 10.1134/s0361768823100079
A. V. Trusov, E. E. Limonova, V. V. Arlazarov, A. A. Zatsarinnyy

Abstract

The problem of vulnerability of artificial intelligence technologies based on neural networks is considered. It is shown that the use of neural networks generates a lot of vulnerabilities. Examples of such vulnerabilities are demonstrated, such as incorrect classification of images containing adversarial noise or patches, failure of recognition systems in the presence of special patterns in the image, including those applied to objects in the real world, training data poisoning, etc. Based on the analysis, the need to improve the security of artificial intelligence technologies is shown, and some considerations that contribute to this improvement are discussed.

摘要 研究了基于神经网络的人工智能技术的脆弱性问题。研究表明,神经网络的使用会产生许多漏洞。举例说明了这些漏洞,如对含有对抗噪声或补丁的图像进行错误分类、在图像中存在特殊模式(包括应用于现实世界中物体的模式)时识别系统失效、训练数据中毒等。在分析的基础上,说明了提高人工智能技术安全性的必要性,并讨论了有助于提高安全性的一些考虑因素。
{"title":"Analysis of Vulnerabilities of Neural Network Image Recognition Technologies","authors":"A. V. Trusov, E. E. Limonova, V. V. Arlazarov, A. A. Zatsarinnyy","doi":"10.1134/s0361768823100079","DOIUrl":"https://doi.org/10.1134/s0361768823100079","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>The problem of vulnerability of artificial intelligence technologies based on neural networks is considered. It is shown that the use of neural networks generates a lot of vulnerabilities. Examples of such vulnerabilities are demonstrated, such as incorrect classification of images containing adversarial noise or patches, failure of recognition systems in the presence of special patterns in the image, including those applied to objects in the real world, training data poisoning, etc. Based on the analysis, the need to improve the security of artificial intelligence technologies is shown, and some considerations that contribute to this improvement are discussed.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"16 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140881593","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Empowering National Research and Education Networks through Monitoring and Advanced Emulation: ASNET-AM Use Cases and Lessons Learned 通过监控和高级仿真增强国家研究和教育网络的能力:ASNET-AM 使用案例和经验教训
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-01-26 DOI: 10.1134/s0361768823090062
A. Manasyan, R. Tadevosyan, V. Sahakyan, A. Petrosyan, H. Astsatryan

Abstract

National Research and Education Networks (NRENs) are pivotal in modern research and education, providing a dynamic ecosystem for academic and scientific communities. These networks form the backbone for crucial infrastructures and services, propelling research, education, and innovation. This article explores the role of monitoring and advanced emulation in enhancing NREN performance. The experiences of ASNET-AM, the Armenian NREN, in leveraging these techniques are presented, highlighting the benefits and challenges.

摘要 国家研究和教育网络(NREN)在现代研究和教育中举足轻重,为学术和科学界提供了一个充满活力的生态系统。这些网络是重要基础设施和服务的骨干,推动着研究、教育和创新。本文探讨了监控和高级仿真在提高 NREN 性能方面的作用。文章介绍了亚美尼亚 NREN ASNET-AM 在利用这些技术方面的经验,突出强调了其优势和挑战。
{"title":"Empowering National Research and Education Networks through Monitoring and Advanced Emulation: ASNET-AM Use Cases and Lessons Learned","authors":"A. Manasyan, R. Tadevosyan, V. Sahakyan, A. Petrosyan, H. Astsatryan","doi":"10.1134/s0361768823090062","DOIUrl":"https://doi.org/10.1134/s0361768823090062","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>National Research and Education Networks (NRENs) are pivotal in modern research and education, providing a dynamic ecosystem for academic and scientific communities. These networks form the backbone for crucial infrastructures and services, propelling research, education, and innovation. This article explores the role of monitoring and advanced emulation in enhancing NREN performance. The experiences of ASNET-AM, the Armenian NREN, in leveraging these techniques are presented, highlighting the benefits and challenges.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"23 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139582890","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Aging Properties of Actual and Virtual Waiting Times in the GI|G|1|∞ Queuing Model GI|G|1|∞ 排队模型中实际等待时间和虚拟等待时间的老化特性
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-01-26 DOI: 10.1134/s0361768823090049
R. Chitchyan

Abstract

The article considers a single-channel non-Poisson queuing model GI|G|1| with a FIFO “first-in-first-out” service discipline in stationary conditions and system load intensity less than one. One of the important concepts of the mathematical theory of reliability is the property of increasing the hazard rate (IHR) of homogeneous elements forming reliability systems, otherwise called the aging property. This problem is also of importent for the queuing theory. Two independent in the aggregate and independent of each other sequences: sequence of the waiting times before the start of servicing of actual calls and sequence of the waiting times of virtual calls, starting at time t, or, more precisely, sequence of the durations of the time intervals starting at time t and ending at the moment when the system is free from calls received into the system until time t, are considered. Using the properties of ladder points and ladder heights, as well as applying formulas of Takac’s, Cohen’s and Hook’s, it proved that the widely used in the theory of random walks two above-mentioned sequences of random variables are IHR.

摘要 本文研究了一个单通道非泊松排队模型 GI|G|1|∞,该模型在静止条件下具有先进先出(FIFO)的 "先进先出 "服务规则,系统负载强度小于 1。可靠性数学理论的一个重要概念是构成可靠性系统的同质元素的危险率(IHR)增加的特性,又称老化特性。这个问题对排队理论也很重要。我们考虑了两个总体上独立且相互独立的序列:从时间 t 开始的实际呼叫服务开始前的等待时间序列和虚拟呼叫等待时间序列,或者更确切地说,从时间 t 开始到系统在时间 t 之前没有收到呼叫时结束的时间间隔的持续时间序列。利用阶梯点和阶梯高度的特性,以及应用塔卡克公式、科恩公式和胡克公式,证明了随机游走理论中广泛使用的上述两个随机变量序列是 IHR。
{"title":"Aging Properties of Actual and Virtual Waiting Times in the GI|G|1|∞ Queuing Model","authors":"R. Chitchyan","doi":"10.1134/s0361768823090049","DOIUrl":"https://doi.org/10.1134/s0361768823090049","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>The article considers a single-channel non-Poisson queuing model GI|G|1|<b>∞</b> with a FIFO “first-in-first-out” service discipline in stationary conditions and system load intensity less than one. One of the important concepts of the mathematical theory of reliability is the property of increasing the hazard rate (IHR) of homogeneous elements forming reliability systems, otherwise called the aging property. This problem is also of importent for the queuing theory. Two independent in the aggregate and independent of each other sequences: sequence of the waiting times before the start of servicing of actual calls and sequence of the waiting times of virtual calls, starting at time <i>t</i>, or, more precisely, sequence of the durations of the time intervals starting at time t and ending at the moment when the system is free from calls received into the system until time t, are considered. Using the properties of ladder points and ladder heights, as well as applying formulas of Takac’s, Cohen’s and Hook’s, it proved that the widely used in the theory of random walks two above-mentioned sequences of random variables are IHR.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"9 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140881596","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Software for Investigating the Relationship between Hydrogeochemical Earthquake Precursors and Planetary Period 研究水文地球化学地震前兆与行星周期之间关系的软件
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-01-26 DOI: 10.1134/s0361768823090050
A. E. Kazarian, H. A. Kazarian

Abstract

Prediction of earthquakes has long been one of the unsolved problems in seismology. The significance of this issue for the local population cannot be overstated. The entire republic is located within a high seismic risk zone. According to a recent study, strong earthquakes in this territory have a close relationship to planetary cycles. Using histograms of seismic event distribution, these connections are revealed for diurnal and lunar periods. To investigate the link, a method and tool for spatial and temporal monitoring of these processes was developed, integrating GIS data for active tectonic faults, seismic events, and planetary positions of the Sun and Moon. According to the study, most of the strongest earthquakes in the region occur during full or new moon periods. The nature of this phenomenon, however, is unclear. A study of the chemical composition of underground water during the Spitak 1988 earthquake reveals that it changes 4.5 months before the earthquake. The same thing happens before all the region’s strong earthquakes. This phenomenon has been named “geochemical quiescence,” and it has resulted in the discovery of stable earthquake precursors in the region. The time series of water chemical composition data obtained during the study shows that the mean of the series remains constant, but the standard deviation of the data changes. However, more sophisticated software is required to obtain a more accurate picture of seismic fault activation and its reliance on planetary cycles. More accurate solar system modeling, including the ability to switch between Geocentric and Heliocentric planetary systems, as well as visualization of tectonic fault position at any given time, will aid in understanding earthquake focal mechanism dependencies on planetary forces.

摘要 长期以来,地震预测一直是地震学中尚未解决的问题之一。这个问题对当地居民的重要性怎么强调都不为过。整个共和国都位于地震高风险区。根据最近的一项研究,该地区的强震与行星周期关系密切。利用地震事件分布柱状图,可以发现昼夜周期和月相周期之间的联系。为了研究这种联系,开发了一种对这些过程进行空间和时间监测的方法和工具,整合了有关活动构造断层、地震事件以及太阳和月球行星位置的地理信息系统数据。根据这项研究,该地区最强烈的地震大多发生在满月或新月期间。然而,这一现象的本质尚不清楚。对 1988 年斯皮塔克地震期间地下水化学成分的研究表明,地下水在地震前 4.5 个月就发生了变化。该地区所有强震发生前都会发生同样的情况。这种现象被命名为 "地球化学静止",它导致在该地区发现了稳定的地震前兆。研究期间获得的水化学成分数据时间序列显示,序列的平均值保持不变,但数据的标准偏差发生了变化。不过,要更准确地了解地震断层的激活及其对行星周期的依赖,还需要更复杂的软件。更精确的太阳系建模,包括在地心和日心行星系统之间切换的能力,以及在任何给定时间构造断层位置的可视化,将有助于理解地震焦点机制对行星力的依赖。
{"title":"Software for Investigating the Relationship between Hydrogeochemical Earthquake Precursors and Planetary Period","authors":"A. E. Kazarian, H. A. Kazarian","doi":"10.1134/s0361768823090050","DOIUrl":"https://doi.org/10.1134/s0361768823090050","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>Prediction of earthquakes has long been one of the unsolved problems in seismology. The significance of this issue for the local population cannot be overstated. The entire republic is located within a high seismic risk zone. According to a recent study, strong earthquakes in this territory have a close relationship to planetary cycles. Using histograms of seismic event distribution, these connections are revealed for diurnal and lunar periods. To investigate the link, a method and tool for spatial and temporal monitoring of these processes was developed, integrating GIS data for active tectonic faults, seismic events, and planetary positions of the Sun and Moon. According to the study, most of the strongest earthquakes in the region occur during full or new moon periods. The nature of this phenomenon, however, is unclear. A study of the chemical composition of underground water during the Spitak 1988 earthquake reveals that it changes 4.5 months before the earthquake. The same thing happens before all the region’s strong earthquakes. This phenomenon has been named “geochemical quiescence,” and it has resulted in the discovery of stable earthquake precursors in the region. The time series of water chemical composition data obtained during the study shows that the mean of the series remains constant, but the standard deviation of the data changes. However, more sophisticated software is required to obtain a more accurate picture of seismic fault activation and its reliance on planetary cycles. More accurate solar system modeling, including the ability to switch between Geocentric and Heliocentric planetary systems, as well as visualization of tectonic fault position at any given time, will aid in understanding earthquake focal mechanism dependencies on planetary forces.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"167 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139582947","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
NO2 Data Analytics and Visualization Service: Improving Air Quality Insights in Armenia and Belarus 二氧化氮数据分析和可视化服务:提高亚美尼亚和白俄罗斯的空气质量洞察力
IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-01-26 DOI: 10.1134/s0361768823090025
R. M. Abrahamyan, H. A. Grigoryan, H. V. Astsatryan, A. M. Belotserkovsky, P. V. Lukashevich

Abstract

Over time, the population and anthropogenic activities increase, adversely affecting our atmosphere. In particular, an increase in air temperature leads to a change in the number of various gases that fill the atmosphere, the growth and decrease of which can significantly affect the environment. Nitrogen dioxide (NO2) is a common air pollutant from natural and human activities, with potential respiratory irritant effects at high levels. To effectively address these issues, there is a need for advanced tools and services that can analyze and visualize NO2 air pollution data comprehensively. This article presents the development and implementation of a Data Analytics and Visualization Service tailored to Armenia and Belarus’s unique air quality dynamics. The service aims to provide actionable insights for policymakers, researchers, and the public. The studies show that NO2 excesses in their troposphere for Armenia and Belarus. This increase is correlated with the rise in urban population, causing dramatic adverse effects on the atmosphere.

摘要随着时间的推移,人口和人类活动的增加,对我们的大气层产生了不利影响。特别是,气温的升高会导致大气中各种气体数量的变化,这些气体的增减会对环境产生重大影响。二氧化氮(NO2)是一种常见的空气污染物,来自自然和人类活动,浓度高时可能会刺激呼吸道。为了有效解决这些问题,需要能够全面分析和可视化二氧化氮空气污染数据的先进工具和服务。本文介绍了针对亚美尼亚和白俄罗斯独特的空气质量动态而开发和实施的数据分析和可视化服务。该服务旨在为政策制定者、研究人员和公众提供可操作的见解。研究表明,亚美尼亚和白俄罗斯对流层中的二氧化氮超标。这种增加与城市人口的增加有关,对大气层造成了巨大的不利影响。
{"title":"NO2 Data Analytics and Visualization Service: Improving Air Quality Insights in Armenia and Belarus","authors":"R. M. Abrahamyan, H. A. Grigoryan, H. V. Astsatryan, A. M. Belotserkovsky, P. V. Lukashevich","doi":"10.1134/s0361768823090025","DOIUrl":"https://doi.org/10.1134/s0361768823090025","url":null,"abstract":"<h3 data-test=\"abstract-sub-heading\">Abstract</h3><p>Over time, the population and anthropogenic activities increase, adversely affecting our atmosphere. In particular, an increase in air temperature leads to a change in the number of various gases that fill the atmosphere, the growth and decrease of which can significantly affect the environment. Nitrogen dioxide (NO<sub>2</sub>) is a common air pollutant from natural and human activities, with potential respiratory irritant effects at high levels. To effectively address these issues, there is a need for advanced tools and services that can analyze and visualize NO<sub>2</sub> air pollution data comprehensively. This article presents the development and implementation of a Data Analytics and Visualization Service tailored to Armenia and Belarus’s unique air quality dynamics. The service aims to provide actionable insights for policymakers, researchers, and the public. The studies show that NO<sub>2</sub> excesses in their troposphere for Armenia and Belarus. This increase is correlated with the rise in urban population, causing dramatic adverse effects on the atmosphere.</p>","PeriodicalId":54555,"journal":{"name":"Programming and Computer Software","volume":"5 1","pages":""},"PeriodicalIF":0.7,"publicationDate":"2024-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139582892","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Programming and Computer Software
全部 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