Dissertations / Theses on the topic 'Swerm intelligensie'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Swerm intelligensie.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Lang, Andreas. "Face Detection using Swarm Intelligence." Universitätsbibliothek Chemnitz, 2011. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-64415.
Full textTiboni, Ivan. "I principi della swarm intelligence." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2012. http://amslaurea.unibo.it/4051/.
Full textPontellini, Lorenzo. "Applicazioni informatiche della Swarm Intelligence." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2012. http://amslaurea.unibo.it/4658/.
Full textLang, Andreas. "Face Detection using Swarm Intelligence." Technische Universität Chemnitz, 2010. https://monarch.qucosa.de/id/qucosa%3A19439.
Full textKeshtkar, Abolfazl. "Swarm intelligence-based image segmentation." Thesis, University of Ottawa (Canada), 2007. http://hdl.handle.net/10393/27525.
Full textBerg, Jannik, and Camilla Haukenes Karud. "Swarm intelligence in bio-inspired robotics." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-13684.
Full textFrantz, Natalie R. "Swarm intelligence for autonomous UAV control." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2005. http://library.nps.navy.mil/uhtbin/hyperion/05Jun%5FFrantz.pdf.
Full textHula, Tomáš. "Experimenty s rojovou inteligencí (swarm intelligence)." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2008. http://www.nusl.cz/ntk/nusl-235936.
Full textGarattoni, Lorenzo. "Cognitive Abilities in Swarm Robotics: Developing a swarm that can collectively sequence tasks." Doctoral thesis, Universite Libre de Bruxelles, 2021. https://dipot.ulb.ac.be/dspace/bitstream/2013/317235/5/contratLG.pdf.
Full textDoctorat en Sciences de l'ingénieur et technologie
info:eu-repo/semantics/nonPublished
Montes, De Oca Roldan Marco. "Incremental social learning in swarm intelligence systems." Doctoral thesis, Universite Libre de Bruxelles, 2011. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209909.
Full textInteractions among agents, either direct or indirect through the environment in which they act, are fundamental for swarm intelligence to exist; however, there is a class of interactions, referred to as "interference", that actually blocks or hinders the agents' goal-seeking behavior. For example, competition for space may reduce the mobility of robots in a swarm robotics system, or misleading information may spread through the system in a particle swarm optimization algorithm. One of the most visible effects of interference in a swarm intelligence system is the reduction of its efficiency. In other words, interference increases the time required by the system to reach a desired state. Thus, interference is a fundamental problem which negatively affects the viability of the swarm intelligence approach for solving important, practical problems.
We propose a framework called "incremental social learning" (ISL) as a solution to the aforementioned problem. It consists of two elements: (i) a growing population of agents, and (ii) a social learning mechanism. Initially, a system under the control of ISL consists of a small population of agents. These agents interact with one another and with their environment for some time before new agents are added to the system according to a predefined schedule. When a new agent is about to be added, it learns socially from a subset of the agents that have been part of the system for some time, and that, as a consequence, may have gathered useful information. The implementation of the social learning mechanism is application-dependent, but the goal is to transfer knowledge from a set of experienced agents that are already in the environment to the newly added agent. The process continues until one of the following criteria is met: (i) the maximum number of agents is reached, (ii) the assigned task is finished, or (iii) the system performs as desired. Starting with a small number of agents reduces interference because it reduces the number of interactions within the system, and thus, fast progress toward the desired state may be achieved. By learning socially, newly added agents acquire knowledge about their environment without incurring the costs of acquiring that knowledge individually. As a result, ISL can make a swarm intelligence system reach a desired state more rapidly.
We have successfully applied ISL to two very different swarm intelligence systems. We applied ISL to particle swarm optimization algorithms. The results of this study demonstrate that ISL substantially improves the performance of these kinds of algorithms. In fact, two of the resulting algorithms are competitive with state-of-the-art algorithms in the field. The second system to which we applied ISL exploits a collective decision-making mechanism based on an opinion formation model. This mechanism is also one of the original contributions presented in this dissertation. A swarm robotics system under the control of the proposed mechanism allows robots to choose from a set of two actions the action that is fastest to execute. In this case, when only a small proportion of the swarm is able to concurrently execute the alternative actions, ISL substantially improves the system's performance.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Pinciroli, Carlo. "On the design and implementation of an accurate, efficient, and flexible simulator for heterogeneous swarm robotics systems." Doctoral thesis, Universite Libre de Bruxelles, 2014. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209285.
Full textintersection of disciplines such as distributed systems, robotics,
artificial intelligence, and complex systems. Considerable research
effort has been dedicated to the study of algorithms targeted to
specific problems. Nonetheless, implementation and comparison remain difficult due to the lack of shared tools and benchmarks. Among the tools necessary to enable experimentation, the most fundamental is a simulator that offers an adequate level of accuracy and flexibility to suit the diverse needs of the swarm robotics
community. The very nature of swarm robotics, in which systems may comprise large numbers of robots, forces the design to provide
runtimes that increase gracefully with increasing swarm sizes.
In this thesis, I argue that none of the existing simulators offers
satisfactory levels of accuracy, flexibility, and efficiency, due to
fundamental limitations of their design. To overcome these
limitations, I present ARGoS---a general, multi-robot simulator that
currently benchmarks as the fastest in the literature.
In the design of ARGoS, I faced a number of unsolved issues. First, in existing simulators, accuracy is an intrinsic feature of the
design. For single-robot applications this choice is reasonable, but
for the large number of robots typically involved in a swarm, it
results in an unacceptable trade-off between accuracy and
efficiency. Second, the prospect of swarm robotics spans diverse
potential applications, such as space exploration, ocean restoration,
deep-underground mining, and construction of large structures. These applications differ in terms of physics (e.g. motion dynamics) and available communication means. The existing general-purpose simulators are not suitable to simulate such diverse environments accurately and efficiently.
To design ARGoS I introduced novel concepts. First, in ARGoS accuracy is framed as a property of the experimental setup, and is tunable to the requirements of the experiment. To achieve this, I designed the architecture of ARGoS to offer unprecedented levels of modularity. The user can provide customized versions of individual modules, thus assigning computational resources to the relevant aspects. This feature enhances efficiency, since the user can lower the computational cost of unnecessary aspects of a simulation.
To further decrease runtimes, the architecture of ARGoS exploits the computational resources of modern multi-core systems. In contrast to existing designs with comparable features, ARGoS allows the user to define both the granularity and the scheduling strategy of the parallel tasks, attaining unmatched levels of scalability and efficiency in resource usage.
A further unique feature of ARGoS is the possibility to partition the
simulated space in regions managed by dedicated physics engines
running in parallel. This feature, besides enhancing parallelism,
enables experiments in which multiple regions with different features are simulated. For instance, ARGoS can perform accurate and efficient simulations of scenarios in which amphibian robots act both underwater and on sandy shores.
ARGoS is listed among the major results of the Swarmanoid
project. It is currently
the official simulator of 4 European projects
(ASCENS, H2SWARM, E-SWARM, Swarmix) and is used by 15
universities worldwide. While the core architecture of ARGoS is
complete, extensions are continually added by a community of
contributors. In particular, ARGoS was the first robot simulator to be
integrated with the ns3 network simulator, yielding a software
able to simulate both the physics and the network aspects of a
swarm. Further extensions under development include support for
large-scale modular robots, construction of 3D structures with
deformable material, and integration with advanced statistical
analysis tools such as MultiVeStA.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Rajagopalan, Sundaram. "Swarm intelligence methods for mobile ad hoc networks." Access to citation, abstract and download form provided by ProQuest Information and Learning Company; downloadable PDF file, 189 p, 2007. http://proquest.umi.com/pqdweb?did=1257807601&sid=6&Fmt=2&clientId=8331&RQT=309&VName=PQD.
Full textKentzoglanakis, Kyriakos. "Reconstructing gene regulatory networks : a swarm intelligence framework." Thesis, University of Portsmouth, 2010. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.523619.
Full textUjjin, Supiya. "Improving capabilities of recommender systems using swarm intelligence." Thesis, University College London (University of London), 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.408867.
Full textOyekan, John Oluwagbemiga. "Visualisation of invisible substances using unicellular swarm intelligence." Thesis, University of Essex, 2012. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.549289.
Full textMarshall, Michael Brian. "A Swarm Intelligence Approach to Distributed Mobile Surveillance." Thesis, Virginia Tech, 2005. http://hdl.handle.net/10919/35120.
Full textMaster of Science
Kelman, Alexander. "Utilizing Swarm Intelligence Algorithms for Pathfinding in Games." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-13636.
Full textSun, Yanxia. "Improved particle swarm optimisation algorithms." Thesis, Paris Est, 2011. http://encore.tut.ac.za/iii/cpro/DigitalItemViewPage.external?sp=1000395.
Full textParticle Swarm Optimisation (PSO) is based on a metaphor of social interaction such as birds flocking or fish schooling to search a space by adjusting the trajectories of individual vectors, called "particles" conceptualized as moving points in a multidimensional space. This thesis presents several algorithms/techniques to improve the PSO's global search ability. Simulation and analytical results confirm the efficiency of the proposed algorithms/techniques when compared to the other state of the art algorithms.
Goldman, James L. Atwood Michael E. "The cognitive authority of collective intelligence /." Philadelphia, Pa. : Drexel University, 2010. http://hdl.handle.net/1860/3254.
Full textEdelen, Mark Russell. "Swarm intelligence and stigmergy robotic implementation of foraging behavior /." College Park, Md. : University of Maryland, 2003. http://hdl.handle.net/1903/107.
Full textThesis research directed by: Dept. of Mechanical Engineering. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
Petrillo, Fábio dos Santos. "Swarm debugging : the collective debugging intelligence of the crowd." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2016. http://hdl.handle.net/10183/150176.
Full textAnts are fascinating creatures that beyond the advances in biology have also inspired research on information theory. In particular, their study resulted in the creation of the Information Foraging Theory, which describes how agents forages for information in their environment. This theory also explains recent and fruitful phenomena, such as crowdsourcing. Many activities in software engineering have applied crowdsourcing, including development, translation, and testing, but one action seems to resist: debugging. Developers know that debugging can require dedication, effort, long hours of work, sometimes for changing one line of code only. We introduce the concept of Swarm Debugging, to bring crowdsourcing to the activity of debugging. Through crowdsourcing, we aim at helping developers by capitalizing on their dedication, effort, and long hours of work to ease debugging activities of their peers or theirs, on other bugs. We show that swarm debugging requires a particular approach to collect relevant information, and we describe the Swarm Debugging Infrastructure. We also show that swarm debugging minimizes developers effort. We conclude with the advantages and current limitations of swarm debugging and suggest directions to overcome these limitations and further the adoption of crowdsourcing for debugging activities.
Hettiarachchi, Suranga D. "Distributed evolution for swarm robotics." Laramie, Wyo. : University of Wyoming, 2007. http://proquest.umi.com/pqdweb?did=1445057141&sid=1&Fmt=2&clientId=18949&RQT=309&VName=PQD.
Full textBrutschy, Arne. "Enabling research on complex tasks in swarm robotics: novel conceptual and practical tools." Doctoral thesis, Universite Libre de Bruxelles, 2014. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209123.
Full textIn this dissertation, I propose a collection of tools for flexible and reproducible task abstraction. At the core of this collection is a physical device that serves as an abstraction of a single-robot task to be performed by an e-puck robot. I call this device the TAM, an acronym for "task abstraction module". A complex multi-robot task can be abstracted using a group of TAMs by first modeling the task as the set of its constituent single-robot subtasks and then representing each subtask with a TAM. I propose a novel approach to modeling complex tasks and a framework for controlling a group of TAMs such that the behavior of the group implements the model of the complex task.
The combination of the TAM, the modeling approach, and the control framework forms a collection of tools for conducting research in swarm robotics. These tools enable research on cooperative behaviors and complex tasks with simple, cost-effective robots such as the e-puck - research that would be difficult and costly to conduct using specialized robots or ad hoc solutions to task abstraction. I present proof-of-concept experiments and several studies that use the TAM for task abstraction in order to illustrate the variety of tasks that can be studied with the proposed tools.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Chen, Xin. "Modeling swarm intelligence and its applications in robotics and optimization." Thesis, University of Macau, 2007. http://umaclib3.umac.mo/record=b1675661.
Full textHernández, Pibernat Hugo. "Swarm intelligence techniques for optimization and management tasks insensor networks." Doctoral thesis, Universitat Politècnica de Catalunya, 2012. http://hdl.handle.net/10803/81861.
Full textLas principles contribuciones de esta tesis se encuentran en el domino de las redes de sensores inalámbricas. Más en detalle, introducimos algoritmos y protocolos que intentan minimizar el consumo energético para los siguientes problemas: gestión autosincronizada de encendido y apagado de sensores con capacidad para obtener energía del ambiente, coloreado de grafos distribuido y broadcasting de consumo mínimo en entornos con antenas reales. En primer lugar, proponemos un sistema capaz de autosincronizar los ciclos de encendido y apagado de los nodos de una red de sensores. El mecanismo está basado en las fases de trabajo y reposo de las colonias de hormigas tal y como estas pueden observarse en la naturaleza, es decir, con fases de actividad autosincronizadas. El principal objectivo de este tipo de técnicas es ahorrar energía gracias a alternar estados de forma eficiente. En este caso en concreto, consideramos dos estados diferentes: el estado dormido, en el que los nodos no pueden comunicarse y el consumo energético es bajo; y el estado activo, en el que las comunicaciones propician un consumo energético elevado. Con el objetivo de probar el modelo, se ha llevado a cabo una extensa experimentación que incluye tanto simulaciones síncronas en redes móviles y estáticas, como simulaciones en redes asíncronas. Además, este trabajo se extendió asumiendo un punto de vista más amplio e incluyendo un detallado estudio de los parámetros del algoritmo. Finalmente, gracias a la colaboración con la Technical University of Braunschweig, tuvimos la oportunidad de probar el mecanismo en el simulador realista de redes de sensores, Shawn (http://shawn.sf.net). La segunda parte de esta tesis está dedicada a la desincronización de nodos en redes de sensores y a su aplicación al problema del coloreado de grafos de forma distribuida. En particular, nuestra investigación está inspirada por el canto de las ranas de árbol japonesas, cuyos machos utilizan su canto para atraer a las hembras. Resulta interesante que debido a que las hembras solo son capaces de localizar las ranas macho cuando sus cantos no están demasiado cerca en el tiempo, los grupos de machos que se hallan en una misma región desincronizan sus cantos. Basado en un modelo de este comportamiento que se encuentra en la literatura, proponemos un nuevo algoritmo con aplicaciones al campo de las redes de sensores. Más en detalle, analizamos la habilidad del algoritmo para desincronizar nodos vecinos. Además, consideramos extensiones del modelo original, mejorando su capacidad de desincronización. Para ilustrar los potenciales beneficios de las redes desincronizadas, nos centramos en el problema del coloreado de grafos distribuido que tiene relación con diferentes tareas habituales en redes de sensores. El clásico problema del broadcasting de consumo mínimo en redes ad hoc ha sido bien estudiado en la literatura. El problema considera un modelo de antena que permite transmitir a cualquier potencia elegida (hasta un máximo establecido por el dispositivo). Sin embargo, cuando se trabaja de forma específica con redes de sensores, un vistazo al hardware actualmente disponible muestra que este modelo de antena no es demasiado realista. En este trabajo reformulamos el problema para el modelo de antena más habitual en redes de sensores. En este modelo, los niveles de potencia de transmisión se eligen de un conjunto finito de posibilidades. La siguiente contribución consiste en en la adaptación de un algoritmo de optimización por colonias de hormigas a la versión más realista del problema, también conocida como broadcasting de consumo mínimo con antenas realistas. Los resultados obtenidos muestran que la ventaja de este método sobre heurísticas clásicas incluso crece cuando el número de posibles potencias de transmisión decrece. Además, se ha presentado una versión distribuida del algoritmo, que también se compara de forma bastante favorable contra las heurísticas centralizadas conocidas.
Heeren, Menno. "Swarm Intelligence als Strategie zur Lösung reaktiver Planungsprobleme in Wertschöpfungsketten /." Berlin : Dissertation.de, 2006. http://deposit.d-nb.de/cgi-bin/dokserv?id=2863082&prov=M&dok_var=1&dok_ext=htm.
Full textMohamad, Maziah. "Swarm intelligence modelling and active vibration control of flexible structures." Thesis, University of Sheffield, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.554910.
Full textBuck, Fernando. "Cooperative Problem Solving With a Distributed Agent System - Swarm Intelligence." [S.l. : s.n.], 2005. http://nbn-resolving.de/urn:nbn:de:bsz:747-opus-299.
Full textGeuther, Brian Q. "Towards Bacteria Inspired Stochastic Control Strategies for Microrobotic Swarm Intelligence." Thesis, Virginia Tech, 2013. http://hdl.handle.net/10919/23751.
Full textMaster of Science
Riadi, I. C. J. "Cognitive Ant Colony Optimization : a new framework in swarm intelligence." Thesis, University of Salford, 2014. http://usir.salford.ac.uk/30721/.
Full textBrits, Riaan. "Niching strategies for particle swarm optimization." Diss., Pretoria : [s.n.], 2002. http://upetd.up.ac.za/thesis/available/etd-02192004-143003.
Full textRebguns, Antons. "Using scouts to predict swarm success rate." Laramie, Wyo. : University of Wyoming, 2008. http://proquest.umi.com/pqdweb?did=1798481081&sid=3&Fmt=2&clientId=18949&RQT=309&VName=PQD.
Full textGrushin, Alexander. "Adapting swarm intelligence for the self-assembly of prespecified artificial structures." College Park, Md. : University of Maryland, 2007. http://hdl.handle.net/1903/6847.
Full textThesis research directed by: Computer Science. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
Fealko, Daniel R. "Evaluating Particle Swarm Intelligence Techniques for Solving University Examination Timetabling Problems." NSUWorks, 2005. http://nsuworks.nova.edu/gscis_etd/513.
Full textLucic, Panta. "Modeling Transportation Problems Using Concepts of Swarm Intelligence and Soft Computing." Diss., Virginia Tech, 2002. http://hdl.handle.net/10919/26396.
Full textPh. D.
Vaddhireddy, Jyothirmye. "A Novel Swarm Intelligence based IWD Algorithm for Routing in MANETs." University of Toledo / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=toledo1321589580.
Full textAmin, Saman Hameed. "Optimising routing and trustworthiness of ad hoc networks using swarm intelligence." Thesis, Brunel University, 2014. http://bura.brunel.ac.uk/handle/2438/8248.
Full textWilke, Daniel N. "Analysis of the particle swarm optimization algorithm." Pretoria : [s.n.], 2005. http://upetd.up.ac.za/thesis/available/etd-01312006-125743.
Full textRye, Anders Søbstad. "Path Integration in a Swarm of Robots." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2014. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-27222.
Full textO'Grady, Rehan. "Morphologically responsive self-assembling robots." Doctoral thesis, Universite Libre de Bruxelles, 2010. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/210061.
Full textto different environmental contingencies. Self-assembly is the mechanism through which
agents in a multi-robot system autonomously form connections with one another to create
larger composite robotic entities. Initially, we consider a simple response mechanism
that uses stochastic self-assembly without any explicit control over the resulting morphology
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Campo, Alexandre. "On the design of self-organized decision making in robot swarms." Doctoral thesis, Universite Libre de Bruxelles, 2011. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209934.
Full textWe study how information is transferred inside the groups, how collective decisions arise, and through which particular interactions. Important properties of the groups such as scalability, robustness, and adaptivity are also investigated. We show that collective decisions in robot swarms can effectively arise thanks to simple mechanisms of imitation and amplification. We experimentally demonstrate their implementation with direct or indirect information transfer, and with robots that can distinguish the available options partially or not at all.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Maripi, Jagadish Kumar. "AN EFFECTIVE PARALLEL PARTICLE SWARM OPTIMIZATION ALGORITHM AND ITS PERFORMANCE EVALUATION." OpenSIUC, 2010. https://opensiuc.lib.siu.edu/theses/275.
Full textBrambilla, Manuele. "Formal methods for the design and analysis of robot swarms." Doctoral thesis, Universite Libre de Bruxelles, 2014. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209277.
Full textDesigning and developing individual-level behaviors to obtain a desired swarm-level goal is, in general, very difficult, as it is difficult to predict and thus design the non-linear interactions of tens or hundreds individual robots that result in the desired collective behavior. In my dissertation, I presented my novel contribution to the top-down design of robot swarms: property-driven design. Property-driven design is based on prescriptive modeling and model checking. Using property-driven design it is possible to design robot swarms in a systematic way, realizing systems that are "correct by design". I demonstrated property-driven design on two case-studies: aggregation and foraging.
Developing techniques to analyze and verify a robot swarm is also a necessary step in order to employ swarm robotics in real-world applications. In my dissertation, I explored the use of model checking to analyze and verify the properties of robot swarms. Model checking allows us to formally describe a set of desired properties of a system, in a more powerful and precise way compared to other mathematical approaches, and verify whether a given model of a system satisfies them. I explored two different approaches: the first based on Bio-PEPA and the second based on KLAIM.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Messerschmidt, Leon. "Using particle swarm optimization to evolve two-player game agents." Pretoria : [s.n.], 2005. http://upetd.up.ac.za/thesis/available/etd-04172007-083117.
Full textSudheer, Menon Vishnu. "Decentralized Approach to SLAM using Computationally Limited Robots." Digital WPI, 2017. https://digitalcommons.wpi.edu/etd-theses/1315.
Full textJung, Shin-Young. "Shaping Swarms Through Coordinated Mediation." BYU ScholarsArchive, 2013. https://scholarsarchive.byu.edu/etd/5516.
Full textKassabalidis, Ioannis N. "Applications of biologically inspired algorithms to complex systems /." Thesis, Connect to this title online; UW restricted, 2002. http://hdl.handle.net/1773/5915.
Full textLuitel, Bipul. "Applications of swarm, evolutionary and quantum algorithms in system identification and digital filter design." Diss., Rolla, Mo. : Missouri University of Science and Technology, 2009. http://scholarsmine.mst.edu/thesis/pdf/Luitel_09007dcc805cd792.pdf.
Full textVita. The entire thesis text is included in file. Title from title screen of thesis/dissertation PDF file (viewed January 22, 2009) Includes bibliographical references (p. 135-137).
Ferrante, Eliseo. "Information transfer in a flocking robot swarm." Doctoral thesis, Universite Libre de Bruxelles, 2013. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/209370.
Full textIn explicit information transfer, directional information is transferred via communication. Explicit information transfer requires mobile robots equipped with a a communication device. We propose novel communication strategies for explicit information transfer, and we perform flocking experiments in different situations: with one or two desired directions of motion that can be static or change over time. We perform experiments in simulation and with real robots. Furthermore, we show that the same explicit information transfer strategies can also be applied to another collective behavior: collective transport with obstacle avoidance.
In implicit information transfer, directional information is transferred without communication. We show that a simple motion control method is sufficient to guarantee cohesive and aligned motion without resorting to communication or elaborate
sensing. We analyze the motion control method for its capability to achieve flocking with and without a desired direction of motion, both in simulation and using real robots. Furthermore, to better understand its underlying mechanism, we study this
method using tools of statistical physics, showing that the process can be explained in terms of non-linear elasticity and energy-cascading dynamics.
Doctorat en Sciences de l'ingénieur
info:eu-repo/semantics/nonPublished
Inkaya, Tulin. "A Methodology Of Swarm Intelligence Application In Clustering Based On Neighborhood Construction." Phd thesis, METU, 2011. http://etd.lib.metu.edu.tr/upload/12613232/index.pdf.
Full text