Siberian Aerospace Journal

Peer-review qurterly journal.

Editor-in-chief

Publisher & Founder

About

The Mission of Siberian Journal of Science and Technology is to provide active development of scientific and technological activities in the field of aviation and space technology, engineering, management, computer engineering, computer science. All papers have open access.

The Journal policy is directed towards supporting the author’s trustworthiness and following the ethical principles including as it relates to authorship.

Types of manuscripts to be accepted for publication

  • reviews
  • results of original research
  • short communications
  • letters to the editor

Publications

  • quarterly, 4 issues per year
  • free of charge for authors (no APC)
  • in English and Russian (full-text translation)

Distribution

  • Open Access, under the Creative Commons Attribution 4.0 International License (CC BY 4.0)

Announcements More Announcements...

 
No announcements have been published.

Current Issue

Vol 27, No 1 (2026)

Cover Page

Full Issue

Section 1. Computer Science, Computer Engineering and Management

Application of evolutionary algorithms for designing recurrent neural networks in regression problems
Bazin N.R., Semenkin E.S.
Abstract

The aerospace industry often deals with complex black-box problems, where neural networks offer a potential solution. However, a major challenge with this approach is finding the optimal neural network architecture. Designing an overly large network wastes computational resources and requires significant training time or more powerful hardware. A more efficient solution is to design a compact network that performs the task effectively. The field of neural evolution addresses this by using evolutionary algorithms to automatically design network structures through natural selection. Genetic Programming is one such algorithm; it builds functions as trees and then transforms them into neural networks. These trees contain functional nodes with various operators. Currently, the standard encoding method uses only two operators: one adds hidden layers, and the other increases the number of neurons in a layer. These operators cannot create recurrent connections, which could enhance solution diversity and model performance. Our research proposes a new unary functional operator that generates recurrent connections by analyzing neurons in the hidden layer. We studied the effectiveness of this approach on several tasks from the Feynman Symbolic Regression Database and compare the results with previous versions of the algorithm. The study yields the following key findings: on average, the new algorithm performs worse than its predecessors. However, in several independent runs, it discovers better solutions to the given problems. We propose several hypotheses to explain the low average effectiveness of this recurrent connection mechanism, which aims to guide future improvements to the algorithm.

Siberian Aerospace Journal. 2026;27(1):8-20
pages 8-20 views
Evolution of heuristics for selection synthesis in a genetic algorithm
Korableva A.A., Stanovov V.V.
Abstract

A method for the automatic design of selection operators for a genetic algorithm is proposed, based on the Evolution of Heuristics (EoH) approach, which integrates the capabilities of Large Language Models (LLMs) and evolutionary search. The design of selection operators was carried out on three pseudo-Boolean optimization problems, and testing was performed on 17 functions from the IOHprofiler benchmark set.  Two experimental setups were considered with and without explicit knowledge of the type of problem being solved. The language model used was DeepSeek-Coder-V2, which was deployed locally using the Ollama framework. The quality of the designed heuristics was determined based on the comparison with the results of standard rank selection. The quality of the obtained solutions is compared with classical selection schemes (tournament, proportional, and rank-based), as well as with the FunSearch method, previously used to generate new implementations of rank-based selection. A comparison of various heuristics was carried out for multiple runs on each of the 17 tasks using the nonparametric Mann-Whitney statistical test. It has been shown that automatically designed heuristics have unique properties, and the lack of information about the type and structure of the problem being solved has led to a greater variety of generated solutions. Namely, in one of the launches, without information about the type of task, the designed code selects individuals whose fitness differs from the maximum by less than half the distance from the maximum fitness to the median. In other words, it is a variant of tournament selection with an adaptive tournament size based on the distribution of quality. The availability of information about the type of problem being solved led to the fact that the language model generated typical known solutions, in particular, variants of simple tournament selection. The proposed approach can be applied to other tasks of automatic design of algorithms as a whole or components of algorithms.

Siberian Aerospace Journal. 2026;27(1):21-32
pages 21-32 views
Implementation of the fuzzy logic system rule base by self-configuring genetic programming in solving the classification problem
Koshin M.A., Semenkin E.S.
Abstract

Fuzzy logic systems are widely used in classification problems due to their ability to handle uncertainty, imprecision, and subjectivity in data. Unlike traditional “crisp” methods, fuzzy logic allows input features and output classes to be described in terms of linguistic variables – such as “high”, “medium”, and “low” – making models more interpretable and aligned with human reasoning.

A key limitation of this approach is the need to construct a rule base using expert knowledge, as well as the ambiguity in selecting appropriate membership function shapes. To address these challenges, various optimization algorithms have been developed. One such method is genetic programming, which purpose is to evolve a rule base capable of accurately capturing underlying patterns for correct classification while preserving interpretability through structural adaptation. This article explores the theoretical framework of self-configuring genetic programming combined with differential evolution for constructing fuzzy logic rule bases. It also presents their practical implementation and application to classification tasks.

Siberian Aerospace Journal. 2026;27(1):33-46
pages 33-46 views
Evolutionary algorithm with an autoencoder-based dimensionality reduction mechanism
Sopov A.E., Sopov E.A.
Abstract

Many modern applied optimization problems are formulated as black-box models, characterized by a lack of analytical information about the objective function and its properties. While Evolutionary Algorithms (EAs) are frequently applied here, their performance degrades in high-dimensional spaces with complex landscapes. Moreover, these algorithms require generating a large number of trial solutions for effective operation, which may be unattainable in applications with expensive objective function evaluation. To overcome these limitations, we introduce a novel EA framework centered on adaptive, autoencoder-based dimensionality reduction. The autoencoder is retrained dynamically during the search using evolving population data. The strategy relies on the parallel operation of two optimization algorithms: one works in the original solution space, and another operates in a latent space – a compact, nonlinear representation of the current population generated by the autoencoder. This design enables the algorithm to adapt to the problem's specific structure. We evaluated the method on standard benchmark problems, analyzing its convergence dynamics and sensitivity to the latent space size. Statistical significance of the results was assessed using the Wilcoxon rank-sum test. The L-SRTDE algorithm was used as the subpopulation optimization method. Numerical experiments demonstrate that the proposed algorithm enhances search space exploration in first optimization stages but, on average, is slightly less efficient than the base algorithm.

Siberian Aerospace Journal. 2026;27(1):47-60
pages 47-60 views
Comparative analysis of selection and replacement schemes for genetic programming
Stanovov V.V.
Abstract

The selection mechanism in genetic programming has attracted attention of many researchers, as a result lexicase selection and its variants have been proposed. However, the replacement schemes are often out of the scope of most studies on genetic programming. In this paper, the effects of different selection mechanisms are studied, when they are applied to both parents’ selection and replacement. The aim of the study is to evaluate the efficiency of different parent and environment selection schemes in genetic programming. For this in the paper the four-parent selection, seven replacement are compared and two methods for selecting first parent in a pair, giving a total of 56 combinations. The experiments are performed on a set of 10 regression problems from the PMLB dataset collection, and the determination coefficient is used as a performance metric. The Mann-Whitney statistical tests and Friedman ranking is used for the analysis of the performance values. The analysis of the results show that the down-sampled lexicase selection can is an efficient mechanism, selecting current individual as one of the parents could be beneficial, and that either pair-wise comparison or selection of best of parents and offspring is an efficient replacement strategy. The results obtained in this study can be applied to improve the efficiency of solving symbolic regression problems, which often arise in the aerospace industry, for example for predicting solar panels degradation parameters, or antenna radiation patterns.

Siberian Aerospace Journal. 2026;27(1):61-71
pages 61-71 views
Development of a DVB-S2X signal generator for modem equipment testing
Zharinov V.F., Komarov V.A.
Abstract

This paper examines the specifics of ground-based experimental testing of modem equipment for satellite communication systems operating in highly elliptical orbit (HEO). We formulate the problem of lacking specialized test equipment for this testing process. Using software-defined radio technology, we develop a generalized block diagram of a DVB-S2X standard test signal generator that additionally implements simulation of signal retransmission by satellites operating in HEO. We develop a suite for application and specialized software of the signal generator, implementing traffic preparation, encapsulation, and synthesis of complex baseband signal samples on an FPGA in accordance with the DVB-S2X standard. We propose a generalized digital signal processing architecture that simulates distortions characteristic of signal propagation through a satellite transponder in a highly elliptical orbit. We implement a prototype signal generator based on the USRP X410 software-defined radio platform, operating across symbol rates ranging from less than 0.1 to 122.88 Msym/s. We present a generalized block diagram of the test bench used for experimental studies. We show practical results of FPGA resource utilization in the X410 radio device for implementing the developed specialized software, verification results of the generated signal-code structure, and performance test results of the prototype signal generator using a reference demodulator. The obtained results fully confirm the correct operation of the developed prototype signal generator. The developed prototype can be used as part of the test and verification equipment for modem hardware within the ground communication complex of the Express-RV system.

Siberian Aerospace Journal. 2026;27(1):72-81
pages 72-81 views
Local stability of an elastic beam in a medium with constant resistance
Smirnov P.N.
Abstract

This article deals with the analysis of the deformed shape of local stability loss of a reinforced flexible beam, occurring due to constrained expansion during heating. The multiple elastic supports of the beam modeled as an elastic medium, which provides constant resistance to both longitudinal and transverse displacements of the rod. The infinitely long beam divided into a buckling region and an adjacent region under compression. The lengths of these regions are unknown and should be determined during the solution process. A part of the potential energy accumulated during compression is expended on the work of internal forces during bending deformation following the loss of stability. This leads to a reduction in the magnitude of the compressive force in the buckled region. The problem of determining the displacement functions and the critical value of the safe heating temperature is formulated as a system of nonlinear differential equations concerning the deformations in the regions of the flexible beam. The solution obtained using the finite difference method, which transforms a system of differential equations into a system of linear algebraic equations. This system takes the closed form with boundary conditions and transversality conditions. A sufficient number of grid nodes for constructing the difference scheme determined through an iterative procedure that compares two adjacent solutions. The criterion for comparison of solutions is a tuple of areas under the graphs of the sought functions, which are calculated through numerical integration using the trapezoidal rule. The obtained final solution compared with the classical solution to the stability problem of an evenly loaded beam, which does not take into account longitudinal displacements. Additionally, it is contrasted with the known solution in the field of operation of continuously welded railway tracks, which also disregards resistance to longitudinal displacements in the buckled region. The refined results obtained by the proposed modified method for calculation of the parameters of the deformed shape of a flexible beam is important for monitoring the pre-critical state of the modelling system.

Siberian Aerospace Journal. 2026;27(1):82-94
pages 82-94 views

Section 2. Aviation and Space Technology

The evolution of the concept of a “small” aircraft and the development of its design
Bobkov A.V., Mitashova T.A.
Abstract

This study analyzes the design features of small, aircraft-type unmanned aerial vehicles. The first stage of the study examined the chronology of the evolution of the concept of “small”. It was shown that this concept should be understood as a combination of two factors: small size and low flight speeds. Because of this, the boundary layer flow occurs in a laminar-turbulent transition regime. Due to boundary layer instability, a “laminar bubble” forms above the wing, reducing the lift properties of the vehicle. Reynolds numbers in the range of Re = 105…106 were proposed as an aerodynamic criterion for smallness. At speeds of 70–150 km/h, the mean aerodynamic chord size is in the range of baverage = 0.1–0.9 m. The second stage analyzed the influence of the “square-cube” law on the energy efficiency of the vehicle during the miniaturization of its design. According to this law, the specific wing loading and the (weight)1.5/power ratio are reduced by the magnitude of the reduction factor for the linear dimensions of the aircraft. This is interpreted in the article as a reduction in the efficiency of the aircraft, which converts the kinetic energy of the airflow into lift. When transporting a unit of weight over a unit of distance, a small aircraft consumes several times more fuel than a full-size aircraft. A potential way to increase energy efficiency is to reduce or eliminate the trim losses of lift. This reduction is achieved by reducing the area of the rear-mounted horizontal tail, and the elimination of this loss is achieved by replacing the standard aerodynamic configuration with alternatives: canard or tailless configurations. These configurations do not use a rear-mounted horizontal tail, which generates negative lift, requiring additional energy to compensate. At the 3rd stage of the study, recommendations were formulated for the developers of the considered class of devices: 1) small-sized devices have a naturally low aerodynamic and energy efficiency, increasing which to the level of full-size devices is practically impossible; 2) improving aerodynamics is possible through the use of special profiles, morphing wing technology and boundary layer control methods; 3) increasing the duration and range of flight is possible due to the reduction of balancing losses of lift, using a beam tail in a normal configuration or using alternative aerodynamic configurations; 4) the article presents a block diagram of the iterative process for determining the wing area, the value of which will satisfy the conditions of the balance of forces and moments for various values of the ratio of the wing and horizontal tail areas.

Siberian Aerospace Journal. 2026;27(1):96-107
pages 96-107 views
Simulation of a discharge device for the spacecraft power supply system
Krasheninnikova O.V., Lobanov D.K.
Abstract

The use of spacecraft power supply stands for educational purposes is of great relevance in the modern world. The stands help students of technical specialties to better understand the principles of electrical circuits, electronics and electrical engineering, increasing the visibility of their work. They allow you to conduct practical exercises, demonstrating various types of structures, circuits and devices.

The use of power supply stands also helps to stimulate the interest of technical students in science, improves their understanding of theoretical concepts and the current level of technology development, and helps develop practical problem-solving skills.

To create the stand, it will be necessary to develop all the elements of the spacecraft's power supply system: a load device; a solar battery simulator; a battery simulator; a charger; a discharge device; a voltage stabilizer; control equipment. In this paper, a simulation model of the discharge device layout of the spacecraft power supply system was developed and described, allowing computational experiments to study the static and dynamic properties, stability and quality of transients. Computational experiments have been performed, the result of which is presented in the form of graphs confirming. the correctness of static and dynamic calculations of the discharge device layout.

Computational experiments have been performed, the result of which is presented in the form of graphs illustrating the possibilities of a simulation model of a discharge device.

Siberian Aerospace Journal. 2026;27(1):108-122
pages 108-122 views
Experimental study of the effect of the roughness of additively fabricated surfaces on the hydrodynamics of cooling paths of liquid rocket engines
Manokhina E.S., Ivanov A.S., Zuev A.A., Arngold A.A.
Abstract

Increasing the efficiency of liquid rocket engines (LRE) is inextricably linked to the intensification of cooling processes in heat-critical elements such as combustion chambers and nozzles. Additive Manufacturing (AM) technologies, in particular selective laser fusion (SLM), make it possible to create cooling paths with complex internal channels and heat transfer intensifiers. However, the surface microrelief formed in this case has a significant effect on hydrodynamic resistance and heat transfer, which is not always taken into account in existing design methods.

An experimental assessment of the effect of surface roughness, characteristic of additive manufacturing, on the formation of a dynamic boundary layer under conditions simulating flows in the cooling channels of liquid propellant is considered.

The sample plates made of AlSi10Mg aluminum alloy were made using the SLM method: with controlled roughness and flow intensifiers. The surface roughness profile was evaluated on a TR 110 profilometer. The research was carried out on a specially designed aerodynamic installation that simulates the flow in a rectangular channel. The velocity fields in the wall area were measured by the pneumometric method at a fixed air flow rate. The errors were estimated and the data approximated.

It is established that the roughness of SLM surfaces leads to a significant restructuring of the velocity profile in the boundary layer compared to the hydraulically smooth case: a decrease in its thickness and a change in the shape of the velocity diagram are observed. The largest deviations were recorded for the plate with intensifiers. Power-law approximating dependences are obtained for each type of surface, where the exponent varies depending on the roughness parameters.

It is shown that the use of boundary layer models for smooth surfaces in liquid propellant calculations in relation to additive parts can lead to incorrect estimation of hydraulic losses and, as a result, to errors in predicting the temperature state of the wall. The obtained dependences are necessary for the development of adjusted calculation methods that take into account the actual topography of the surfaces formed by AM methods, which will increase the reliability and efficiency of the design of liquid propellant cooling systems.

Siberian Aerospace Journal. 2026;27(1):123-140
pages 123-140 views
Mathematical modeling of the thermal condition of pressurized aircraft compartments
Nikolaev V.N.
Abstract

A method for determining the thermal state of the instrument pressurized compartments of the aircraft, based on the use of a mathematical model of the thermal state of the compartments, has been developed. The mathematical model of the air-conditioning compartment is represented by a system of equations of honeycomb thermally insulated skin, ordinary differential equations of convective heat transfer of the inner surface of the thermal insulation of the skin and compartment structures, on-board equipment, air and enthalpy transfer from the air conditioning system. The radiant exchange coefficient in the model is determined by the Monte Carlo method. With parametric identification of the parameters of compartments and the air conditioning system, methods developed for solving the direct and inverse problem of heat transfer and determining confidence intervals for parametric identification estimates. Confidence intervals for estimating the coefficients of the nonlinear mathematical model of the thermal state of the compartment are determined by the method of projecting the joint confidence region of estimates onto the coordinate axes of the coefficient space. The research is carried out in accordance with the Airworthiness Standards. The required characteristics of the air conditioning system and the thickness of the honeycomb thermal insulation of the compartment were obtained.

Siberian Aerospace Journal. 2026;27(1):141-157
pages 141-157 views
Effects of different boundary condition formulations on internal acoustic pressure and vibration loading of an aircraft compartment
Popov P.A., Malykhina O.I.
Abstract

During the assessment of rocket components vibroacoustic loading using the finite element modeling, it is not feasible to analyze the entire rocket due to the design's complexity and its large spatial scales compared to high-frequency wavelengths. Therefore, in practice, individual structural groups (compartments, rocket fuel tanks, and the warhead) must be considered. This limited model for calculations under rigid constraint can produce distorted vibroacoustic parameter characteristics; these errors will be greater the shorter the considered compartment. To address this issue, it is proposed to use beam finite elements for modeling the missing components of the rocket. This should allow to consider the missing vibration modes propagating along its entire body and affecting the compartment under consideration, as well as the dynamics of its end frames. In this regard, in the proposed article, a finite element model of the stiffened shell of a launch vehicle's dry compartment was developed. The model is constructed from flat and solid finite elements, with brackets containing instruments positioned within it. These brackets represent concentrated masses with specified centering and inertial characteristics. Such structural elements, described by a system of oscillator equations, interact with acoustic (fluid) elements in the model, where the acoustic wave equations are solved. The missing parts of the launch vehicle were modeled using beam elements, considering the existing design of tunnel pipelines, fuel tanks, propulsion systems, etc. The rocket's beam structure is connected to the compartment frames by elastic contact elements. Solving the resulting systems of equations allowed us to determine the displacements of the structural finite elements and pressure pulsations in the acoustic domain. The calculations are presented under various boundary conditions, which take into account low-frequency vibrations that occur during engine operation and their influence on the internal acoustic pressure and the dynamics of the structure, with the beam part of the model and without it.

Siberian Aerospace Journal. 2026;27(1):158-171
pages 158-171 views

Section 3. Technological Processes and Materials

Specific features of light energy conversion in biological photo-elements
Bukhanov E.R., Loginov Y.Y., Poznahareva O.A., Volochaev M.N., Shabanov V.P.
Abstract

The study aims to analyze the influence of structural changes in thylakoid membranes, induced by foliar fertilization, on energy transfer in the photosynthetic system using fluorescence spectroscopy methods.

Control and experimental plant groups were established for the research. Structural analysis was performed using transmission electron microscopy (TEM), which provided images of ultra-thin leaf sections followed by quantitative assessment of the morphometric parameters of chloroplast grana. Micrograph processing and statistical analysis were carried out using artificial intelligence-based software (GRANA). The functional state of the photosystems was evaluated based on chlorophyll fluorescence spectra were obtained using a spectrofluorometer in a 90-degree geometry mode upon excitation with light at a wavelength of 425 nm.

Results. It was found that the application of foliar fertilization leads to a statistically significant structural reorganization of the thylakoid membranes. The experimental samples showed a reduction in the median grana area by ~ 38 % and their perimeter by ~ 16 %, indicating denser and more ordered packing. Simultaneously, fluorescence spectroscopy revealed a narrowing of the peak half-width corresponding to photosystem II by 1.8 nm (8%) in the treated plants. This change indicates a reduction in the energetic heterogeneity of the antenna complexes and an increase in the efficiency of excitation energy transfer.

Conclusion. Based on the comprehensive studies, it was concluded that the primary mechanism of action of foliar fertilizers is the optimization of the thylakoid membrane nanostructure, which, within the concept of photonic crystals, creates more favorable conditions for light energy conversion. An increase in the regularity of the ultrastructural organization was demonstrated. The obtained results confirm the potential of using fluorescence spectroscopy as a rapid, non-invasive method for diagnosing the physiological state of plants in closed space systems.

Siberian Aerospace Journal. 2026;27(1):174-186
pages 174-186 views