×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

  • Survey of topology optimization methods for quantum key distribution networks

    At the moment, quantum key distribution (QKD) technology guarantees the highest level of data exchange security, which makes QKD networks one of the most promising areas in the field of computer security. Unfortunately, the problem of topology optimization when planning and extending QKD networks has not attracted enough attention. This paper reviews approaches that use analytical models in the topology optimization problem of quantum key distribution networks. Different methods that solve problems of network capacity and security maximization and cost minimization are reviewed, the utilized algorithms are described, and conclusions about possible further research in this area are drawn.

    Keywords: quantum key distribution, mathematical modeling, network topology, analytical modeling, topology optimization

  • Development of a client-server application for constructing a virtual museum

    The article describes the methodology for developing a client-server application intended for constructing a virtual museum. The creation of the server part of the application with the functions of processing and executing requests from the client part, as well as the creation of a database and interaction with it, is discussed in detail. The client part is developed using the Angular framework and the TypeScript language; the three-dimensional implementation is based on the three.js library, which is an add-on to WebGL technology. The server part is developed on the ASP.NET Core platform in C#. The database schema is based on a Code-First approach using Entity Framework Core. Microsoft SQL Server is used as the database management system.

    Keywords: client-server application, virtual tour designer, virtual museum, three.js library, framework, Angular, ASP.NET Core, Entity Framework Core, Code-First, WebGL

  • Algorithm for generating three-dimensional terrain models in the monocular case using deep learning models

    The article is devoted to the development of an algorithm for three-dimensional terrain reconstruction based on single satellite images. The algorithm is based on the algorithmic formation of three-dimensional models based on the output data of two deep learning models to solve the problems of elevation restoration and instance segmentation, respectively. The paper also presents methods for processing large satellite images with deep learning models. The algorithm proposed in the framework of the work makes it possible to significantly reduce the requirements for input data in the problem of three-dimensional reconstruction.

    Keywords: three-dimensional reconstruction, deep learning, computer vision, elevation restoration, segmentation, depth determination, contour approximation

  • Multi-agent search engine optimization algorithm based on hybridization and co-evolutionary procedures

    The paper proposes a hybrid multi-agent solution search algorithm containing procedures that simulate the behavior of a bee colony, a swarm of agents and co-evolution methods, with a reconfigurable architecture. The developed hybrid algorithm is based on a hierarchical multi-population approach, which allows, using the diversity of a set of solutions, to expand the areas of search for solutions. Formulations of metaheuristics for a bee colony and a swarm of agents of a canonical species are presented. As a measure of the similarity of two solutions, affinity is used - a measure of equivalence, relatedness (similarity, closeness) of two solutions. The principle of operation and application of the directed mutation operator is revealed. A description of the modified chromosome swarm paradigm is given, which provides the ability to search for solutions with integer parameter values, in contrast to canonical methods. The time complexity of the algorithm is O(n2)-O(n3).

    Keywords: swarm of agents, bee colony, co-evolution, search space, hybridization, reconfigurable architecture

  • Research of NSGA-III and AGE-MOEA-II algorithms for solving multicriteria optimization problems

    The article is devoted to the consideration of multi-criteria Pareto optimization methods based on genetic algorithms. The NSGA-III and AGE-MOEA-II methods are considered, and their comparative analysis is given. The results obtained are important both for theoretical research in the field of genetic algorithms and for practical application in engineering and other fields where multicriteria optimization plays a key role.

    Keywords: multicriteria optimization problem, Pareto front, genetic algorithm, NSGA-III, AGE-MOEA-II

  • Development of a mathematical model of daily production planning in ferrous metallurgy on the example of JSC EVRAZ ZSMK

    Since 2017, EVRAZ ZSMK JSC has been developing and operating a mathematical model covering all processing stages from ore extraction to final products – SMM Forecast. The model will be used to calculate technical cases, plans, and parity prices for iron ore and coal, and its use brought more than 200 million rubles of economic effect in 2020 alone. The use of a universal mathematical model made it possible in 2023 to begin the development of a module for daily optimization of an agglomeration factory and blast furnace production. The article discusses the experience of EVRAZ ZSMK JSC in the development and implementation of a daily planning system based on the monthly planning model of SMM Forecast, as well as methods for achieving an acceptable speed of multi-period optimization. The SMM Forecast system was originally designed for end-to-end, scenario-based calculation of the main raw materials from ore and coal to finished products in a volumetric monthly planning. The system uses optimization algorithms to search for a global target function to maximize margin income under specified constraints. The mathematical model of redistribution uses the norms and technologies specified in the company's regulatory documents. At the same time, the model is universal and the transfer of algorithms from monthly to daily mode was carried out with minimal modifications. The article also discusses the difficulties encountered and various methods of solving these problems. The first problem faced by the developers was the low speed of optimization of the model in daily dynamics due to the strong complication of the optimization load. The calculation time has increased significantly, and to solve this problem, it took the introduction of a number of optimization cycles aimed at reducing the speed of solving equations, introducing variable boundaries, and determining starting points. As a result, the calculation time for one month was about 40 minutes. The second problem was the need to develop a complex supply management algorithm and optimize stacking at the sinter plant. As a result of solving this problem, a working tool has been developed that brings additional income to the enterprise.

    Keywords: metallurgy, modeling, planning, daily planning, sintering plant, blast furnace shop, stacking

  • Modeling of the activity of an enterprise for the production of asphalt and asphalt concrete mix

    A mathematical model for managing a commercial organization that specializes in the production and sale of asphalt and asphalt concrete is presented and analyzed in this paper. The study is based on mathematical modeling principles and management theory. An organized two-tier management system has been proposed, consisting of an asphalt manufacturer and its clients. The problem was considered numerically using various types of input data, and the company "FIRM PROFILE LLC" provided necessary information for calculations. The paper analyzes the results obtained and offers practical recommendations for improving the management of this enterprise.

    Keywords: optimal management, mathematical modeling, simulation modeling, enterprise model, hierarchical system

  • Multi-criteria parametric optimization of food production

    The article deals with multi-criteria mathematical programming problems aimed at optimizing food production. One of the models of one-parameter programming is associated with solving the problem of combining crop production, animal husbandry and product processing. It is proposed to use the time factor as the main parameter, since some production and economic characteristics can be described by significant trends. The second multi-criteria parametric programming model makes it possible to optimize the production of agricultural products and harvesting of wild plants. in relation to the municipality, which is important for territories with developed agriculture and high potential of food forest resources.

    Keywords: parametric programming, agricultural production, two-criteria model

  • Parallel algorithm for simulating the dynamics of cargo volume in a storage warehouse

    The use of simulation analysis requires a large number of models and computational time. Reduce the calculation time in complex complex simulation and statistical modeling, allowing the implementation of parallel programming technologies in the implemented models. This paper sets the task of parallelizing the algorithmization of simulation modeling of the dynamics of a certain indicator (using the example of a model of the dynamics of cargo volume in a storage warehouse). The model is presented in the form of lines for calculating input and output flows, specified as: a moving average autoregressive model with trend components; flows of the described processes, specified according to the principle of limiting the limitation on the volume (size) of the limiting parameter, with strong stationarity of each of them. A parallelization algorithm using OpenMP technology is proposed. The efficiency indicators of the parallel algorithm are estimated: speedup, calculated as the ratio of the execution time of the sequential and parallel algorithm, and efficiency, reflecting the proportion of time that computational threads spend in calculations, and representing the ratio of the speedup to the sequential result of the processors. The dependence of the execution of the sequential and parallel algorithm on the number of simulations has been constructed. The efficiency of the parallel algorithm for the main stages of the simulation implementation was obtained at the level of 73%, the speedup is 4.38 with the number of processors 6. Computational experiments demonstrate a fairly high efficiency of the proposed parallel algorithm.

    Keywords: simulation modeling, parallel programming, parallel algorithm efficiency, warehouse loading model, OpenMP technology

  • Minimizing costs when transmitting information over cellular communication channels

    The problem of planning the sending of messages in a cellular network to destinations with known needs is considered. It is assumed that the costs of transmitting information on the one hand are proportional to the transmitted volumes and the cost of transmitting a unit of information over the selected communication channels in cases of exceeding the traffic established by the contract with the mobile operator, and on the other hand are associated with a fixed subscription fee for the use of channels, independent of the volume of information transmitted. An indicator of the quality of the plan in this setting is the total cost of sending the entire planned volume of messages. A procedure for reducing the formulated problem to a linear transport problem is proposed. The accuracy of the solution obtained on the basis of the proposed algorithm is estimated.

    Keywords: single jump function, transport problem, minimum total cost criterion, computational complexity of the algorithm, confidence interval

  • Design and research of an equalizer block for a high-speed data receiver channel

    In this paper, the problem of an equalizer design for high-speed receiver channel which is designed to compensate for the uneven frequency response of the input differential signal. Using special design methods, as well as modeling tools for frequency and transient characteristics, an equalizer with the ability to digitally adjust the gain was developed. This adjustment also reduces the impact of the spread of process parameters, which is inevitable during the production of the chip.

    Keywords: attenuation, transceiver, equalizer, IP block, equalization, gain, amplitude

  • Evaluating the efficiency of fog computing in geographic information systems

    It is propossed to use foggy calculations to reduce the load on data transmission devices and computing systems in GIS. To improve the accuracy of estimating the efficiency of foggy calculations a non-Markov model of a multichannel system with queues, "warming up" and "cooling" is used. A method for calculating the probalistic-temporal characteristics of a non-Markov system with queues and with Cox distributions of the duration of "warming up" and "cooling" is prorosed. A program has been created to calculate the characteristics of the efficiency of fog calculations. The silution can be used as a software tool for predictive evaluation of the efficiency of access to geographic information systems, taking into account the features of fog computing technology and the costs of ensuring information security.

    Keywords: fog computing, model of a multi-channel service system with queues, “warming up”, “cooling down”, geographic information systems, Cox distribution

  • Aggregated nonlinear criterion for assessing software reliability

    The paper discusses a method for constructing a nonlinear software reliability efficiency function. The proposed algorithm is based on the use of information about the values ​​of reliability criteria, as well as some expert judgments. This approach differs significantly from previously proposed models for assessing software reliability, which are based on a probabilistic approach. In the proposed method, in addition to objective information, subjective expert assessments are taken into account, which allows for a more flexible assessment of the reliability of software products.

    Keywords: software reliability, probabilistic models, statistical models, partial performance criteria, linear programming, vector optimization, decision theory

  • Development of a new mathematical method for modeling a modified design of a radial sliding bearing

    The article is devoted to the development of a new mathematical method for modeling radial plain bearings having a polymer coating with an axial groove on the bearing surface. For the calculation evaluation of technical solutions for wear resistance, the compressibility of a truly viscous lubricant under laminar flow conditions is taken into account. As a result, new mathematical models were obtained that make it possible to estimate the duration of the hydrodynamic flow regime of the lubricant, to prove the stability and possibility of changing lubrication modes from boundary to hydrodynamic, as well as to make a calculated assessment of the effect of compressibility of the lubricant and wear resistance on operational characteristics.

    Keywords: modeling, mathematical method development, modified design, compressibility impact assessment

  • Analysis of the impact of neural networks on the effectiveness of online commerce: exploring the potential and prospects of application

    With the development of scientific and technological progress, the use of modern data forecasting methods is becoming an increasingly necessary and important task in analyzing the economic activity of any enterprise, since business operations can generate a very large amount of data. This article is devoted to the study of methods for forecasting financial and trade indicators using neural networks for enterprises of the Krasnodar Territory. The indicators under consideration are the company's revenue for the reporting period, the number of published (available for sale) goods, as well as the number of ordered goods during the day, week and month. In this study, a multilayer perceptron is considered in detail, which can be used in revenue forecasting tasks using neural networks, and neural network predictive models "MLP 21-8-1", "MLP 21-6-1", and "MLP 20-10-1" are built based on data from the online auto chemistry store Profline-23.

    Keywords: automated neural networks, marketplaces, forecasting, neural network models, mathematical models, forecasting methods

  • Application of technical (computer) vision to determine transformer oil indicator readings

    The development of digital technologies stimulates widespread automation of processes in enterprises. This article discusses the problem of determining the values of the oil indicator of a transformer from the resulting image using computer vision. During the study, the device of the MS-1 and MS-2 oil indicators was studied and the features that must be taken into account when recognizing the device in the image and determining its value were considered. Based on the processed material, a method for recognizing device elements in an image has been developed using the OpenCV library and the Python programming language. The developed method determines instrument readings at different angles of rotation and in different weather conditions, which confirms the effectiveness of the proposed method.

    Keywords: technical vision, oil indicator, contour recognition, OpenCV library

  • Nonlinear regression model of functioning mining and metallurgical company

    The paper describes a multifactorial nonlinear regression model of revenue dynamics of the mining and metallurgical company Severstal, based on retrospective information for 2009-2021. Production volumes by type were used as independent variables: hot-rolled and cold-rolled sheet, galvanized sheet and sheet with other metal coating, rolled products, large diameter pipes, other pipe products and profiles. The criteria of multiple definition and Fisher, as well as the average absolute approximation error, were used as criteria for the adequacy of the model. A model competition was held to select the best regression dependence. As a result, a model is constructed containing inverse transformations of two independent variables in the right part.

    Keywords: regression model, least squares method, adequacy criteria, mining and metallurgical company, revenue, model competition

  • Development of a tool for visualizing data on site user activity

    One of the most important points in increasing the conversion component of a web resource is identifying the most attractive places for the site user. To identify these locations, a site user activity data visualization tool was created that provides a visual representation of each user action on a site page.

    Keywords: heat map, site, oculograph, fixation, priority area

  • Forecasting flood inundations on the rivers of Siberia using the example of forecasting the water level in the Iya River (Eastern Siberia) based on a multifactor regression model

    In the work, based on the previously constructed multifactor dynamic regression model of water level in the Iya River (Eastern Siberia), the authors forecast this indicator for June 2023 in three options: pessimistic, optimistic and neutral (base). A comparison of the forecasting results with the actual value of the water level confirmed the high adequacy of the model and good prospects for its future successful use to solve a wide range of applied and practical problems.

    Keywords: regression model, river water level, lag time, seasonal variable, forecast, adequacy, criteria

  • Investigation of the properties of metals during impact indentation using neural network analysis

    Indentation is a universal and practical method for obtaining material characteristics, especially when it is impossible or difficult to expose the material to other measuring methods. Experimental data on the mechanical properties of various types of materials were obtained using the shock loading unit. A mathematical model based on the finite element method was used to verify the experimental results. The article considers the solution of the problem of classification of neural metals with different mechanical properties. As part of the work, an artificial neural network has been created that allows the distribution of materials into selected groups. It is determined that a significant advantage of using neural networks is the ability to process experimental data and identify complex nonlinear dependencies, which makes them in demand in tasks related to the study of material properties.

    Keywords: impact indentation, neural network, task of classification, artificial intelligence, dynamic indentation, non-destructive testing.

  • A comparison of machine learning libraries for introducing artificial intelligence into CRM system

    This paper analyzes the performance of solving the classification problem using various open-source artificial intelligence and machine learning libraries in the field of marketing and customer relationship management; based on the results of experiments, the best library is selected for the purpose of introducing artificial intelligence into domestic CRM systems based on numerical performance indicators.

    Keywords: artificial intelligence, machine learning, big data, classification, marketing, customer relationship management, import substitution, open source

  • Algorithm to analyze and controll data quality and project quality using digital information model

    Paper presents an algorithm for analyzing and controlling data and project quality in construction using building information modeling and extensible markup language. The authors, argue that project quality stems from data quality and information quality. The proposed algorithm integrates BIM with extensible markup language, converting data quality and project quality criteria from employer information requirements into an extensible markup language scheme to ensure compliance with established standards. Key criteria for data quality and project quality include classification, identity, hierarchy, information identity, coordination, level of development , association, redundancy, staging, and spatial orientation. The algorithm involves creating a test BIM model, to simulate employer information requirements violations, performing checks using a Model Checker, automation tool in Autodesk Revit, and ensuring all criteria are met. The process includes saving verification checks, combining them, and generating reports in comma separated values format for transparency and further analysis. The authors highlight the importance of applying the algorithm from the early stages of project discussions, involving all participants to ensure the accuracy of data quality and project quality schemes. This approach leverages both international and domestic standards for continuous monitoring and immediate decision-making support throughout the project lifecycle.

    Keywords: extensible markup language, information technical requirements, employer information requirements, building information model, information quality, project quality, model checking

  • Selecting a converter of aerodynamic forces and moments into the trajectory of motion for Simulink flight models of aircraft

    The article explores the problem of creating aircraft flight models in the Simulink environment. The reference systems in which transformations are carried out are considered. The equations of motion used in the simplest converters are given. The initial conditions for the equations are determined: the speed of the body, the angular orientation of the body's pitch position, the angle between the velocity vector and the body, the speed of rotation of the body, the initial position, the mass and inertia of the body, the source of gravity, the acceleration due to gravity, the curb and total mass of the body, speed of air flow, inertia of an empty and full body, flight trajectory, etc. An analysis of converters of aerodynamic forces and moments into the trajectory of motion as part of an aerospace package in the Simulink environment was carried out. Recommendations are given for their use for various modeling purposes. The results of modeling a simple converter with three degrees of freedom are presented.

    Keywords: modeling, MatLab, Simulink, equations of motion, aerodynamic torque, flight path, coordinate transformations, reference system, degrees of freedom

  • Study of the microclimate of the swimming pool when using in-floor convectors

    In residential and public buildings, in-floor convectors are often used as heating devices. This study examines the operation of convectors in a swimming pool room. The results of numerical modeling of room microclimate parameters taking into account calculated heat loads and moisture emissions are presented. A comparative analysis of the operation of various heating and ventilation systems for a public swimming pool was carried out. The results of the study were obtained in the form of temperature distribution fields, movement speeds and relative air humidity. A conclusion is drawn about the effectiveness of using in-floor convectors in indoor public swimming pools.

    Keywords: heating system, in-floor convector, moisture content, excess heat, excess moisture, air exchange, numerical modeling, room microclimate, SolidWorks, STAR-CCM+

  • Investigation of the influence of wind on the flight path in a Simulink model of a lightweight aircraft

    A Simulink model of a lightweight aircraft is being studied as part of the Aerospace Blockset package, including a system model of the aircraft, an environmental model, a model of pilot influences, and a visualization block. The structure of the flight model is considered and models of the effects of the environment and wind are disclosed in detail, consisting of blocks of physical terrain features, wind models and an atmospheric model, a gravity model, each of which is set to an altitude. The Wind Shear Model block calculates the amount of wind shear as a function of altitude and measured speed wind. The Discrete Wind Gust Model block determines the resulting wind speed as a function of the distance traveled, the amplitude and length of the gust. The turbulence equations comply with the MIL-F-8785C specification, which describes turbulence as a random process determined by velocity spectra. Simulation results are presented that reflect changes in the trajectory of movement under various wind influences specified in the wind speed gradient block.

    Keywords: modeling, airplane flight, Simulink, Aerospace Blockset, crosswind, turbulence, turbulence equations, gravity model, motion trajectory