1,369 research outputs found

    An enhanced particle swarm optimization algorithm

    Get PDF
    In this paper, an enhanced stochastic optimization algorithm based on the basic Particle Swarm Optimization (PSO) algorithm is proposed. The basic PSO algorithm is built on the activities of the social feeding of some animals. Its parameters may influence the solution considerably. Moreover, it has a couple of weaknesses, for example, convergence speed and premature convergence. As a way out of the shortcomings of the basic PSO, several enhanced methods for updating the velocity such as Exponential Decay Inertia Weight (EDIW) are proposed in this work to construct an Enhanced PSO (EPSO) algorithm. The suggested algorithm is numerically simulated established on five benchmark functions with regards to the basic PSO approaches. The performance of the EPSO algorithm is analyzed and discussed based on the test results

    HIBRIDNI ALGORITAM OPTIMIZACIJE ROJA ČESTICA I OPTIMIZACIJE SIVOGA VUKA ZA JEDNODIMENZIONALNO INVERZNO MODELIRANJE AUDIOFREKVENCIJSKE MAGNETOTELURIKE S KONTROLIRANIM IZVOROM (CSAMT)

    Get PDF
    The Controlled Source Audio-frequency Magnetotellurics (CSAMT) is a geophysical method utilizing artificial electromagnetic signal source to estimate subsurface resistivity structures. One-dimensional (1D) inversion modelling of CSAMT data is non-linear and the solution can be estimated by using global optimization algorithms. Particle Swarm Optimization (PSO) and Grey Wolf Optimizer (GWO) are well-known population-based algorithms having relatively simple mathematical formulation and implementation. Hybridization of PSO and GWO algorithms (called hybrid PSO-GWO) can improve the convergence capability to the global solution. This study applied the hybrid PSO-GWO algorithm for 1D CSAMT inversion modelling. Tests were conducted with synthetic CSAMT data associated with 3-layer, 4-layer and 5-layer earth models to determine the performance of the algorithm. The results show that the hybrid PSO-GWO algorithm has a good performance in obtaining the minimum misfit compared to the original PSO and GWO algorithms. The hybrid PSO-GWO algorithm was also applied to invert CSAMT field data for gold mineralization exploration in the Cibaliung area, Banten Province, Indonesia. The algorithm was able to reconstruct the resistivity model very well which is confirmed by the results from inversion of the data using standard 2D MT inversion software. The model also agrees well with the geological information of the study area.Audiofrekvencijska magnetotelurika s kontroliranim izvorom (CSAMT) geofizička je metoda koja se koristi izvorom umjetnoga elektromagnetskog signala za procjenu struktura otpornosti ispod površine. Jednodimenzionalno (1D) inverzno modeliranje CSAMT podataka nelinearno je te se rješenje može procijeniti korištenjem algoritama za globalnu optimizaciju. Algoritam roja čestica (PSO) i algoritam sivoga vuka (GWO) dobro su poznati algoritmi koji se temelje na populaciji i imaju relativno jednostavnu matematičku formulaciju i implementaciju. Hibridizacija PSO i GWO algoritama (hibridni PSO-GWO) može poboljšati sposobnost konvergencije prema globalnom rješenju. U ovom istraživanju primijenjen je hibridni PSO-GWO algoritam za 1D CSAMT inverzno modeliranje. Provedeno je testiranje sa sintetičkim CSAMT podatcima povezanim s 3-slojnim, 4-slojnim i 5-slojnim modelima zemlje kako bi se odredile performanse algoritma. Rezultati su pokazali kako hibridni PSO-GWO algoritam ima dobre performanse u postizanju minimalne neusklađenosti u usporedbi s originalnim PSO i GWO algoritmima. Hibridni PSO-GWO algoritam također je primijenjen za inverziju CSAMT terenskih podataka s ciljem istraživanja mineralizacije zlata u području Cibaliung, provincija Banten, Indonezija. Algoritam je uspio vrlo dobro rekonstruirati model otpornosti, što potvrđuju rezultati inverznoga modeliranja korištenjem standardnoga softvera za inverziju 2D magnetotelurskih podataka. Rezultati modela također se dobro podudaraju s geološkim informacijama istraživanoga područja

    Treasure hunt : a framework for cooperative, distributed parallel optimization

    Get PDF
    Orientador: Prof. Dr. Daniel WeingaertnerCoorientadora: Profa. Dra. Myriam Regattieri DelgadoTese (doutorado) - Universidade Federal do Paraná, Setor de Ciências Exatas, Programa de Pós-Graduação em Informática. Defesa : Curitiba, 27/05/2019Inclui referências: p. 18-20Área de concentração: Ciência da ComputaçãoResumo: Este trabalho propõe um framework multinível chamado Treasure Hunt, que é capaz de distribuir algoritmos de busca independentes para um grande número de nós de processamento. Com o objetivo de obter uma convergência conjunta entre os nós, este framework propõe um mecanismo de direcionamento que controla suavemente a cooperação entre múltiplas instâncias independentes do Treasure Hunt. A topologia em árvore proposta pelo Treasure Hunt garante a rápida propagação da informação pelos nós, ao mesmo tempo em que provê simutaneamente explorações (pelos nós-pai) e intensificações (pelos nós-filho), em vários níveis de granularidade, independentemente do número de nós na árvore. O Treasure Hunt tem boa tolerância à falhas e está parcialmente preparado para uma total tolerância à falhas. Como parte dos métodos desenvolvidos durante este trabalho, um método automatizado de Particionamento Iterativo foi proposto para controlar o balanceamento entre explorações e intensificações ao longo da busca. Uma Modelagem de Estabilização de Convergência para operar em modo Online também foi proposto, com o objetivo de encontrar pontos de parada com bom custo/benefício para os algoritmos de otimização que executam dentro das instâncias do Treasure Hunt. Experimentos em benchmarks clássicos, aleatórios e de competição, de vários tamanhos e complexidades, usando os algoritmos de busca PSO, DE e CCPSO2, mostram que o Treasure Hunt melhora as características inerentes destes algoritmos de busca. O Treasure Hunt faz com que os algoritmos de baixa performance se tornem comparáveis aos de boa performance, e os algoritmos de boa performance possam estender seus limites até problemas maiores. Experimentos distribuindo instâncias do Treasure Hunt, em uma rede cooperativa de até 160 processos, demonstram a escalabilidade robusta do framework, apresentando melhoras nos resultados mesmo quando o tempo de processamento é fixado (wall-clock) para todas as instâncias distribuídas do Treasure Hunt. Resultados demonstram que o mecanismo de amostragem fornecido pelo Treasure Hunt, aliado à maior cooperação entre as múltiplas populações em evolução, reduzem a necessidade de grandes populações e de algoritmos de busca complexos. Isto é especialmente importante em problemas de mundo real que possuem funções de fitness muito custosas. Palavras-chave: Inteligência artificial. Métodos de otimização. Algoritmos distribuídos. Modelagem de convergência. Alta dimensionalidade.Abstract: This work proposes a multilevel framework called Treasure Hunt, which is capable of distributing independent search algorithms to a large number of processing nodes. Aiming to obtain joint convergences between working nodes, Treasure Hunt proposes a driving mechanism that smoothly controls the cooperation between the multiple independent Treasure Hunt instances. The tree topology proposed by Treasure Hunt ensures quick propagation of information, while providing simultaneous explorations (by parents) and exploitations (by children), on several levels of granularity, regardless the number of nodes in the tree. Treasure Hunt has good fault tolerance and is partially prepared to full fault tolerance. As part of the methods developed during this work, an automated Iterative Partitioning method is proposed to control the balance between exploration and exploitation as the search progress. A Convergence Stabilization Modeling to operate in Online mode is also proposed, aiming to find good cost/benefit stopping points for the optimization algorithms running within the Treasure Hunt instances. Experiments on classic, random and competition benchmarks of various sizes and complexities, using the search algorithms PSO, DE and CCPSO2, show that Treasure Hunt boosts the inherent characteristics of these search algorithms. Treasure Hunt makes algorithms with poor performances to become comparable to good ones, and algorithms with good performances to be capable of extending their limits to larger problems. Experiments distributing Treasure Hunt instances in a cooperative network up to 160 processes show the robust scaling of the framework, presenting improved results even when fixing a wall-clock time for the instances. Results show that the sampling mechanism provided by Treasure Hunt, allied to the increased cooperation between multiple evolving populations, reduce the need for large population sizes and complex search algorithms. This is specially important on real-world problems with time-consuming fitness functions. Keywords: Artificial intelligence. Optimization methods. Distributed algorithms. Convergence modeling. High dimensionality

    Unsupervised Heart-rate Estimation in Wearables With Liquid States and A Probabilistic Readout

    Full text link
    Heart-rate estimation is a fundamental feature of modern wearable devices. In this paper we propose a machine intelligent approach for heart-rate estimation from electrocardiogram (ECG) data collected using wearable devices. The novelty of our approach lies in (1) encoding spatio-temporal properties of ECG signals directly into spike train and using this to excite recurrently connected spiking neurons in a Liquid State Machine computation model; (2) a novel learning algorithm; and (3) an intelligently designed unsupervised readout based on Fuzzy c-Means clustering of spike responses from a subset of neurons (Liquid states), selected using particle swarm optimization. Our approach differs from existing works by learning directly from ECG signals (allowing personalization), without requiring costly data annotations. Additionally, our approach can be easily implemented on state-of-the-art spiking-based neuromorphic systems, offering high accuracy, yet significantly low energy footprint, leading to an extended battery life of wearable devices. We validated our approach with CARLsim, a GPU accelerated spiking neural network simulator modeling Izhikevich spiking neurons with Spike Timing Dependent Plasticity (STDP) and homeostatic scaling. A range of subjects are considered from in-house clinical trials and public ECG databases. Results show high accuracy and low energy footprint in heart-rate estimation across subjects with and without cardiac irregularities, signifying the strong potential of this approach to be integrated in future wearable devices.Comment: 51 pages, 12 figures, 6 tables, 95 references. Under submission at Elsevier Neural Network
    corecore