Tesi sul tema "Dynamic programming"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Vedi i top-50 saggi (tesi di laurea o di dottorato) per l'attività di ricerca sul tema "Dynamic programming".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Vedi le tesi di molte aree scientifiche e compila una bibliografia corretta.
Zhang, Yan. "Dynamic programming speedups /". View abstract or full-text, 2007. http://library.ust.hk/cgi/db/thesis.pl?CSED%202007%20ZHANGY.
Testo completoWeimann, Oren. "Accelerating dynamic programming". Thesis, Massachusetts Institute of Technology, 2009. http://hdl.handle.net/1721.1/53302.
Testo completoCataloged from PDF version of thesis.
Includes bibliographical references (p. 129-136).
Dynamic Programming (DP) is a fundamental problem-solving technique that has been widely used for solving a broad range of search and optimization problems. While DP can be invoked when more specialized methods fail, this generality often incurs a cost in efficiency. We explore a unifying toolkit for speeding up DP, and algorithms that use DP as subroutines. Our methods and results can be summarized as follows. - Acceleration via Compression. Compression is traditionally used to efficiently store data. We use compression in order to identify repeats in the table that imply a redundant computation. Utilizing these repeats requires a new DP, and often different DPs for different compression schemes. We present the first provable speedup of the celebrated Viterbi algorithm (1967) that is used for the decoding and training of Hidden Markov Models (HMMs). Our speedup relies on the compression of the HMM's observable sequence. - Totally Monotone Matrices. It is well known that a wide variety of DPs can be reduced to the problem of finding row minima in totally monotone matrices. We introduce this scheme in the context of planar graph problems. In particular, we show that planar graph problems such as shortest paths, feasible flow, bipartite perfect matching, and replacement paths can be accelerated by DPs that exploit a total-monotonicity property of the shortest paths. - Combining Compression and Total Monotonicity. We introduce a method for accelerating string edit distance computation by combining compression and totally monotone matrices.
(cont.) In the heart of this method are algorithms for computing the edit distance between two straight-line programs. These enable us to exploits the compressibility of strings, even if each string is compressed using a different compression scheme. - Partial Tables. In typical DP settings, a table is filled in its entirety, where each cell corresponds to some subproblem. In some cases, by changing the DP, it is possible to compute asymptotically less cells of the table. We show that [theta](n³) subproblems are both necessary and sufficient for computing the similarity between two trees. This improves all known solutions and brings the idea of partial tables to its full extent. - Fractional Subproblems. In some DPs, the solution to a subproblem is a data structure rather than a single value. The entire data structure of a subproblem is then processed and used to construct the data structure of larger subproblems. We suggest a method for reusing parts of a subproblem's data structure. In some cases, such fractional parts remain unchanged when constructing the data structure of larger subproblems. In these cases, it is possible to copy this part of the data structure to the larger subproblem using only a constant number of pointer changes. We show how this idea can be used for finding the optimal tree searching strategy in linear time. This is a generalization of the well known binary search technique from arrays to trees.
by Oren Weimann.
Ph.D.
Wong, K. H. "Dynamic programming in pattern recognition". Thesis, University of Cambridge, 1986. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.383059.
Testo completoMoor, Oege de. "Categories, relations and dynamic programming". Thesis, University of Oxford, 1991. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.305600.
Testo completoHinchliffe, Mark. "Dynamic modelling using genetic programming". Thesis, University of Newcastle Upon Tyne, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.391407.
Testo completoGallia, Jason. "Protein identification by dynamic programming". Diss., Online access via UMI:, 2009.
Cerca il testo completoBatra, Jatin. "Dynamic programming for scheduling problems". Thesis, IIT Delhi, 2019. http://eprint.iitd.ac.in:80//handle/2074/8050.
Testo completoEvers, Dirk J. "RNA folding via algebraic dynamic programming". [S.l. : s.n.], 2003. http://deposit.ddb.de/cgi-bin/dokserv?idn=968564844.
Testo completoArcher, Grant R. "Seismic velocity analysis using dynamic programming /". Title page, contents and abstract only, 1987. http://web4.library.adelaide.edu.au/theses/09S.B/09s.ba671.pdf.
Testo completoSung, Joo-Ho. "Dynamic programming approaches to pension funding". Thesis, City University London, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.361860.
Testo completoKhalaf, Rania Y. (Rania Yousef) 1978. "Multi-person tracking using dynamic programming". Thesis, Massachusetts Institute of Technology, 2001. http://hdl.handle.net/1721.1/16768.
Testo completoIncludes bibliographical references (p. 75-77).
This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
by Rania Y. Khalaf.
M.Eng.
Sadiq, Mohammad. "Approximate Dynamic Programming Methods in HEVs". Thesis, KTH, Maskinkonstruktion (Inst.), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-182762.
Testo completoElhybridfordon (HEV) har ökat i popularitet över hela världen pga sin låga bränsleförbrukning, vilket har minskat efterfrågan på olja. Detta gynnar i hög grad miljön, eftersom detta leder till mindre utsläpp och följaktligen en lägre växthuseffekt. Därför pågår aktiv forskning inom detta område med en ökad efterfrågan på nya och bättre strategier för bränsleförbrukning. Många olika metoder för energihantering av HEV använder en särskild metod; dynamisk programmering. Dynamisk programmering ger ett optimalt globalt resultat men på bekostnad av längre beräkningstider. Den mest använda metoden för att motverka denna typ av problematik i högdimensionella system är Approximate Dynamic Programming (ADP). Denna avhandling undersöker och beskriver litteraturen på de olika metoderna för ADP tillämpade på HEV samt en genomförandefas som visar en minskning av beräkningstiden för ett HEV-problem gällande energihantering.
Ramalingam, Mohan Kumar. "Moving Horizon Estimation with Dynamic Programming". Cleveland State University / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=csu1386778712.
Testo completoGaddoni, Giacomo. "Modeling of Evolutionary Cancer Dynamics and Optimal Treatment via Dynamic Programming". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Cerca il testo completoDiep, Vivian Chan. "Me.TV : a visual programming language and interface for dynamic media programming". Thesis, Massachusetts Institute of Technology, 2015. http://hdl.handle.net/1721.1/101844.
Testo completoCataloged from PDF version of thesis.
Includes bibliographical references (pages 59-60).
The culture of televised media experiences has changed very little since the time it began in the 1930s, but new internet technologies, like Netflix, Hulu, and Youtube, are now quickly forcing major change. Although these new internet technologies have given the viewer more control than the historical dial, they have also left behind some of the greatest contributions of traditional television. These contributions include not just the well-favored simplicity of use, but also the sense of social experience and connectedness, the ease and continuity of scheduled programming, and the understanding that television is now, current, and pulsing. This thesis presents Me.TV, a web platform that combines the benefits of traditional television and on-demand viewing for a new experience that allows us to let go, watch the same channels as our friends, flip our preferences around, get constant, current content, and still have control over the type and timing of content. To make this experience possible, we present a visual programming language at the center of the Me.TV platform that enables users to create complex rules with simple interactions. The visual language constructs allow users to create static preferences, such as genre constraints, and plan for non-static ones, such as a current mood, in as many channels as they want. To support the Me.TV programming language, the platform comprises of an editor, translation engine, application programming interface, video player and navigation dashboard, which we prototype in this thesis as a javascript web application. Work reported herein was funded by the Media Lab Consortium and the Ultimate Media Program.
by Vivian Chan Diep.
S.M.
Kaminsky, Andrew D. "Dynamic channel allocation". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2003. http://library.nps.navy.mil/uhtbin/hyperion-image/03sep%5FKaminsky.pdf.
Testo completoMekarapiruk, Wichaya. "Simultaneous optimal parameter selection and dynamic optimization using iterative dynamic programming". Thesis, National Library of Canada = Bibliothèque nationale du Canada, 2001. http://www.collectionscanada.ca/obj/s4/f2/dsk3/ftp04/NQ58926.pdf.
Testo completoCalvo, Diego R., e Michail Musatov. "Pricing American Style Asian OptionsUsing Dynamic Programming". Thesis, Mälardalens högskola, Akademin för utbildning, kultur och kommunikation, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-9880.
Testo completoLamond, Bernard Fernand. "Matrix methods in queueing and dynamic programming". Thesis, University of British Columbia, 1985. http://hdl.handle.net/2429/27124.
Testo completoBusiness, Sauder School of
Graduate
Axelsson, Nils. "Dynamic Programming Algorithms for Semantic Dependency Parsing". Thesis, Linköpings universitet, Interaktiva och kognitiva system, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-138594.
Testo completoDependensparsning kan vara ett användbart verktyg för att få datorer att kunna läsa text. Kuhlmann och Jonsson kom 2015 fram till ett logiskt deduktionssystem som kan parsa till ickekorsande grafer med en asymptotisk tidskomplexitet O(n3), där "n" är meningens som parsas längd. Detta arbete utökar Kuhlmann och Jonssons deduktionssystem så att det kan introducera vissa korsande bågar, medan en asymptotisk tidskomplexitet O(n4) uppnås. För att tillåta deduktionssystemet att introducera korsande bågar, introduceras 15 nya logiska delgrafstyper, eller item. Dessa item-typer tillåter deduktionssystemet att introducera korsande bågar på ett sådant sätt att acyklicitet bibehålls. Antalet logiska inferensregler tags från Kuhlmanns och Jonssons 19 till 172, på grund av den större mängden kombinationer av de nu 20 item-typerna. Resultatet är en mindre ökning av täckning på testdata (ungefär 10 procentenheter, d v s från cirka 70% till 80%), och jämförbar placering med Kuhlmann och Jonsson enligt måtten från uppgift 18 från SemEval 2015. Härledningsunikhet kan inte garanteras på grund av hur bågar introduceras i det nya deduktionssystemet. Den utökade algoritmen, QAC, parsar till en svårdefinierad grafklass, som jämförs empiriskt med 1-endpoint-crossing-grafer och grafer med pagenumber 2 eller mindre. QAC:s grafklass har lägre täckning än båda dessa, och har ingen högre gräns i pagenumber eller antal korsningar. Slutsatsen är att det inte nödvändigtvis är optimalt att utöka ett mycket minimalt och specifikt deduktionssystem, och att det kan vara bättre att inleda processen med en specifik grafklass i åtanke. Dessutom föreslås flera alternativa metoder för att utöka Kuhlmann och Jonsson.
Babu, George Jithin. "Look-Ahead Platooning through Guided Dynamic Programming". Thesis, KTH, Reglerteknik, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-121540.
Testo completoDai, Peng. "FASTER DYNAMIC PROGRAMMING FOR MARKOV DECISION PROCESSES". UKnowledge, 2007. http://uknowledge.uky.edu/gradschool_theses/428.
Testo completoSKYRME, ALEXANDRE RUPERT ARPINI. "SAFE RECORD SHARING IN DYNAMIC PROGRAMMING LANGUAGES". PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2015. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=25871@1.
Testo completoCOORDENAÇÃO DE APERFEIÇOAMENTO DO PESSOAL DE ENSINO SUPERIOR
PROGRAMA DE EXCELENCIA ACADEMICA
Linguagens de programação dinâmicas estão cada vez mais populares e já foram utilizadas para desenvolver uma ampla gama de aplicações. Enquanto isso, processadores multi-núcleo se tornaram padrão, mesmo em computadores pessoais e dispositivos móveis. Dessa forma, os programadores precisam recorrer ao paralelismo para aprimorar o desempenho de seus programas. Entretanto, a programação concorrente permanece difícil. Adicionalmente, a despeito de avanços em linguagens estáticas, avaliamos que linguagens dinâmicas ainda carecem de suporte adequado à concorrência. Nesta tese argumentamos que o principal problema da programação concorrente é a imprevisibilidade - comportamentos inesperados de programas, tais como retornar valores descabidos. Observamos que a imprevisibilidade é mais provável quando memória compartilhada é utilizada. Consequentemente, propomos um modelo de comunicação para concorrência que visa disciplinar o compartilhamento de memória em linguagens dinâmicas. O modelo é baseado nos padrões emergentes de concorrência de não compartilhar dados por padrão, imutabilidade de dados e tipos e efeitos (que transformamos em capacidades). Ele demanda a utilização de objetos compartilháveis para compartilhar dados e utiliza troca de mensagens para comunicação entre fluxos de execução. Objetos compartilháveis podem ser compartilhados apenas para leitura ou para leitura e escrita, o que permite acesso individual de escrita e acessos paralelos de leitura. Implementamos um protótipo em Lua para experimentar com o modelo na prática, bem como para conduzir uma avaliação geral de desempenho. A avaliação demonstra que há benefícios na utilização de memória compartilhada, mas ao mesmo tempo revela que os controles utilizados para assegurar a disciplina ocasionam um impacto de desempenho.
Dynamic programming languages have become increasingly popular and have been used to implement a range of applications. Meanwhile, multicore processors have become the norm, even for desktop computers and mobile devices. Therefore, programmers must turn to parallelism as a means to improve performance. However, concurrent programming remains difficult. Besides, despite improvements in static languages, we find dynamic languages are still lacking in concurrency support. In this thesis, we argue that the main problem with concurrent programming is unpredictability - unexpected program behaviors, such as returning out-of-thin-air values. We observe that unpredictability is most likely to happen when shared memory is used. Consequently, we propose a concurrency communication model to discipline shared memory in dynamic languages. The model is based on the emerging concurrency patterns of not sharing data by default, data immutability, and types and effects (which we turn into capabilities). It mandates the use of shareable objects to share data. Besides, it establishes that the only means to share a shareable object is to use message passing. Shareable objects can be shared as read-write or read-only, which allows both individual read-write access and parallel read-only access to data. We implemented a prototype in Lua, called luashare, to experiment with the model in practice, as well as to carry out a general performance evaluation. The evaluation showed us that safe data sharing makes it easier to allow for communication among threads. Besides, there are situations where copying data around is simply not an option. However, enforcing control over shareable objects has a performance cost, in particular when working with nested objects.
Eslinger, Gregory John. "Dynamic programming applied to electromagnetic satellite actuation". Thesis, Massachusetts Institute of Technology, 2013. http://hdl.handle.net/1721.1/82480.
Testo completoThis electronic version was submitted and approved by the author's academic department as part of an electronic thesis pilot project. The certified thesis is available in the Institute Archives and Special Collections.
"June 2013." Cataloged from department-submitted PDF version of thesis
Includes bibliographical references (p. 135-140).
Electromagnetic formation flight (EMFF) is an enabling technology for a number of space mission architectures. While much work has been done for EMFF control for large separation distances, little work has been done for close-proximity EMFF control, where the system dynamics are quite complex. Dynamic programming has been heavily used in the optimization world, but not on embedded systems. In this thesis, dynamic programming is applied to satellite control, using close-proximity EMFF control as a case study. The concepts of dynamic programming and approximate dynamic programming are discussed. Several versions of the close-proximity EMFF control problem are formulated as a dynamic programming problems. One of the formulations is used as a case study for developing and examining the cost-to-go. Methods for implementing an approximate dynamic programming controller on a satellite are discussed. Methods for resolving physical states and dynamic programming states are presented. Because the success of dynamic programming depends on the system model, a novel method for finding the mass properties of a satellite, which would likely be used in the dynamic programming model, is introduced. This method is used to characterize the mass properties of three satellite systems: SPHERES, VERTIGO, and RINGS. Finally, a method for position and attitude estimation for systems that use line-of-sight measurements that does not require the use of a model is developed. This method is useful for model validation of the models used in the dynamic programming formulation.
by Gregory John Eslinger.
S.M.
Vyzas, Elias. "Approximate dynamic programming for some queueing problems". Thesis, Massachusetts Institute of Technology, 1997. http://hdl.handle.net/1721.1/10282.
Testo completoIncludes bibliographical references (p. 81-82).
by Elias Vyzas.
M.S.
Zhao, Mengyao. "Genomic variation detection using dynamic programming methods". Thesis, Boston College, 2014. http://hdl.handle.net/2345/bc-ir:104357.
Testo completoBackground: Due to the rapid development and application of next generation sequencing (NGS) techniques, large amounts of NGS data have become available for genome-related biological research, such as population genetics, evolutionary research, and genome wide association studies. A crucial step of these genome-related studies is the detection of genomic variation between different species and individuals. Current approaches for the detection of genomic variation can be classified into alignment-based variation detection and assembly-based variation detection. Due to the limitation of current NGS read length, alignment-based variation detection remains the mainstream approach. The Smith-Waterman algorithm, which produces the optimal pairwise alignment between two sequences, is frequently used as a key component of fast heuristic read mapping and variation detection tools for next-generation sequencing data. Though various fast Smith-Waterman implementations are developed, they are either designed as monolithic protein database searching tools, which do not return detailed alignment, or they are embedded into other tools. These issues make reusing these efficient Smith-Waterman implementations impractical. After the alignment step in the traditional variation detection pipeline, the afterward variation detection using pileup data and the Bayesian model is also facing great challenges especially from low-complexity genomic regions. Sequencing errors and misalignment problems still influence variation detection (especially INDEL detection) a lot. The accuracy of genomic variation detection still needs to be improved, especially when we work on low- complexity genomic regions and low-quality sequencing data. Results: To facilitate easy integration of the fast Single-Instruction-Multiple-Data Smith-Waterman algorithm into third-party software, we wrote a C/C++ library, which extends Farrar's Striped Smith-Waterman (SSW) to return alignment information in addition to the optimal Smith-Waterman score. In this library we developed a new method to generate the full optimal alignment results and a suboptimal score in linear space at little cost of efficiency. This improvement makes the fast Single-Instruction-Multiple-Data Smith-Waterman become really useful in genomic applications. SSW is available both as a C/C++ software library, as well as a stand-alone alignment tool at: https://github.com/mengyao/Complete- Striped-Smith-Waterman-Library. The SSW library has been used in the primary read mapping tool MOSAIK, the split-read mapping program SCISSORS, the MEI detector TAN- GRAM, and the read-overlap graph generation program RZMBLR. The speeds of the mentioned software are improved significantly by replacing their ordinary Smith-Waterman or banded Smith-Waterman module with the SSW Library. To improve the accuracy of genomic variation detection, especially in low-complexity genomic regions and on low-quality sequencing data, we developed PHV, a genomic variation detection tool based on the profile hidden Markov model. PHV also demonstrates a novel PHMM application in the genomic research field. The banded PHMM algorithms used in PHV make it a very fast whole-genome variation detection tool based on the HMM method. The comparison of PHV to GATK, Samtools and Freebayes for detecting variation from both simulated data and real data shows PHV has good potential for dealing with sequencing errors and misalignments. PHV also successfully detects a 49 bp long deletion that is totally misaligned by the mapping tool, and neglected by GATK and Samtools. Conclusion: The efforts made in this thesis are very meaningful for methodology development in studies of genomic variation detection. The two novel algorithms stated here will also inspire future work in NGS data analysis
Thesis (PhD) — Boston College, 2014
Submitted to: Boston College. Graduate School of Arts and Sciences
Discipline: Biology
Höner, zu Siederdissen Christian, Sonja J. Prohaska e Peter F. Stadler. "Algebraic dynamic programming over general data structures". Universitätsbibliothek Leipzig, 2016. http://nbn-resolving.de/urn:nbn:de:bsz:15-qucosa-206280.
Testo completoWang, Xia. "Applications of genetic algorithms, dynamic programming, and linear programming to combinatorial optimization problems". College Park, Md.: University of Maryland, 2008. http://hdl.handle.net/1903/8778.
Testo completoThesis research directed by: Applied Mathematics & Statistics, and Scientific Computation Program. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
Burrows, Richard B. P. "Dynamic load balancing". Thesis, University of Oxford, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.363886.
Testo completoSteffen, Peter. "Compiling a domain specific language for dynamic programming". [S.l.] : [s.n.], 2006. http://deposit.ddb.de/cgi-bin/dokserv?idn=983062382.
Testo completoArdi, Shanai. "A Nonlinear Programming Approach for Dynamic Voltage Scaling". Thesis, Linköping University, Department of Computer and Information Science, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-2774.
Testo completoEmbedded computing systems in portable devices need to be energy efficient, yet they have to deliver adequate performance to the often computationally expensive applications. Dynamic voltage scaling is a technique that offers a speed versus power trade-off, allowing the application to achieve considerable energy savings and, at the same time, to meet the imposed time constraints.
In this thesis, we explore the possibility of using optimal voltage scaling algorithms based on nonlinear programming at the system level, for a complex multiprocessor scheduling problem. We present an optimization approach to the modeled nonlinear programming formulation of the continuous voltage selection problem excluding the consideration of transition overheads. Our approach achieves the same optimal results as the previous work using the same model, but due to its speed, can be efficiently used for design space exploration. We validate our results using numerous automatically generated benchmarks.
Christofides, Elina. "Dynamic programming for asset, liability and risk management". Thesis, Imperial College London, 2004. http://hdl.handle.net/10044/1/8371.
Testo completoZhu, Hong. "Dynamic programming algorithm for segmentation of CVC syllables". Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk2/tape15/PQDD_0001/MQ29004.pdf.
Testo completoLévesque, Moren. "Models of entrepreneurial decisions, a dynamic programming approach". Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk2/ftp02/NQ34577.pdf.
Testo completoSauré, Antoine. "Approximate dynamic programming methods for advance patient scheduling". Thesis, University of British Columbia, 2012. http://hdl.handle.net/2429/43448.
Testo completoYoshimoto, Yui, Yoshiyuki Karuno e Shinji Imahori. "Dynamic Programming Algorithms for Duplex Food Packing Problems". IEEE, 2010. http://hdl.handle.net/2237/14459.
Testo completoChild, Christopher H. T. "Approximate dynamic programming with parallel stochastic planning operators". Thesis, City University London, 2011. http://openaccess.city.ac.uk/1109/.
Testo completoLiu, Ning. "Approximate dynamic programming algorithms for production-planning problems". Thesis, Wichita State University, 2013. http://hdl.handle.net/10057/10636.
Testo completoThesis (M.S.)--Wichita State University, College of Engineering, Dept. of Industrial and Manufacturing Engineering
Van, Roy Benjamin. "Feature-based methods for large scale dynamic programming". Thesis, Massachusetts Institute of Technology, 1994. http://hdl.handle.net/1721.1/11865.
Testo completoDemir, Ramazan. "An approximate dynamic programming approach to discrete optimization". Thesis, Massachusetts Institute of Technology, 2000. http://hdl.handle.net/1721.1/9137.
Testo completoIncludes bibliographical references (leaves 181-189).
We develop Approximate Dynamic Programming (ADP) methods to integer programming problems. We describe and investigate parametric, nonparametric and base-heuristic learning approaches to approximate the value function in order to break the curse of dimensionality. Through an extensive computational study we illustrate that our ADP approach to integer programming competes successfully with existing methodologies including state of art commercial packages like CPLEX. Our benchmarks for comparison are solution quality, running time and robustness (i.e., small deviations in the computational resources such as running time for varying instances of same size). In this thesis, we particularly focus on knapsack problems and the binary integer programming problem. We explore an integrated approach to solve discrete optimization problems by unifying optimization techniques with statistical learning. Overall, this research illustrates that the ADP is a promising technique by providing near-optimal solutions within reasonable amount of computation time especially for large scale problems with thousands of variables and constraints. Thus, Approximate Dynamic Programming can be considered as a new alternative to existing approximate methods for discrete optimization problems.
by Ramazan Demir.
Ph.D.
Al-Dujaily, Ra'ed. "Embedded dynamic programming networks for networks-on-chip". Thesis, University of Newcastle upon Tyne, 2013. http://hdl.handle.net/10443/1884.
Testo completoCai, C. "Adaptive traffic signal control using approximate dynamic programming". Thesis, University College London (University of London), 2010. http://discovery.ucl.ac.uk/20164/.
Testo completoHäring, Thomas W. "Optimizing loblolly pine management with stochastic dynamic programming". Diss., Virginia Tech, 1993. http://hdl.handle.net/10919/39478.
Testo completoPh. D.
Häring, Thomas W. "Optimizing loblolly pine management with stochastic dynamic programming /". This resource online, 1993. http://scholar.lib.vt.edu/theses/available/etd-10022007-144537/.
Testo completoElshqeirat, Basima Ahmad Haroun. "Optimizing reliable network topology design using dynamic programming". Thesis, Curtin University, 2015. http://hdl.handle.net/20.500.11937/823.
Testo completoZetka, Petr. "Programový systém pro řešení úloh dynamického programování". Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2011. http://www.nusl.cz/ntk/nusl-229701.
Testo completoPiveropoulos, Giannis. "Dynamic object-oriented systems". Thesis, University of York, 1999. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.298492.
Testo completoChang, Chia-Yuan, e 張嘉元. "Fuzzy Multiobjective Dynamic Programming". Thesis, 1998. http://ndltd.ncl.edu.tw/handle/61755792753239392383.
Testo completo國立臺灣大學
化學工程學系
86
The dynamic optimization for chemical processes usually has the following properties : (1) highly nonlinear (2) containing complex and discontinuous constraints and (3) delay arguments. The conventional maximum principle approaches often encounter som problems such as unstable integration and difficulties in obtaining global optimum. In this study, the use of iterative dynamic programming(IDP) presents the advantages of obtaining global optimum, solving problem without transformation, and in itself constituting a simple concept. In stead of the conventional penalty function method, the modified Powell's multiplier algorithm is incorporated to handle each constraint. As far as the optimization of multiobjective dynamic systems, the conventional multiobjective optimization usually requires the adjustment of parameters to generate many Pareto optimum from which are to be chosen by the decision maker. In a complex optimization problem, this approach takes rather high computational effort. In the current stydy, the use of IDP along with fuzzy decision making procedure can directly approach the desired solution of the decision maker. In the multiobjective dynamic optimization of the Nylon-6 batch reactor and the Penicillin G fed-batch fermentation process, the efficiency of the method is verified.
Węgrzycki, Karol. "Provably optimal dynamic programming". Doctoral thesis, 2021. https://depotuw.ceon.pl/handle/item/3869.
Testo completoW rozprawie przedstawiamy nowe techniki analizy algorytmów opartych na programowaniu dynamicznym. Używamy ich do rozwiązywania problemów na grafach i przyśpieszeniu wybranych algorytmów aproksymacyjnych. Zaproponowane przez nas metody pozwalają na usprawnienie obecnie znanych algorytmów dla znajdywania najkrótszych cykli, wyroczni odległości, problemów aproksymacyjnych związanych z problemem plecakowym i innych. W rozprawie proponujemy także klasy równoważności dla wybranych problemów, które mają efektywne algorytmy oparte na programowaniu dynamicznym. W szczególności: • (min, +)-konwolucji i problemu plecakowego, • (min, max)-konwolucji i silnie wielomianowej aproksymacji dla (min, +)-konwolucji, • (min, max)-produktu i silnie wielomianowej aproksymacji dla znajdywania najkrótszych ścieżek w grafie.
Ozaki, Hiroyuki. "Biconvergent stochastic dynamic programming". 1992. http://catalog.hathitrust.org/api/volumes/oclc/28405066.html.
Testo completo