NEOct 23, 2022
Socio-cognitive Optimization of Time-delay Control Problems using Evolutionary MetaheuristicsPiotr Kipinski, Hubert Guzowski, Aleksandra Urbanczyk et al.
Metaheuristics are universal optimization algorithms which should be used for solving difficult problems, unsolvable by classic approaches. In this paper we aim at constructing novel socio-cognitive metaheuristic based on castes, and apply several versions of this algorithm to optimization of time-delay system model. Besides giving the background and the details of the proposed algorithms we apply them to optimization of selected variants of the problem and discuss the results.
LGMay 3, 2021Code
EBIC.JL -- an Efficient Implementation of Evolutionary Biclustering Algorithm in JuliaPaweł Renc, Patryk Orzechowski, Aleksander Byrski et al.
Biclustering is a data mining technique which searches for local patterns in numeric tabular data with main application in bioinformatics. This technique has shown promise in multiple areas, including development of biomarkers for cancer, disease subtype identification, or gene-drug interactions among others. In this paper we introduce EBIC.JL - an implementation of one of the most accurate biclustering algorithms in Julia, a modern highly parallelizable programming language for data science. We show that the new version maintains comparable accuracy to its predecessor EBIC while converging faster for the majority of the problems. We hope that this open source software in a high-level programming language will foster research in this promising field of bioinformatics and expedite development of new biclustering methods for big data.