Thèses sur le sujet « Algortimi »
Créez une référence correcte selon les styles APA, MLA, Chicago, Harvard et plusieurs autres
Consultez les 44 meilleures thèses pour votre recherche sur le sujet « Algortimi ».
À côté de chaque source dans la liste de références il y a un bouton « Ajouter à la bibliographie ». Cliquez sur ce bouton, et nous générerons automatiquement la référence bibliographique pour la source choisie selon votre style de citation préféré : APA, MLA, Harvard, Vancouver, Chicago, etc.
Vous pouvez aussi télécharger le texte intégral de la publication scolaire au format pdf et consulter son résumé en ligne lorsque ces informations sont inclues dans les métadonnées.
Parcourez les thèses sur diverses disciplines et organisez correctement votre bibliographie.
Scandellari, Carolina. « Algortimi di spike detection per applicazioni neuroprotesiche : sviluppo di modelli, implementazione e valutazione delle performance ». Master's thesis, Alma Mater Studiorum - Università di Bologna, 2020. http://amslaurea.unibo.it/19904/.
Texte intégralCICCOLELLA, SIMONE. « Practical algorithms for Computational Phylogenetics ». Doctoral thesis, Università degli Studi di Milano-Bicocca, 2022. http://hdl.handle.net/10281/364980.
Texte intégralIn this manuscript we described the main computational challenges of the cancer phylogenetic field and we proposed different solutions for the three main problems of (i) the progression reconstruction of a tumor sample, (ii) the clustering of SCS data to allow for a cleaner and faster inference and (iii) the evaluation of different phylogenies. Furthermore we combined them into a usable pipeline to allow for a faster analysis.
Šarda, Petr. « Algortimy pro sestavování puzzle ». Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2012. http://www.nusl.cz/ntk/nusl-219709.
Texte intégralMuller, Andreas. « Message passing algorthms in wireless communications ». Thesis, University of Bristol, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.544340.
Texte intégralTabatabaian, Seyed Jalil. « Cryptanalysis algortihms for public key cryptosystems ». Thesis, University of Newcastle Upon Tyne, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.283904.
Texte intégralBangert, Patrick David. « Algorthmic problems in the braid groups ». Thesis, University College London (University of London), 2002. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.417929.
Texte intégralYuret, Deniz. « From genetic algorthms to efficient optimization ». Thesis, Massachusetts Institute of Technology, 1994. http://hdl.handle.net/1721.1/37727.
Texte intégralVahl, Christopher Irvin. « Algortihms for constructing D-optimal designs for multilevel experiments / ». Search for this dissertation online, 2005. http://wwwlib.umi.com/cr/ksu/main.
Texte intégralNewman, Aaron R. (Aaron Roy). « An improved scheduling algorthim for space-based surveillance sensors ». Thesis, Massachusetts Institute of Technology, 1993. http://hdl.handle.net/1721.1/49588.
Texte intégralYeung, Chun. « A PERFORMANCE COMPARISON OF CLUSTERING ALGORITHMS IN AD HOCNETWORKS ». Master's thesis, University of Central Florida, 2006. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/2393.
Texte intégralM.S.Cp.E.
School of Electrical Engineering and Computer Science
Engineering and Computer Science
Computer Engineering
Uritu, Doina. « A genetic algorithm for freight rail transport scheduling (FRTS) ». Master's thesis, Alma Mater Studiorum - Università di Bologna, 2018.
Trouver le texte intégralIvansson, Lars. « Computational aspects of radiation hybrid mapping ». Doctoral thesis, KTH, Numerical Analysis and Computer Science, NADA, 2000. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-3034.
Texte intégralBrodin, Peter. « Är självförtoende högre hos algoritmanvändare ? : en studie i beräkningsstrategier hos första årets gymnasieelever ». Thesis, Högskolan i Gävle, Akademin för teknik och miljö, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:hig:diva-8134.
Texte intégralLeigh, Ryan E. « Using genetic algorithms to create believable agents ». abstract and full text PDF (free order & ; download UNR users only), 2006. http://0-gateway.proquest.com.innopac.library.unr.edu/openurl?url_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&res_dat=xri:pqdiss&rft_dat=xri:pqdiss:1438914.
Texte intégralGuimarans, Serrano Daniel. « Hybrid algorithms for solving routing problems ». Doctoral thesis, Universitat Autònoma de Barcelona, 2012. http://hdl.handle.net/10803/96386.
Texte intégralAn important component of many distribution systems is routing vehicles to serve customers. The Vehicle Routing Problem (VRP) provides a theoretical framework for approaching this class of logistics problems dealing with physical distribution. Because of its complexity and applicability, this class of logistics problems is among the most popular research areas in combinatorial optimization. This PhD. Thesis is aimed to introduce three different yet related hybrid methodologies to solve the VRP. These methodologies have been especially designed for being flexible in the sense that they can be used, with minor adaptations, for solving different variants of the VRP present in industrial application cases. In the three methodologies described in this work, different technologies are used to achieve the desired flexibility, efficiency, and robustness. Constraint Programming (CP) has been chosen as the modeling paradigm to describe the main constraints involved in the VRP. CP provides the pursued flexibility for the three methodologies, since adding side constraints present in most real application cases becomes a modeling issue and does not affect the search algorithm definition. In the first two hybrid methodologies, the CP model is used to check solution's feasibility during search. The third methodology presents a richer model for the VRP capable of tackling different problem variants. In this case, the search is performed and controlled from a CP perspective. Lagrangian Relaxation (LR) and a probabilistic version of the Clarke and Wright Savings (CWS) heuristic are used for specific purposes within the proposed methodologies. The former is used for minimizing the total traveled distance and the latter to provide a good initial solution. Both methods provide an efficient approach to the respectively faced problems. Moreover, the use of LR permits reducing the computational complexity of the performed local search processes and therefore reduces the required computational time to solve the VRP. All methodologies are based on the so-called Variable Neighborhood Search (VNS) metaheuristic. The VNS is formed by a family of algorithms that exploits systematically the idea of neighborhood changes both in the search phase to find a local minimum, and in perturbation phase, to escape from the corresponding valley. Although it is an extended method, there are few examples of its application to the VRP. However, interesting results have been obtained even applying the simplest VNS algorithms to this problem. The present thesis is aimed to contribute to the current research on the application of the VNS metaheuristic to the VRP. It has been chosen as the framework where the mentioned techniques are embedded. Hence, the metaheuristic is used to guide the search, while the desired efficiency is provided by the composing methods. On the other hand, using CP as the modeling paradigm provides the required flexibility. This characteristic is enhanced in the last described methodology. In this case, the CP search is guided by a combination of the VNS and the Large Neighborhood Search (LNS) metaheuristics. This methodology represents an initial approach for tackling efficiently more complex and richer VRP, similar to real application cases.
Arlotti, Manuel. « Studio di un algoritmo per confrontare documenti xml ». Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2015. http://amslaurea.unibo.it/8322/.
Texte intégralQuiroz, Juan C. « Interactively evolving user interfaces ». abstract and full text PDF (free order & ; download UNR users only), 2007. http://0-gateway.proquest.com.innopac.library.unr.edu/openurl?url_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&res_dat=xri:pqdiss&rft_dat=xri:pqdiss:1442877.
Texte intégralSapargaliyev, Yerbol. « Automatic design of analogue circuits ». Thesis, Brunel University, 2011. http://bura.brunel.ac.uk/handle/2438/6323.
Texte intégralSouza, Carlos Celestino Lima [UNESP]. « Um estudo sobre criptografia ». Universidade Estadual Paulista (UNESP), 2013. http://hdl.handle.net/11449/94361.
Texte intégralNeste trabalho, apresentamos sistemas criptográ cos clássicos, como o criptossistema Di e-Hellman, o criptossistema RSA e o criptossistema de ElGamal. Estudamos alguns aspectos da criptogra a quântica e alguns sistemas de criptogra a pós-quântica, como o criptossistema Ajtai-Dwork, o criptossistema NTRU, o criptossistema de McEliece e o criptossistema de Niederreiter. Discutimos a segurança dos métodos de criptogra a e possíveis soluções apresentadas para garantir a troca de informações con - dencias mesmo com o avanço da computação quântica
In this work, we show classic cryptography systems, as the Di e-Hellman cryptosystem, the RSA cryptosystem and the ElGamal cryptosystem. We studied some aspects of quantum cryptography and some post-quantum cryptography systems, as the Ajtai-Dwork cryptosystem, the NTRU cryptosystem, the McEliece cryptosystem and the Niederreiter cryptosystem. We discussed the classic cryptography methods security and possible solutions that are introduced to ensure the con dential information exchange even with the quantum computing advancement
Souza, Carlos Celestino Lima. « Um estudo sobre criptografia / ». Rio Claro, 2013. http://hdl.handle.net/11449/94361.
Texte intégralBanca: Marta Cilene Gadotti
Banca: Antonio Aparecido de Andrade
Banca: Edson Donizete de Carvalho
Resumo: Neste trabalho, apresentamos sistemas criptográ cos clássicos, como o criptossistema Di e-Hellman, o criptossistema RSA e o criptossistema de ElGamal. Estudamos alguns aspectos da criptogra a quântica e alguns sistemas de criptogra a pós-quântica, como o criptossistema Ajtai-Dwork, o criptossistema NTRU, o criptossistema de McEliece e o criptossistema de Niederreiter. Discutimos a segurança dos métodos de criptogra a e possíveis soluções apresentadas para garantir a troca de informações con - dencias mesmo com o avanço da computação quântica
Abstract: In this work, we show classic cryptography systems, as the Di e-Hellman cryptosystem, the RSA cryptosystem and the ElGamal cryptosystem. We studied some aspects of quantum cryptography and some post-quantum cryptography systems, as the Ajtai-Dwork cryptosystem, the NTRU cryptosystem, the McEliece cryptosystem and the Niederreiter cryptosystem. We discussed the classic cryptography methods security and possible solutions that are introduced to ensure the con dential information exchange even with the quantum computing advancement
Mestre
Alquézar, Arbé Aitor. « Troponina T d'elevada sensibilitat per a l'exclusió precoç de l'infart agut de miocardi sense elevació del segment st ». Doctoral thesis, Universitat Autònoma de Barcelona, 2014. http://hdl.handle.net/10803/284855.
Texte intégralBackground: Chest pain suggestive of myocardial ischemia is a very common chief complaint in the Emergency Department. However, myocardial ischemia is ruled out in the majority of these cases. It is necessary to optimize the diagnostic management of chest pain. A rise and/or fall (Δ value) in levels in cTn is obligatory criteria for the diagnosis of NSTEMI. The development and introduction of new immunoassay (hs-cTnT) have changed the diagnostic approach of NSTEMI. This immunoassay not only facilitates early diagnosis of NSTEMI, but it also allows the diagnosis of small size NSTEMI. This immunoassay is highly specific tool for diagnosing myocardial injury; however, they do not identify the cause of myocardial injury. As a consequence, hs-cTnT can be elevated in many situations different of a thrombotic occlusion of a coronary artery. It is recommended the implementation of algorithms based on hs-cTnT for the early diagnosis of NSTEMI, although there are unresolved questions about its use: Implementation of rapid diagnostic algorithms for NSTEMI. Best moment for sample collection. Optimal Δ value (absolute or relative) for NSTEMI diagnosis. Objectives: To validate an algorithm for early exclusion of acute myocardial infarction diagnosis. To evaluate the best moment to sample collection and to determine the optimal kinetic change for the diagnosis of NSTEMI. Methods: Prospective cohort enrolled in an emergency department of a university hospital. Sample collection were obtained at study inclusion, and at 1 hour, 2 hours and >4 hours Results: Determination 0->4hours has a better diagnostic performance than 0-1h or 0-2h (p>0.05). In this interval, there is no difference between relative and absolute Δ values (p=0.36). The use of an algorithm 0->4h with absolute or relative Δ values allows to exclude NSTEMI (Sensitivity 100%). The use of an algorithm 0-1h generates a group of patients who require additional criteria to confirm or exclude NSTEMI. Conclusions: Using an algorithm with 0->4h with absolute or relative Δ value allows to exclude NSTEMI. In selected cases, it is possible to confirm or exclude the diagnosis with a single sample. In some situations, it can be useful an algorithm with 0-1h with absolute Δ value. These algorithms cannot be used to discharge patients without NSTEMI. Some of these cases are unstable anginas and require additional tests for diagnosis.
Svobodová, Jitka. « Neuronové sítě a evoluční algoritmy ». Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2009. http://www.nusl.cz/ntk/nusl-218221.
Texte intégralD'Adda, Fabrizio. « Un algoritmo innovativo per il calcolo tridimensionale di campo magnetico generato da configurazioni complesse di elettrodotti aerei ». Master's thesis, Alma Mater Studiorum - Università di Bologna, 2019. http://amslaurea.unibo.it/17585/.
Texte intégralAlam, Sameer Information Technology & Electrical Engineering Australian Defence Force Academy UNSW. « Evolving complexity towards risk : a massive scenario generation approach for evaluating advanced air traffic management concepts ». Awarded by:University of New South Wales - Australian Defence Force Academy, 2008. http://handle.unsw.edu.au/1959.4/38966.
Texte intégralCarrión, Jumbo Joe. « Mejorando la red de los servicios de motores de búsqueda a través de enrutamiento basado en la aplicación ». Doctoral thesis, Universitat Autònoma de Barcelona, 2017. http://hdl.handle.net/10803/456585.
Texte intégralLos sistemas de cómputo complejos como los Servicios de Motores de Búsqueda proveen servicios a miles de usuarios, y su demanda puede cambiar repentinamente. Esta inestable demanda impacta significativamente a los componentes del servicio (como red de datos y nodos). El sistema debería ser capaz de gestionar escenarios inesperados, de otro modo, los usuarios se podrían ver forzados a dejar el sistema. Un motor de búsqueda tiene una típica arquitectura compuesta por un Front Service que procesa las solicitudes de usuarios, un Index Service que almacena la información recopilada de Internet y un Cache Service que gestiona el acceso eficiente a contenido de uso más frecuente. Los avances científicos que proveen estos servicios son en general tecnología emergente. Los servicios de red de un motor de búsqueda requieren de una planificación especializada; la presente investigación se lleva a cabo con el estudio del patrón de tráfico de un motor de búsqueda y el diseño de un modelo de enrutamiento de los mensajes entre los nodos de la red basado en las condiciones de flujo de datos del motor de búsqueda. El resultado esperado es un servicio de red especializado en el tráfico de un motor de búsqueda que asigne los recursos de red de forma eficiente según sea la demanda que soporta en tiempo real. La evaluación del patrón de tráfico permitió identificar condiciones de desbalance de la red de datos y congestión de mensajes, de modo que se diseñó un modelo que combina diferentes modelos de enrutamiento de la literatura y nuevos criterios basados en las condiciones específicas del tráfico del motor de búsqueda. Para el diseño de ésta propuesta ha sido necesario diseñar un modelo a escala del motor de búsqueda utilizando técnicas de simulación y se ha utilizado tráfico de un sistema real que ha permitido evaluar de forma precisa el modelo propuesto y compararlo con modelos de enrutamiento actualmente disponibles en la literatura y tecnología actual. Los resultados obtenidos demuestran que el modelo propuesto mejora el rendimiento de la red del motor de búsqueda en términos de latencia y throughput de la red.
Large-scale computer systems like Search Engines provide services to thousands of users, and their user demand can change suddenly. This unstable demand impacts sensitively to the service components (like network and hosts). The system should be able to address unexpected scenarios; otherwise, users would be forced to leave the service. A search engine has a typical architecture consisting of a Front Service, that processes the requests of users, an Index Service that stores the information collected from the internet and a Cache Service that manages the efficient access to content frequently used. The scientific advances that provide these services are in general emergent technology. The network services of a search engine require specialized planning; This research is carried out by studying the traffic pattern of a Search Engine and designing a routing model for messages between network nodes based on the data flow conditions of the Search Engine Service. The expected result is a network service specialized in the traffic of a Search Engine that allocates network resources efficiently according to demand it supports in real time. The evaluation of the traffic pattern allowed us to identify conditions of unbalance of the network and congestion of messages. Therefore model designed combines different routing models of the literature and a new criteria based on the specific conditions of the traffic of the Search Engine. For the design of this proposal it has been necessary to design a scale model of a Search Engine using simulation techniques and It has has used traffic from a real system that allowed us to accurately evaluate the proposed model and compare it with currently available routing models in the literature and technology. The results show that the proposed model improves the performance of the Search Engine network in terms of latency and network throughput.
Všetečka, Martin. « Optimalizace dopravní sítě ». Doctoral thesis, Vysoké učení technické v Brně. Fakulta stavební, 2015. http://www.nusl.cz/ntk/nusl-390237.
Texte intégralTicona, Huaroto Javier Eduardo. « Análisis de características de forma del bacilo de koch para detección automática de tuberculosis en imágenes digitales ». Bachelor's thesis, Pontificia Universidad Católica del Perú, 2017. http://tesis.pucp.edu.pe/repositorio/handle/123456789/9242.
Texte intégralTesis
Paul, Anup K. « Assessment of the Severity of Aortic Stenosis using Aortic Valve Coefficient ». University of Cincinnati / OhioLINK, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1470672658.
Texte intégralNunes, Liliana Vechinha. « O problema de planeamento de redes com custo ótimo para o utilizador ». Master's thesis, Universidade de Aveiro, 2012. http://hdl.handle.net/10773/12557.
Texte intégralNesta dissertação estuda-se o planeamento de redes com custo ótimo para o utilizador. Uma das aplicações deste problema é o transporte de materiais perigosos, que devido aos seus elevados níveis de risco, sensibilizam a população para esta atividade. Existem alguns métodos exatos e heurísticos para resolver o problema. Um método exato consiste em adaptar um algoritmo enumerativo proposto na literatura para resolver um problema de programação linear inteira em dois níveis. Nesta adaptação problemas de caminho mais curto surgem como subproblemas que necessitam ser resolvidos de forma efciente.
In this work we study a network planning problem with optimal cost for the user. One application of this problem is the transportation of hazardous materials. In the literature, we and some exact and heuristics methods to solve this problem. In this work another exact method to this problem is studied: we adapt an enumerative algorithm proposed in the literature to the solution of 0-1 bilevel linear programming problems. In this adaptation shortest path problems arise as subproblems that need to be solved effciently.
Völlinger, Kim. « Zertifizierende verteilte Algorithmen ». Doctoral thesis, Humboldt-Universität zu Berlin, 2020. http://dx.doi.org/10.18452/21978.
Texte intégralA major problem in software engineering is to ensure the correctness of software. Testing offers no mathematical correctness. Formal verification is often too costly. Runtime verification stands between the two methods. Runtime verification answers the question whether an input-output pair is correct. A certifying algorithm convinces its user at runtime by offering a correctness argument. For each input, a certifying algorithm computes an output and additionally a witness. Each certifying algorithm has a witness predicate – a predicate with the property: being satisfied for an input, output and witness implies the input-output pair is correct. A simple algorithm deciding the witness predicate for the user is a checker. Hence, the checker’s correctness is crucial to the approach and motivates formal instance verification where we verify checkers and obtain machine-checked proofs for the correctness of an input-output pair at runtime. Certifying sequential algorithms are well-established. Distributed algorithms, designed to run on distributed systems, behave fundamentally different from sequential algorithms: their output is distributed over the system or they even run continuously. We investigate certifying distributed algorithms. Our research question is: How can we transfer the concept of certifying sequential algorithms to distributed algorithms such that we are in line with the original concept but also adapt to the conditions of distributed systems? In this thesis, we present a method to transfer the concept: Weighing up both sometimes conflicting goals, we develop a class of certifying distributed algorithms that compute distributed witnesses and have distributed checkers. We offer case studies, design patterns and a framework for formal instance verification. Additionally, we investigate other methods to transfer the concept of certifying algorithms to distributed algorithms.
Al, Sayfi Anhar, et Max Kufa. « Utveckling av webbaserat blixtdetekteringssystem ». Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-205185.
Texte intégralI den här rapporten föreslår vi ett blixtlokaliseringssystem kapabelt att varna lokal befolkningen om inkommande blixtväder med hjälp av en kombination av sensorn AS3935 och enchipsdatorn Raspberry Pi, i ett försök att skapa en produkt som är billig, mobil och användarvänlig. Systemet består av ett nät av sensorer som registrerar och rapporterar blixtaktivitet på en webbserver. Servern är nåbar som en vanlig hemsida som är byggd enligt LAMP metoden. Projektet har nått ett stadium som borde uppnå kraven för ett ”bevis av ett koncept”, men produkten är långt ifrån färdig, då den saknar de nödvändiga algoritmerna som krävs för ordentlig databehandling. Det nuvarande systemet använder sig enbart av Rasberry Pi:s, men i teorin vore det fullt möjligt att introducera ny hårdvara i nätet, men den nuvarande produkten stöder inte sådan funktionalitet.
Sigrist, Zoé. « Contribution à l'identification de systèmes non-linéaires en milieu bruité pour la modélisation de structures mécaniques soumises à des excitations vibratoires ». Thesis, Bordeaux 1, 2012. http://www.theses.fr/2012BOR14655/document.
Texte intégralThis PhD deals with the caracterisation of mechanical structures, by its structural parameters, when only noisy observations disturbed by additive measurement noises, assumed to be zero-mean white and Gaussian, are available. For this purpose, we suggest using discrete-time models with distinct linear and nonlinear parts. The first one allows the structural parameters to be retrieved whereas the second one gives information on the nonlinearity. When dealing with non-recursive Volterra series, we propose an errors-in-variables (EIV) method to jointly estimate the noise variances and the Volterra kernels. We also suggest a modified unbiased LMS algorithm to estimate the model parameters provided that the input-noise variance is known. When dealing with recursive polynomial model, we propose two methods using evolutionary algorithms. The first includes a stop protocol that takes into account the output-noise variance. In the second one, the fitness functions are based on correlation criteria in which the noise influence is removed or compensated
Parra, Peña Javier. « Modelizado para la planeación de la producción y la logística directa e inversa de una cadena de suministro cuyo abastecimiento depende parcialmente de los materiales de retorno ». Doctoral thesis, Universitat Politècnica de València, 2016. http://hdl.handle.net/10251/73726.
Texte intégral[ES] En esta tesis se analiza un tipo de industria en el que: sus productos son distribuidos ampliamente a nivel geográfico y emplean elementos que una vez usados regresan al proceso de fabricación para hacer parte de nuevos productos. Este tipo de cadena se caracteriza por la presencia de varios eslabones que permiten acercar el producto al consumidor final. Se hace un análisis de la estructura de la cadena de suministros, desde la producción, en las plantas hasta su llegada al cliente final por intermedio de los detallistas, en el sentido "aguas abajo", y desde el consumo del producto y la consecuente liberación de los materiales reutilizables que deben conducirse "aguas arriba" hasta las plantas de producción, donde son preparados y utilizados una y otra vez hasta el final de su vida útil. El foco de atención consiste en la integración de dos funciones fundamentales de la cadena de suministros: la planeación de la producción y la distribución del producto con la consecuente recolección de los materiales de retorno. Se precisa realizar la planeación de la producción de manera que dé satisfacción a la demanda que tiene lugar en los detallistas, y que se abastezca de los materiales de retorno que una vez consumido el producto se reincorporan al proceso. Se hace una revisión bibliográfica sobre planeación de la producción, logística inversa y ruteo de vehículos y; se construyen modelos de programación matemática que soportan la toma de decisiones en la planeación de la producción, de los inventarios (en toda la cadena de suministros), y de los envíos que deben realizarse en uno y otro sentido en las correspondientes rutas. Como resultado de la investigación se presentan tres modelos de programación lineal entera mixta (MILP), así: -Modelo de planeación de la producción: representa la cadena de suministros a partir de las instalaciones de cada uno de los niveles y su ubicación geográfica, y determina los volúmenes a producir, a almacenar y las cantidades que se deben enviar desde cada nodo de la cadena de suministros a los demás, de modo que se satisfaga la demanda en un horizonte de planeación compuesto por varios periodos. Este modelo presenta restricciones de capacidad tanto de producción como de almacenamiento, de demanda, de compatibilidad de productos con las instalaciones, y de envíos directos entre determinados nodos de la cadena de suministros. -Modelo de ruteo de vehículos: representa la forma en que se deben distribuir los productos desde los diferentes nodos fuente a los diferentes nodos destino, haciendo uso de una flota heterogénea de vehículos, en un periodo de tiempo. El modelo se hace bajo el supuesto de que los nodos son o emisores o receptores del producto, un nodo intermedio asume uno de estos roles según si es origen o destino de las mercancías. Presenta restricciones asociadas al uso de la flota, a su capacidad tanto en masa como en volumen, los flujos a lo largo de la cadena bajo la premisa de que un vehículo parte de un nodo fuente y puede visitar varios nodos destino antes de regresar, y de que un nodo puede ser visitado por varios vehículos (por condiciones de compatibilidad entre nodos y productos o porque resulta más económico), ante la presencia de ventanas de tiempo tanto rígidas como suaves. -Modelo integrado de gestión de producción y logística: reúne los dos modelos anteriores, es decir, permite la planeación de la producción, la gestión de los inventarios y el ruteo de vehículos para un horizonte de planeación determinado. Los tres modelos se proponen con el objetivo de minimizar los costes totales y son evaluados con instancias de prueba. Los modelos fueron implementados haciendo uso del software de optimización Gurobi y del lenguaje de programación Python. Además, se implementó una heurística constructiva y un algortimo genético utilizando Python y el software Pyevolve, como alternativa a la solución del VRP, para reducir el tiem
[CAT] Aquesta tesi s'analitza un tipus d'indústria que: els seus productes són distribuïts àmpliament a nivell geogràfic i fan ús d'elements que una vegada usats tornen al procés de fabricació per a fer part dels nous productes. Aquest tipus de cadenes es caracteritza per la presència de diversos eslavons que permeten acostar el producte des de les plantes de producció fins a arribar al consumidor final. Es fa una anàlisi de l'estructura de la cadena de subministraments, des de la producció, en les plantes fins a la seua arribada al client final per mitjà dels detallistes, en el sentit "aigües a baix", i des del consum del producte i el conseqüent alliberament dels materials reutilitzables que han de conduir-se "aigües a dalt" fins a les plantes de producció, on són preparats i utilitzats una vegada i una altra, fins al final de la seua vida útil. El focus d'atenció consisteix en la integració de dues funcions fonamentals de la cadena de subministraments: la planificació de la producció i la distribució del producte amb la conseqüent recol·lecció dels materials de tornada. Sobre aquest tema, es precisa realitzar la planificació de la producció de manera que done satisfacció a la demanda que té lloc en els detallistes, i que es proveïsca dels materials de tornada que, una vegada consumit el producte, es reincorporen al procés. Es fa una revisió bibliogràfica del relacionat amb planificació de la producció, logística inversa i enrutament de vehicles i es construeixen models de programació matemàtica que suporten la presa de decisions en la planificació de la producció, dels inventaris (tota la cadena de subministraments), i dels enviaments que han de realitzar-se en un i un altre sentit en les corresponents rutes. Com a resultat de la recerca es presenten tres models de Programació Lineal Sencera Mixta (MILP), així: -Model de planificació de la producció: representa la cadena de subministraments a partir de les instal·lacions de cadascun dels nivells i la seua ubicació geogràfica, i es determinen els volums a produir, a emmagatzemar i les quantitats que s'han d'enviar des de cada node de la cadena de subministraments als altres, de manera que se satisfaça la demanda en un horitzó de planificació compost per diversos períodes. Aquest model presenta restriccions de capacitat tant de producció com d'emmagatzematge, de demanda, de compatibilitat de productes amb les instal·lacions, i d'enviaments directes entre determinats nodes de la cadena de subministraments, entre altres aspectes. -Model de enrutament de vehicles: representa la forma en què s'han de distribuir els productes des dels diferents nodes font als diferents nodes destine, fent ús d'una flota heterogènia de vehicles, en un període de temps. Els nodes són o emissors o receptors del producte, encara que en la seua utilització un node intermedi pot assumir un d'aquests rols segons si és origen o destinació de les mercaderies. Per a aquest model es tenen en compte les restriccions associades a l'ús de la flota, a la seua capacitat tant en massa com en volum, els fluxos al llarg de la cadena sota la premissa que un vehicle parteix d'un node font i pot visitar diversos nodes destine abans de tornar, i que un node pot ser visitat per diversos vehicles, davant la presència de finestres de temps tant rígides com suaus. -Model integrat de gestió de producció i logística: reuneix els dos models anteriors, és a dir, permet la planificació de la producció, la gestió dels inventaris i el enrutament de vehicles per a un horitzó de planificació determinat. Els tres models es proposen amb l'objectiu de minimitzar els costos totals i són avaluats amb instàncies de prova, apropiades. Els models van ser implementats fent ús del programari d'optimització Gurobi i del llenguatge de programació Python. A més, es va implementar una heurística constructiva i un algortime genètic utilitzant Python i el programari Pye
Parra Peña, J. (2016). Modelizado para la planeación de la producción y la logística directa e inversa de una cadena de suministro cuyo abastecimiento depende parcialmente de los materiales de retorno [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/73726
TESIS
Fernández, Pallarés Víctor. « Interoperabilidad en el futuro ecosistema europeo de ciudades inteligentes ». Doctoral thesis, Universitat Politècnica de València, 2018. http://hdl.handle.net/10251/106365.
Texte intégralSustainable development of urban areas is a challenge of highest interest at global level. Never before could anyone have thought of the information as an asset of our society. The advent of the new technologies have provided us with a huge amount of unthinkable resources to manage the data generated by the city and make urban areas evolve. Nowadays a proper management of the city will depend on the continent, the amount and nature of the data and the resources and infrastructures to be taken into account. This is the beginning of what will make the current concept of city change. The new model of the city we will face is due to a higher connectivity and interaction, without human intervention, among all the services that determine an urban centre. This is an approach to what would be the 'intelligent city' or SmartCity. To develop this concept, a feature of paramount importance is the mobility of the elements that form it and make it live, as it is what supports the daily routine in the urban model. A very important element in this context is the electric vehicle (FEV, 'Full Electric Vehicle'), for all the reasons we see in our work. For a proper launching of the FEV it is necessary to integrate it with the rest of infrastructures that influence the mobility in the city. Our work has consisted of researching and designing an interoperability solution to manage the use of the FEV in the urban landscape. The first of our goals in this work is to put the FEV in place into the SmartCity. To achieve it, it is required to study the most relevant parts of a centralised information system in order to manage the vehicle autonomy, the energy demand in the city, the energy availability in each charge station and a user interface to communite with the system. Moreover, the system will be able to manage, in a proactive way, the needs of the network in order to optimise costs and improve efficiency. On the other hand, the second of our objectives is to study how the factors involved in the mobility within the SmartCity can ensure that FEV mobility is carried out as planned and, with it, conveniently integrate the FEV in the urban mobility system. In other words, our aim is to integrate the FEV management landscape, studied in the first part, with the other agents of mobility into the SmartCity, thus providing a comprehensive solution to the problem of integration of the FEV in the new European cities ecosystem. This requires optimizing the interaction between the FEV and the meteorological information, traffic and mobility services in the city such as public transport, parking and e-sharing, in addition to a necessary traffic forecasting strategy for the early decision-making.
El desenvolupament sostenible de les zones urbanes és un repte d'alt interès a nivell mundial. Fins els anys 70 ningú podia haver pensat en la informació com un actiu de la nostra societat. Avui en dia les noves tecnologies posen al nostre abast una ingent quantitat de recursos impensable per a gestionar totes les dades generades per la ciutat. Una gestió adequada de la ciutat dependrà del continent, de la quantitat i de la naturalesa de les dades i dels recursos i infraestructures a tenir en compte. Això és l'inici del que pot fer canviar el concepte actual de ciutat permetent una major connectivitat i interacció autònoma, sense intervenció humana, entre tots els serveis que caracteritzen un nucli urbà, aproximant d'aquesta manera el que serà la 'ciutat intel·ligent 'o SmartCity. Per desenvolupar aquest concepte, una característica de gran importància que cal tenir en compte és la mobilitat dels elements que la componen i li donen vida, ja que és allò que permet el dia a dia al nucli urbà. Un element molt important en aquest context és el vehicle elèctric (FEV, 'Full Electric Vehicle'), per totes les raons que veiem al nostre treball. Per a una adequada posada en marxa del FEV cal integrar-lo amb la resta d'infraestructures que influeixen en la mobilitat a la ciutat. Això permetrà fer realitat aquest nou model urbà intel·ligent que pretenem assolir. És sense dubte el nostre futur. El nostre treball ha consistit en investigar i dissenyar una solució d'interoperabilitat que gestione la utilització del FEV en un entorn urbà, aprofitant les infraestructures existents, optimitzant els recursos de què disposem, i integrant les possibilitats de comunicació que les TIC ens ofereixen. Ens plantegem dos objectius en el nostre treball, el primer dels quals és integrar i posar en marxa el FEV a la SmartCity. Per a això hem necessitat estudiar les parts més rellevants d'un sistema d'informació centralitzat per controlar l'autonomia del FEV a la SmartCity, preveure la demanda d'energia a la xarxa (és a dir, estimar l'energia total que haurà de disposar inicialment la xarxa per atendre la possible demanda d'energia), controlar la disponibilitat neta d'energia a les estacions de càrrega de la xarxa i finalment dissenyar el procés de gestió activa de la demanda que permeti optimitzar el consum energètic i els preus. D'altra banda, el segon dels nostres objectius consisteix a estudiar com els factors que intervenen en la mobilitat dins de la SmartCity poden garantir que el desplaçament del FEV es dugui a terme segons el planificat i amb això integrar adequadament els FEV en el sistema de mobilitat urbà. És a dir, es tracta d'integrar l'entorn de gestió del FEV, ja estudiat en la primera part, amb l'entorn extern al FEV a la SmartCity, proporcionant així una solució global al problema d'integració del FEV en el nou ecosistema de ciutats europees. Per a això es requereix optimitzar la interacció entre el FEV i els serveis d'informació meteorològica, de trànsit i de mobilitat a la ciutat com són el transport públic, l'estacionament i el lloguer (e-sharing), a més d'una necessària estratègia de predicció del trànsit per a la presa anticipada de decisions.
Fernández Pallarés, V. (2018). Interoperabilidad en el futuro ecosistema europeo de ciudades inteligentes [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/106365
TESIS
黃先敏. « On solving rectangle bin packing problems using genetic algorthms ». Thesis, 1992. http://ndltd.ncl.edu.tw/handle/55250714787794083232.
Texte intégralWu, Wen Hung, et 吳文宏. « A stduy on scheduling algorthims in CBR traffic shaper ». Thesis, 1997. http://ndltd.ncl.edu.tw/handle/87726839265755259574.
Texte intégral國立臺灣大學
電機工程學系
85
Due to the rapid progress of the ATM(Asynchronous Transfer Mode) technology, ATM has been wildly applied in computer network. ATM could afford to provide differentservices : constant bit rate (CBR), variable bit rate (VBR), available bit rate (ABR) and undefined service rate (UBR). Though every service has its own request of quality of service(QoS), its QoS will be affected in real network due to switching nodes. To solve the problem, a traffic shaper is provided.There are many discussions about traffic shaper, but not about CBR traffic shapers. The QoS of CBR stream is to allow an amount of jitter tolerance at a fixed period. All different kinds of CBR streams multiplexing on the multiplexer will result in jitter effect with each other. Eventually, QoS will be affected. In this paper, we provide a CBR traffic shaper to solve this problem. A CBR traffic shaper is divided into two parts: the front stage is the regulator, whichis to reduce jitter for those incoming streams and we will proposea simple and reasonable method; the next stage is the scheduler, which is to schedule the departure time of the cell from the regulator in avoidance with the chance of other cells' departure on the same slot time. FCFS (First Come First Serve) and EDD (Earliest Due-date) are the most popular methods for scheduling. In addition to them, we will propose a novel design:the Bipartite Algorithm, which could predict the possible events in the future and schedule the departure time of every cellexactly. Besides, we will discuss the modification of bipartite algorithm on every possible condition. In the last, we will compare threealgorithm via simulation results.
Horng, Jia-Ming, et 洪家明. « Underwater Optical Properties and Pigment Concentration Algorthms off Taiwan Waters ». Thesis, 1997. http://ndltd.ncl.edu.tw/handle/51430782180972167523.
Texte intégralLin-Yu-Li et 林育立. « Application of Genetic Algorthm to Optimal Unit Operating Scheduling ». Thesis, 2005. http://ndltd.ncl.edu.tw/handle/hw9wh6.
Texte intégral國立臺北科技大學
冷凍空調工程系所
93
The general chiller host revolves the usage of optimization, primarily focuseding on solving optimal chiller loading ( Optimal Chiller Loading brief name OCL) and optimal chiller scheduling ( Optimal Chiller Scheduling brief name OCS) , solve the two process methods after former research method also solve the optimal chiller loading first than the optimal chiller schesduling, past if can solving optimal chiller loading and optimal chiller scheduling to integrate to a solves the process method, not only can simplify the problem, but also saving to operate time. The genetic algorithm(GA) is the operation method that a kind of emulation nature evolves the way, in order to attain the Theory of Evolution of the text of " the proper exists, the unwell eliminates", theories foundation just so-called" the life is always would find out the loop for the oneself", as long as lift to go wrong, the way that will have resolved, this papers borrows with the genetic algorithm operation logic and it can on the computer fast operation ability to the usage problem that solve the air condition chiller operation optimization, expect to integrate the Optimal Chiller Loading and Optimal Chiller Scheduling for a purpose that solve process, make machine set work in biggest efficiency with attain economize energy, program a best air condition load control and comfortable air condition environment.
楊雅玲. « Multi-factor estimation of beauty solon service time using genetic algorthms ». Thesis, 2007. http://ndltd.ncl.edu.tw/handle/83622028774318379303.
Texte intégral中華大學
科技管理學系(所)
95
Service time estimation has become increasingly important in a variety of service industries, particularly in those allowing reservations of service, which can greatly affect the service quality. The service time is usually determined by a number of factors, which are often unpredictable or non-linearly dependent of these factors. Such a situation has increased the difficulty in predicting the expected service time, resulting in system inefficiency because of increased customer waiting time, and the degradation of the service quality. This paper, focusing on the beauty solon industry, proposes a prediction model based on the service times collected in three months for evaluating the factor weights in order to estimate the service time in a more accurate way for a reservation using genetic algorithms. The testing results show that significant improvements have obtained by using the proposed model in terms of the averaged service time and the human-intervened judgments. The proposed model can be applied in numerous service industries where multiple factors are of concerned.
Ferreira, Raimundo Jorge dos Santos Baptista. « Gerador de redes actividades nos arcos ». Bachelor's thesis, 2008. http://hdl.handle.net/10400.2/1776.
Texte intégralO presente trabalho tem como objectivo a implementação do algoritmo apresentado em [E. Demeulemeester, B. Dodin, and W. Herroelen, “A Random Activity Network Generator,” Operations Research, vol. 41, no. 5, pp. 972-980, 1993] que permite gerar redes actividades nos arcos, seguindo a filosofia de Engine Tester.
Chun-Hsien, Peng. « Blind Source Separation Algorthms by Kurtosis Maximization with Applications to Wireless Communications ». 2006. http://www.cetd.com.tw/ec/thesisdetail.aspx?etdun=U0016-1303200709334061.
Texte intégralPeng, Chun-Hsien, et 彭俊賢. « Blind Source Separation Algorthms by Kurtosis Maximization with Applications to Wireless Communications ». Thesis, 2006. http://ndltd.ncl.edu.tw/handle/26631261764409169878.
Texte intégral國立清華大學
通訊工程研究所
95
The kurtosis maximization criterion has been effectively used for blind spatial extraction of one source from an instantaneous mixture of multiple non-Gaussian sources, such as the kurtosis maximization algorithm proposed by Ding and Nguyen, and the fast kurtosis maximization algorithm (FKMA) proposed by Chi et al. By empirical studies we found that the smaller the normalized kurtosis magnitude of the extracted source signal, the worst the performance of these algorithms. In this thesis, with the assumption that each source is a non-Gaussian linear process, a novel blind source extraction algorithm, called turbo source extraction algorithm (TSEA), is proposed. The ideas of the TSEA are to exploit signal temporal properties for increasing the normalized kurtosis magnitude, and to apply spatial and temporal processing in a cyclic fashion to improve the signal extraction performance. The proposed TSEA not only outperforms the FKMA, but also shares the convergence and computation advantages enjoyed by the latter. This thesis also considers the extraction of multiple sources, also known as source separation, by incorporating the proposed TSEA into the widely used multistage successive cancellation (MSC) procedure. A problem with the MSC procedure is its susceptibility to error propagation accumulated at each stage. Therefore, we propose two noncancellation multistage (NCMS) algorithms, referred to as NCMS-FKMA and NCMS-TSEA, that are free from the error propagation effects. In this thesis, the FKMA is further applied to blind multiuser detection and blind space-time decoding (BSTD) for multicarrier code-division multiple access (MC-CDMA) systems. Assuming that all the users' spreading sequences are given \emph{a priori}, a blind multiuser detection algorithm (BMDA), which comprises FKMA and a user identification algorithm, for the uplink of a quasi-synchronous modified MC-CDMA system (with multiple receive antennas) and a BSTD algorithm, which comprises FKMA and blind maximum ratio combining (BMRC), for the down-link of a space-time coded MC-CDMA system (with multiple transmit and receive antennas used) are proposed. Moreover, the FKMA is applied to blind multiuser detection for asynchronous multi-rate direct sequence/code division multiple access (DS/CDMA) systems. The ideas are to properly formulate discrete-time multiple-input multiple-output (MIMO) signal models by converting real multi-rate users into single-rate virtual users, followed by the use of FKMA for extraction of virtual users' data sequences associated with the desired user, and recovery of the data sequence of the desired user from estimated virtual users' data sequences. Therefore, two multi-rate BMDAs (with either a single receive antenna or multiple receive antennas), which also enjoy the merits of super-exponential convergence rate and guaranteed convergence of the FKMA, are proposed in the thesis, one based on a convolutional MIMO signal model and the other based on an instantaneous MIMO signal model. For blind co-channel interference and intersymbol interference (ISI) reduction in cellular wireless communications, the FKMA is applied to the design of the conventional cascade space-time receiver (CSTR) in this thesis. However, the receiver performance is limited as the normalized kurtosis magnitude of the ISI-distorted signal of interest is small. Then a blind turbo space-time receiver (TSTR) is further proposed that applies spatial and temporal processing using FKMA in a cyclic fashion to estimate the desired data sequence. The performance of the proposed blind TSTR is insensitive to the value of the normalized kurtosis magnitude of the ISI-distorted signal of interest, and therefore is superior to that of the blind CSTR. This thesis also considers blind beamforming of multiuser orthogonal frequency division multiplexing (OFDM) systems. Assuming that the channel is static within one OFDM block, a blind beamforming algorithm by kurtosis maximization based on subcarrier averaging over one OFDM block is proposed, which basically comprises source extraction, time delay estimation and compensation, classification, and BMRC. The designed beamformer is exactly the same for all the subcarriers, effectively utilizes multipath diversity for performance gain, and is robust against the effects of correlated sources. Finally, some simulation results are presented to demonstrate the effectiveness of the proposed blind source separation algorithms, BMDAs, BSTD algorithm, blind CSTR and TSTR, and blind beamforming algorithm.
Kuo, Long-I., et 郭隆議. « A Study on Optimal Storaging Schedule for Containers Using Genetic Algorthm ». Thesis, 2003. http://ndltd.ncl.edu.tw/handle/42369854322574307352.
Texte intégral樹德科技大學
資訊管理研究所
91
The optimal schedule for containers storage is an important issue for harbors’ activities. With the consideration of space, containers are always stored in stack and accessed only from the tops of stacks. Thus, the cost and efficiency of containers’ management depend on how the inventories are scheduled. Before the sailing date of containers’ exportation, all of containers have to be stacked in container yards. The way of stacking determine the cost and efficiency. Therefore, how containers are moved in and out is an interesting research topic, by which cargo companies can save cost of gasoline and labor hours. The traditional technique to arrange the containers’ schedule is to use experience’s rules by the workers. However it is straightforward without any theoretical support. This study use the genetic algorithm to find the optimal schedule for containers’ storage based on the walking distance and the number of hoists’ raising.
Fernandes, Rui Pedro de Matos. « Robotic Telemanipulation for Surface Polishing ». Master's thesis, 2019. http://hdl.handle.net/10316/88029.
Texte intégralO processo de polimento de um molde ainda é realizado manualmente por trabalhadores ex-perientes que são capazes de ajustar o movimento e força do polimento dependendo das condiçõesda peça de trabalho e baseando-se na sua própria experiência. Este trabalho vai-se focar no desen-volvimento de uma arquitetura de controlo e num algoritmo para executar um padrão desejado pararealizar a tarefa de polimento de uma superfície via telemanipulação.Para isso, um estudo intensivo vai ser realizado para encontrar uma arquitetura de controloviável e desenvolver um sistema de telemanipulação intuitivo que consegue complementar o trabalhodo operador e o Kinova JACO2, o robô que vai ser utilizado para executar a tarefa de polimento eonde todas as arquiteturas de controlo são testadas antecipadamente.As arquiteturas de controlo vão ser implementadas em ambiente de simulação e em ambientereal e correspondem a um controlo do torque computado no espaço das juntas e de tarefa. De seguida,os diferentes controlos de impedância são implementados e testados em ambos os ambientes. Osresultados retirados em espaço-livre com o controlo de impedância não foram satisfatórios devido aproblemas de acoplação entre o controlo de posição e orientação, visto que, a fricção dos atuadoresdo robô nas últimas 3 juntas é dominante, ao contrário ao que acontece nas primeiras 3 onde a massaé que é a componente dominante.Para ultrapassar este problema, mais dois controlos foram desenvolvidos para desacoplar ocontrolo de posição e orientação em dois controladores diferentes. Um destes controladores temem consideração o espaço-nulo da posição quando é computado o torque para a orientação. Estecontrolo é o escolhido para a tarefa de polimento, que também é testada em ambiente de simulaçãoe real.Os resultados obtidos mostram que este controlo pode ser usado, efetivamente, para executaruma tarefa de polimento, apesar de a orientação ainda precisar um pouco mais de trabalho. O al-goritmo desenvolvido dá a possibilidade do operador executar a tarefa uma vez e de seguida o robôreplica as vezes que o operador desejar.
The polishing process of a mold is still applied manually by skilled workers who are capableof adjusting the polishing motion and force according to the workpiece conditions based on theirown experience. This work is going to focus in the development of a control architecture and analgorithm to execute a desired pattern to perform a polishing task of a surface via telemanipulation.For that, an extensive study is going to be made to find a feasible control architecture andto develop an intuitive telemanipulation system that can complement the operator’s work and theKinova JACO2, the robot that is going to be used to execute the polishing task and where all thecontrol architectures are tested beforehand.The control architectures are going to be implemented in simulation and real environment andcorrespond to computed torque control in the joint and task space. Then, the different impedancecontrols are implemented and tested in both environments. The results taken in free-space withthe impedance control were not satisfactory because of coupling problems between the position andorientation control, since in this robot the actuator’s friction in the last 3 joints is dominant as opposedto the first 3 where the mass is.To bypass this problem, two more controls are developed that decouples the position and ori-entation control in two different controllers. One of this controllers takes into consideration thenull-space of the position control when computing the torque for orientation. This is the chosencontrol for the polishing task, which is also tested in simulation and real environment.The results taken show that this control can be effectively used for executing the polishing task,even though the orientation still needs a little more work. Also, the developed algorithm gives thepossibility of an operator to execute the task once and then the robot replicates as many times as theoperator desires.