Byrski, Aleksander
Loading...
Email Address
Employee
aktywny
Alternative name
Discipline
informatyka techniczna i telekomunikacja
informatyka
informatyka
Author Profiles
Systemy AGH
16 results
Filters
Advanced Search
Filter by
Settings
Search Results
Now showing 1 - 10 of 16
Item type:Article, Access status: Open Access , Population diversity in ant-inspired optimization algorithms(Wydawnictwa AGH, 2021) Byrski, Aleksander; Węgrzyński, Krzysztof; Radwański, Wojciech; Starzec, Grażyna; Starzec, Mateusz; Bargiel, Monika; Urbańczyk, Aleksandra; Kisiel-Dorohinicki, MarekMeasuring the diversity in evolutionary algorithms that work in real-value search spaces is often computationally complex, but it is feasible, however, measuring the diversity in combinatorial domains is practically impossible. Nevertheless, in this paper we propose several practical and feasible diversitymeasurement techniques that are dedicated to ant colony optimization algorithms, leveraging the fact that we can focus on a pheromone table even though an analysis of the search space is at least an NP problem where the direct outcomes of the search are expressed and can be analyzed. Besides sketching out the algorithms, we apply them to several benchmark problems and discuss their efficacy.Item type:Article, Access status: Open Access , Emergence of population structure in socio-cognitively inspired ant colony optimization(Wydawnictwa AGH, 2018) Byrski, Aleksander; Świderska, Ewelina; Łasisz, Jakub; Kisiel-Dorohinicki, Marek; Lenaerts, Tom; Samson, Dana; Indurkhya, BipinA metaheuristic proposed by us recently, Ant Colony Optimization (ACO) hybridized with socio-cognitive inspirations, turned out to generate interesting results compared to classic ACO. Even though it does not always find better solutions to the considered problems, it usually finds sub-optimal solutions usually. Moreover, instead of a trial-and-error approach to configure the parameters of the ant species in the population, in our approach, the actual structure of the population emerges from predefined species-to-species ant migration strategies. Experimental results of our approach are compared against classic ACO and selected socio-cognitive versions of this algorithm.Item type:Article, Access status: Open Access , Tuning of agent-based computing(Wydawnictwa AGH, 2013) Byrski, AleksanderIn this paper, an Evolutionary Multi-agent system-based computing process is subjected to a detailed analysis of its parameters in order to establish a base for a better understanding of the meta-heuristics from the practitioner’s point of view. After reviewing the concepts of EMAS and its immunological variant, a series of experiments is shown, and results of the influence of the search outcomes by certain parameters is discussed.Item type:Article, Access status: Open Access , Volunteer computing simulation using RePast and MASON(Wydawnictwa AGH, 2013) Byrski, Aleksander; Feluś, Michał; Gawlik, Jakub; Jasica, Rafał; Kobak, Paweł; Jankowski, Grzegorz; Nawarecki, Edward; Wroczyński, Michał; Majewski, Przemysław; Krupa, Tomasz; Strychalski, JacekVolunteer environments usually consist of a large number of computing nodes, with highly dynamic characteristics, therefore reliable models for a planning of the whole computing are highly desired. An easy to implement approach to modelling and simulation of such environments May employ agent-based universal simulation frameworks, such as RePast or MASON. In the course of the paper the above-mentioned simulation frame Works are adapter to suport simulation of volunteer computing. After giving implementation details, selected results concerning computing time and speedup are given and are compared with the ones obtained from an actual volunteer environment.Item type:Article, Access status: Open Access , Model for dynamic and hierarchical data repository in relational database(Wydawnictwa AGH, 2018) Piech, Mateusz; Frącz, Wojciech; Turek, Wojciech; Kisiel-Dorohinicki, Marek; Dajda, Jacek; Byrski, AleksanderThe aim of this research is to build an open schema model for a digital sources repository in a relational database. This required us to develop a few advanced techniques. One of them was to keep and maintain a hierarchical data structure pushed into the repository. A second was to create constraints on any hierarchical level that allows for the enforcement of data integrity and consistency. The created solution is mainly based on a JSON file as a native column type, which was designed for holding open schema documents. In this paper, we present a model for any repository that uses hierarchical dynamic data. Additionally, we include a structure for normalizing the input and description for the data in order to keep all of the model assumptions. We compared our solution with a well-known open schema model – Entity-Attribute-Value - in the scope of saving data and querying about relationships and contents from the structure. The results show that we achieved improvements in both the performance and disk space usage, as we extended our model with a few new features that the previous model does not include. The techniques developed in this research can be applied in every domain where hierarchical dynamic data is required, as demonstrated by the digital book repository that we have presented.Item type:Article, Access status: Open Access , Hybrid neuro-fuzzy classifier based on NEFCLASS model(Wydawnictwa AGH, 2011) Gliwa, Bogdan; Byrski, AleksanderThe paper presents hybrid neuro-fuzzy classifier, based on NEFCLASS model, which was modified. The presented classifier was compared to popular classifiers - neural networks and k-nearest neighbours. Efficiency of modifications in classifier was compared with methods used in original model NEFCLASS (learning methods). Accuracy of classifier was tested using 3 datasets from UCI Machine Learning Repository: iris, wine and breast cancer wis-consin. Moreover, influence of ensemble classification methods on classification accuracy was presented.Item type:Article, Access status: Open Access , Optimization of simulation model parameters for solidification of metals with use of agent-based evolutionary algorithm(Wydawnictwa AGH, 2008) Kluska-Nawarecka, Stanisława; Smolarek-Grzyb, Agnieszka; Byrski, Aleksander; Wilk-Kołodziejczyk, DorotaThe finite elements method (FEM) is currently widely used for simulation of thermal processes. However, one of still unresolved problems remains proper selection of mathematical model parameters for these processes. As far as modelling of cooling casts in forms is concerned, particular difficulties appear while estimating values of numerous coefficients such as: heat transport coefficient between metal and form, specific heat, metal and form heat conduction coefficient, metal and form density. Coefficients mentioned above depend not only on materials properties but also on temperature. In the paper the idea of optimalization of simulation method parameters based on adaptive adjustment of curve representing simulation result and result obtained in physical experiment is presented along with the idea of evolutionary and agent-based evolutionary optimization system designed to conduct such optimizations. Preliminary results obtained with use of ABAQUS system available in ACK CYFRONET and software developed at AGH-UST conclude the paper.Item type:Article, Access status: Open Access , A crisis management approach to mission survivability in computational multi-agent systems(Wydawnictwa AGH, 2010) Byrski, Aleksander; Kisiel-Dorohinicki, Marek; Carvalho, MarcoIn this paper we present a biologically-inspired approach for mission survivability (considered as the capability of fulfilling a task such as computation) that allows the system to be aware of the possible threats or crises that may arise. This approach uses the notion of resources used by living organisms to control their populations. We present the concept of energetic selection in agent-based evolutionary systems as well as the means to manipulate the configuration of the computation according to the crises or user's specific demands.Item type:Article, Access status: Open Access , Parallel patterns for agent-based evolutionary computing(Wydawnictwa AGH, 2016) Stypka, Jan; Anielski, Piotr; Mentel, Szymon; Krzywicki, Daniel; Turek, Wojciech; Byrski, Aleksander; Kisiel-Dorohinicki, MarekComputing applications such as metaheuristics-based optimization can greatly benefit from multi-core architectures available on modern supercomputers. In this paper, we describe an easy and efficient way to implement certain population-based algorithms (in the discussed case, multi-agent computing system) on such runtime environments. Our solution is based on an Erlang software library which implements dedicated parallel patterns. We provide technological details on our approach and discuss experimental results.Item type:Article, Access status: Open Access , Analysis of distributed systems dynamics with Erlang Performance Lab(Wydawnictwa AGH, 2018) Ślaski, Michał; Turek, Wojciech; Gil, Arkadiusz; Szafran, Bartosz; Paciorek, Mateusz; Byrski, AleksanderModern, highly concurrent, and large-scale systems require new methods for design, testing, and monitoring. Their dynamics and scale require real-time tools that provide a holistic view of the whole system and the ability to show a more detailed view when needed. Such tools can help identify the causes of unwanted states, which is hardly possible with a static analysis or metrics-based approach. In this paper, a new tool for the analysis of distributed systems in Erlang is presented. It provides the real-time monitoring of system dynamics on diferent levels of abstraction. The tool has been used for analyzing a large-scale urban trafic simulation system running on a cluster of 20 computing nodes.
