Available master theses in optimization

Main content, deep learning for a pickup and delivery problem.

In this project, we want to investigate if deep learning methods can contribute in combinatorial optimization problems in particular if it can find any pattern among good solutions for a pickup and delivery problem and if so, then take advantage of it to lead the search toward even better solutions.

Background:  This project challenges your skill in algorithm design and your programming skill! INF273 is highly recommended.

Advisor: Ahmad Hemmati

Machine Learning based Hyperheuristic algorithm

Develop a Machine Learning based Hyper-heuristic algorithm to solve a pickup and delivery problem. A hyper-heuristic is a heuristics that choose heuristics automatically. Hyper-heuristic seeks to automate the process of selecting, combining, generating or adapting several simpler heuristics to efficiently solve computational search problems [Handbook of Metaheuristics]. There might be multiple heuristics for solving a problem. Heuristics have their own strength and weakness. In this project, we want to use machine-learning techniques to learn the strength and weakness of each heuristic while we are using them in an iterative search for finding high quality solutions and then use them intelligently for the rest of the search. Once a new information is gathered during the search the hyper-heuristic algorithm automatically adjusts the heuristics.

Sustainable Multimodal Transport Planning in Smart Cities

This project addresses central challenges in climate and energy transition - How do we achieve more efficient transport systems to reduce emissions and improve land use?   The goal of a sustainable logistics system is to improve profitability and reduce environmental impact for long-term performance.   A sustainable logistic need to consider economic, environmental, and social aspects that are essential for a logistics system. In addition, the future state of transportation systems in smart cities requires taking advantage of multimodal transportation that includes autonomous electric cars, boats, trains, Robots, and drones.      In  this  project,  we  aim  at  developing  optimization models and artificial intelligence (AI) solutions  for  the  problem  of  integrated multimodal transport planning, taking into account social, environmental, geographical and economical constraints. Transport planning is a complex combinatorial optimization problem and social, environmental and economic factors increases the complexity. This cross-disciplinary project is well positioned to solve this complex problem by combining expertise in optimization, AI, Logistics, and social science within urban development, governance and public perceptions. This project can be divided into three different master projects.

Simplification and / or Derivation of Mathematical Expressions in RPN

For details please see the project description !

Industry partner:  Schlumberger

Advisor: Jan Rückmann

Ship routing and scheduling

Maritime transportation is the obvious choice for heavy industrial activities where large volumes are transported over long distances. Norway is currently among the world's top 10 shipping nations in terms of tonnage, the number of vessels and the value of the fleet. Operational efficiency of maritime transportation can have a huge effect on consumers by reducing final product costs. In this project, we address the ship routing and scheduling problem, which is one of the main problems in maritime transportation. In this problem, a shipping company has a set of contracted cargoes that it is committed to carry and there are also some spot cargoes available in the market. Each cargo in the given planning period must be picked up at its port of loading, transported and then delivered to its corresponding discharging port. There are time windows given, within which the loading of the cargoes must start, and there may also exist time windows for discharging. The shipping company can decide to serve some of the spot cargoes if they find it profitable. This is a NP-hard problem and we are going to develop a powerful heuristic to solve the real size instances of the problem!

Pickup and delivery problem

Among various problems considered in supply chain logistics, pickup and delivery problem with time windows is one of the most practical one that has received a lot of attentions in the operation research community. Here we consider a shipping company, which operates a heterogeneous fleet of vehicles. At a given point in time we consider a static and deterministic planning problem, consisting of determining how the fleet of vehicles should service a set of given requests. The vehicles may be different in capacity, speed and cost, and compatibility for carrying certain request. If a request is assigned to a vehicle, the vehicle must pickup the request in its corresponding origin point (pickup node) and later deliver the request in its destination point (delivery node). All pickups and deliveries operations must be performed within a time interval that is specific to that operation for a given request. Pickup and delivery problem has many applications such as in postal service and food industry. In this project, we are going to solve a very practical application of this problem which has more realistic assumptions than the original described version.

Background:  This project challenges your problem solving and programming skill as well as your skill in algorithm design! INF273 is highly recommended.

Maritime inventory routing problem

Maritime transportation is the obvious choice for heavy industrial activities where large volumes are transported over long distances. Norway is currently among the world's top 10 shipping nations in terms of tonnage, the number of vessels and the value of the fleet. Operational efficiency of maritime transportation can have a huge effect on consumers by reducing final product costs. In this project, we address the multi-productmaritime inventory routing problem where each product can be produced and consumed in any number of ports. During the planning horizon the level of each inventory of each product at each port must lie within fixed lower and upper limits at all times. There are lower and upper limits on the loaded and unloaded quantities. These operations generate fixed and variable costs. The multi-product maritime inventory routing problem consists of designing routes and schedules for the fleet in order to minimize the transportation and port costs, and to determine the quantities handled at each port call without exceeding the storage limits. We intend to mathematically formulate the problem and possibly find the upper and lower bounds. Since it is a NP-hard problem, to solve the real size instances of the problem, we are going to develop a powerful heuristic!

Background:  This project challenges your skill in Mathematical formulation and your programming skill! INF273 is highly recommended.

Covering location problem

In a covering location problem, we seek location of a number of facilities on a network in such a way that the covered population is maximized. A population is covered if at least one facility is located within a predefined distance of it. This predefined distance is often called coverage radius. The choice of this distance has a vital role and affects the optimal solution of the problem to a great extent. Covering location problem is of paramount importance in practice to locate many service facilities such as schools, parks, hospitals and emergency units. In some practical cases, the population is moving during the planning horizon. In this project, we are going to develop a heuristic for the problem assuming the moving population.

Adaptive large neighbourhood search

Adaptive large neighbourhood search is a popular and widely used algorithm in the literature in solving combinatorial problems and in particular routing problems. In this project, we are going to investigate the role of randomized components in this algorithm and provide deterministic alternatives that work as good as the original one, or even better!

Background:  This project challenges your skill in algorithm design and your analytical and logical thinking! INF273 is highly recommended.

Location routing problem

A location-routing problem may be defined as an extension to a multi depot vehicle routing problem in which there is a need to determine the optimal number and location of depots simultaneously with finding distribution routes. LRP is an NP-hard problem, as it encompasses two NP-hard problems (facility location and vehicle routing). Moreover, it is generally accepted that solving the two sub-problems separately often leads to sub-optimal solutions. LRP has many real-life applications such as in food and drink distribution, postal service, blood bank location, newspaper distribution, waste collection, and medical evacuation. In this project, we are going to solve a practical application of this problem which has more realistic assumptions than the original described version.

The historical development of algorithms for nonlinear equations

The Newton- Raphson method is the most used method for solving nonlinear equations (or  finding a root of) f(x)=0. It is an iterative method and in every iteration it uses f(x) and f'(x). Halley's method uses f(x), f'(x) and f''(x) at every iteration. In a textbook on iterative methods the author claims that Halley's method is the most rediscovered method. The purpose of this project is to explore the different ways to derive the method and follow the historical thread  and to explore the algorithmic consequences of the different derivations of Halley's method. For more information on the project contact the supervisor professor Trond Steihaug.

Advisor: Trond Steihaug

What do we mean by an efficient algorithm?

When we say that one algorithm is more efficient than another algorithm in optimization, we often compare number of arithmetic operations. However, the amount of memory and memory access is often as important. Simple algorithms with input size n require O(n^3) arithmetic operations, and a memory usage of O(n^2), but behave as if the memory access were O(n^3), due to misses in the cache of the computer. In this project you will test different data structures with different memory access. The project requires extensive programming. For more information on the project contact the supervisor professor Trond Steihaug.

Application of Nonlinear Optimization Methods

This topic covers the application of several solution methods for nonlinear optimization problems. Nonlinear Optimization (or Programming) models can be used for the modelling, description and solution of real-life application from a huge variety of areas; among them are finance, economics, production planning, trajectory calculation and others. In dependence on the chosen application and the recommended solution method the corresponding master thesis project might include modelling and numerical solution aspects.

Optimization Methods in Finance

The use of mathematical optimization methods in finance is common-place and a continuously developing vivid area of research. These methods are used for many different tasks: for pricing financial products, estimating risks, determining hedging strategies, and many others. The goal of this project is to study how optimization techniques - such as linear, quadratic, and nonlinear programming, robust optimization, dynamic programming, integer programming, and others - can be used in the framework of mathematical finance.

In this project the candidate will study recent models from mathematical finance which are using mathematical optimization techniques. Furthermore, corresponding solution methods will then be applied numerically to some particularly chosen models. The latter part refers to efficient implementation of solution techniques and calculating numerical solutions.

Optimal portfolio selection with minimum buy-in constraints

Investors in charge of selecting the assets to constitute a portfolio, will typically use the expected return as a measure of the expected value, and the variance as a measure of the risk. To keep operational costs down, the investors may impose certain constraints on the portfolio selection. For instance, they may require that the volume of any selected asset must be at least a given fraction of the total portfolio.

In this thesis, the candidate will study mathematical models and efficient solution techniques for such problems.

Advisor: Dag Haugland .

Solution algorithms for the pooling problem

In many industrial applications of network flow problems, such as oil refining and pipeline transportation of natural gas, the composition of the flow is of interest. At the source nodes, flow of different compositions (qualities) is supplied. Flow from the sources is blended at intermediate nodes, referred to as pools. The blending operation is linear, in the sense that one flow unit containing e.g. 1% CO2 blended with one unit containing 5% CO2, yields a blend consisting of two flow units containing 3% CO2. Flow from the pools is blended linearly at the terminals, where bounds on the resulting quality apply. If, for instance, the upper bound at a given terminal is 2% CO2, the flow must be blended such that this requirement is met. Unit purchase costs at the sources and sales revenues at the terminals are defined, and the problem is to find a flow assignment to the network, such that quality bounds are respected, and total net profit is maximized. It has been shown that this problem, frequently referred to as the pooling problem, is strongly NP-hard, even if there is only one pool. The same is true if there is only one quality parameter (e.g. CO2) subject to upper bounds. In the industry, there is a request for fast solution methods, which does not seem realistic for general instances of realistic size. The focus of the current project is to find fast, possibly inexact, solution methods for the pooling problem. It is also a goal to identify special instance classes that can be solved fast, and to evaluate algorithms for such instances experimentally. The successful candidate has good programming skills and some background in optimization.

Order Books, Markets, and Convex Analysis

This project considers how an order market might evolve over a fairly short period - say, during a day. It relies on elementary convex analysis to model agents’ choice of prudent orders, and it explores - by way of computer simulations - whether equilibrium is stable.

Considered is a stylized market for one homogenous, perfectly divisible good. The market remains open during a limited period - say, a day. By assumption, no exogenous shocks occur during the day. To improve their positions, agents repeatedly submit or withdraw orders of moderate size. The latter are posted, picked off, and modified at no cost. Agents are diverse, often anonymous, and typically many. They are self-interested, not without strategic concerns, but somewhat short-sighted. On so weak premises, may repeated trade during the day bring about efficiency at closure time? By way of elementary convex analysis, and computer simulations, this project emphasizes positive prospects. It’s intended to show how little competence agents need to take an order-driven exchange market towards a short-term equilibrium. Most likely, at closure time, the spread in price between the highest bid and the lowest ask is small and stable.

Advisor: Sjur Flåm .

Bilateral exchange

Outline: Motivated by computerized markets, you should consider direct exchange between matched agents, just two at a time. Each party holds a ”commodity vector,” and each seeks, whenever possible, a better holding. Focus is on feasible, voluntary exchanges, driven only by di¤erences in gradients. Your approach should play down the importance of agents’ competence, experience and foresight. Yet, reasonable conditions ought suffice for convergence to market equilibrium.

Efficiency and equal margins

When well defined, the concept of gradient or margin is fundamental in optimization and economics. To wit, for efficient allocation, margins ought coincide across alternative ends and users. Otherwise, scarce resources should be shifted from low valuation (or from inferior yield) to higher.

Traditional use of this good maxim requires though, comparisons of differentials or gradients. For that reason, several questions come straight up: What happens if gradients aren't unique - or, no less important, if a best choice be at the boundary? In such cases, which margins are essential? And how might these coincide?

While addressing these questions, you should illustrate, maintain, refine and extend the said maxim, often referred to as Borch's theorem of insurance.

Call auctions in energy markets

Outline: Many energy markets offer special procedures in order to begin or end ordinary trade more efficiently. Broadly, the early hour ought ease price discovery, whereas the last hour should facilitate execution of still standing orders.

For either purpose, call auctions have been instrumental. Their main feature is that all executable orders should be cleared by uniform linear pricing. Your project is to consider such an auction and elaborate on what an optimizing system operator tends to do. Arguments should revolve around the market opening time - or the period just prior to that event.

Cooperative linear programs

Outline: Consider two linear progams for which the right hand side vectors are in the same space. Merge these program into one. Why might this be advantageous? How should the gains be split?

Self-defined master thesis in optimization

Often, new master students have a suggestion for a master thesis. Their idea might for example be based on their interests, or they have heard of a problem with a background in an (for example industrial) application by someone they know. Students with such a suggestion are very welcome to present their idea to the appropriate group at the department.

Master students in optimization are offered very interesting theses within a broad range of applications and techniques. Several theses have industrial applications in e.g. oil and gas, telecommunications or fisheries. The projects typically involve modelling, analysis, development of new solution methods, implementation and experimentation. For most theses, good programming skills are required.

Work on a master thesis usually falls into one or more of the following categories:

  • Modelling : Design an optimization formulation based on the description of the problem. The formulation is implemented, and the aptness of the formulation for solving the problem is examined experimentally and possibly theoretically.
  • Algorithm design : Design an algorithm to solve a specific optimization problem. The algorithm is implemented, and used to solve the problem with datasets of varying size.
  • Algorithm analysis : Theoretically and experimentally compare several algorithms designed for solving a specific optimization problem.

Problems usually fall into one of the following areas:

  • Linear programming
  • Integer programming
  • Combinatorial optimization
  • Non-linear programming
  • Parameter estimation

Students with a suggestion for a thesis meeting the above description, are very welcome to contact a member of the optimization group and present their idea.

Optimization - Available Thesis

Dag Haugland

Department of Informatics

  • +47 55 58 40 33
  • +47 45405650

[email protected]

Ahmad Hemmati's picture

Ahmad Hemmati

Associate Professor

  • +47 55 58 41 63

[email protected]

Jan-Joachim Rückmann's picture

Jan-Joachim Rückmann

  • +47 55 58 45 07

[email protected]

Google Custom Search

Wir verwenden Google für unsere Suche. Mit Klick auf „Suche aktivieren“ aktivieren Sie das Suchfeld und akzeptieren die Nutzungsbedingungen.

Hinweise zum Einsatz der Google Suche

Technical University of Munich

  • Department of Mathematics
  • TUM School of Computation, Information and Technology
  • Technical University of Munich

Technical University of Munich

Overview   |  Team   |  Teaching |  Thesis   |  Research

We offer bachelor and master theses on various topics in nonlinear optimization. Topics for theses at the Chair of Mathematical Optimization are chosen individually based on your prior knowledge and interests. The list of completed theses below shows the range of possible topics.

As a prerequisite for a bachelor thesis at our chair you should have attended the two basic lectures Introduction to Optimization (MA2503) and Nonlinear Optimization: Advanced (MA3503). Usually, the thesis follows the attendence of a seminar at our chair. As prerequisites for a master thesis, you must attend at least one advanced lecture, e.g. Modern Methods in Nonlinear Optimization (MA4503) , and one main seminar at our chair (knowledge of the contents of MA2503 and MA3503 is assumed).

For the determination of the topic it is best to have a personal talk with Prof. Dr. Michael Ulbrich during the semester. If you have any questions about the general procedure of a thesis, please do not hesitate to contact Prof. Dr. Michael Ulbrich or Dr. Florian Lindemann.

Recent Theses

Recent bachelor theses and student projects, recent master and diploma theses, recent dissertations.

  • Hertlein, Lukas Alexander: Inexact bundle methods in Hilbert space with applications to optimal control problems governed by variational inequalities. Dissertation, 2022 more… BibTeX Full text (mediaTUM)
  • Milz, Johannes: Topics in PDE-Constrained Optimization under Uncertainty and Uncertainty Quantification. Dissertation, 2021 more… BibTeX Full text (mediaTUM)
  • Haubner, Johannes: Shape Optimization for Fluid-Structure Interaction. Dissertation, 2020 more… BibTeX Full text (mediaTUM)
  • Garreis, Sebastian: Optimal Control under Uncertainty: Theory and Numerical Solution with Low-Rank Tensors. Dissertation, 2019 more… BibTeX Full text (mediaTUM)
  • Jarde, Philipp Paul: Analysis of optimal control problems for the optical flow equation under mild regularity assumptions. Dissertation, 2018 more… BibTeX Full text (mediaTUM)
  • Meinel, Martin: Distributed and event-triggered optimization in multi-agent networks. Dissertation, 2016 more… BibTeX Full text (mediaTUM)
  • Milzarek, Andre: Numerical methods and second order theory for nonsmooth problems. Dissertation, 2016 more… BibTeX Full text (mediaTUM)
  • Böhm, Christian: Efficient Inversion Methods for Constrained Parameter Identification in Full-Waveform Seismic Tomography. Dissertation, 2015 more… BibTeX Full text (mediaTUM)
  • Keuthen, Moritz: Second Order Shape Optimization with Geometric Constraints. Dissertation, 2015 more… BibTeX Full text (mediaTUM)
  • Kruse, Florian: Interior point methods for optimal control problems with pointwise state constraints. Dissertation, 2014 more… BibTeX Full text (mediaTUM)
  • Albrecht, Sebastian: Modeling and numerical solution of inverse optimal control problems for the analysis of human motions. Dissertation, 2013 more… BibTeX Full text (mediaTUM)
  • von Loesch, Boris Tobias: A Class of Trust-Region Multilevel Methods. Dissertation, 2013 more… BibTeX Full text (mediaTUM)
  • Lindemann, Florian: Theoretical and Numerical Aspects of Shape Optimization with Navier-Stokes Flows. Dissertation, 2012 more… BibTeX Full text (mediaTUM)
  • Veelken, Sonja: A New Relaxation Scheme for Mathematical Programs with Equilibrium Constraints: Theory and Numerical Experience. Dissertation, 2009 more… BibTeX Full text (mediaTUM)

University of Illinois at Chicago

Utilizing Business Process Re-Engineering for Optimization Of A Third Party Logistics Company

Degree grantor, degree level, degree name, committee member, submitted date, thesis type, usage metrics.

IMAGES

  1. Master Thesis Writing Help : Why use our custom master’s dissertation

    process optimization master thesis

  2. thesis methodology diagram

    process optimization master thesis

  3. Business Process Optimization

    process optimization master thesis

  4. Basic structure of the optimization procedure.

    process optimization master thesis

  5. Overview of strategies used for process optimization

    process optimization master thesis

  6. (PDF) Optimal Forms

    process optimization master thesis

VIDEO

  1. Writing That PhD Thesis

  2. A student's perspective: What is the MSc Thesis process like?

  3. 19

  4. Modern Computing Algorithms for Process Optimization with Julia Programming

  5. PhD Thesis Defense. Vahid Ramezankhani

  6. Business Process Management

COMMENTS

  1. PDF Improving Process Efficiency Through Applied Process Scheduling and

    The industrial application of production planning and process scheduling optimization is addressed in this thesis. The rst part of the thesis addresses the research into process scheduling application. Several scheduling models are developed based on both discrete and continuous time modelling frameworks. Extensions to both frameworks are presented

  2. PDF Methodology for Topology and Shape Optimization in the Design Process

    This is a master's thesis project initiated by Saab Microwave System to investigate the possibility of using topology and shape optimization in the design process. In this chapter the background, purpose, objective and limitations are described together with the used method.

  3. (PDF) Research on Process Management Optimization of Master's Thesis

    Research on Process Management Optimiz ation of. Master's Thesis Aiming at Quality Improvement. Chuanyu Peng 1,* Hangyu Hu 1. 1 School of Public Administration, Southwest Jiaotong University ...

  4. Accelerating Manufacturing Decisions using Bayesian Optimization: An

    Learn how to use Bayesian optimization to speed up manufacturing decisions and improve product quality in this WVU dissertation.

  5. PDF Predictive Analytics Applications for Oil and Gas Processing Facilities

    digital twins to emulate diverse operating scenarios for production optimization or facility design purposes. This thesis investigates and reviews the application of predictive analytics on process data, its potential untapped value , analytics as an enabler of digital twins, and big data analytics frameworks tailored for an oil and gas context.

  6. PDF Process improvement with the use of Lean Management methods

    The Master thesis aims to identify wastes in a production process and propose recommendation for improvements. The purpose is also to evaluate the usefulness of various Lean Management tools. For the thesis a single case study was chosen as a research methodology. Using Value Stream Mapping method, the current state of the process has been created.

  7. PDF Process optimization with the Six Sigma DMAIC approach using the

    The ocean freight department is one of the main business pillars of Danzas AEI Emirates LLC. The department is divided in 5 pillars: import, export, hub management, ocean freight sales and pricing & vendor management (see Fig. 20). The import department makes the major part of the whole ocean freight department.

  8. PDF R&D Process Optimization for a Customer and Order Management System

    This master's thesis aims to find a solution for shortening the time-to-market of company A's A1 system development process from 12 months to 4 months. The process encompasses all the activities from an initial business idea to the actual deployment on the market. The study focuses especially on improving the quality of

  9. PDF Data-based Manufacturing Process Optimization Using Image Data

    This thesis focuses on the peeling-drying process optimization in the veneer/LVL industry using data mining methodologies and machine learning (ML) algorithms for image data. In recent years terms related to industry 4.0 such as "big data analytics", "IoT", and "machine

  10. PDF Qiaohao_Liang_Master_Thesis_MIT_clean

    Qiaohao Liang. B.S. Materials Science and Engineering University of California, Berkeley, 2019 Submitted to the Department of Materials Science and Engineering in partial fulfillment of the requirements for the degree of Master of Science in Materials Science and Engineering at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY September 2021 ...

  11. PROCESS OPTMI ZI ATOI N

    This thesis is the result of my graduation research on the optimization of the building process in regard with current developments in the Dutch Architecture, Engineering, and Construction industry. I conducted this research as the final part of the Master Construction Management and Engineering (CME) at the TU Delft.

  12. SMART MANUFACTURING USING CONTROL AND OPTIMIZATION A Thesis

    tion, optimization and big data can be harnessed to achieve this which in other words is referred to as \Smart Manufacturing" . In this research energy management tech-niques have been designed for two SEU (Signi cant Energy Use) equipment HVAC systems, Compressors and load shifting in manufacturing environments using control and optimization.

  13. PDF Research on Process Management Optimization of Master's Thesis Aiming

    the existing process steps as the node, and puts forward optimization suggestions. Keywords: Master's degree thesis, Process management, Topic selection preference, Satisfaction. 1.

  14. PDF Increasing Manufacturing Throughput Using Theory of Constraints

    Master's thesis 2022 45 pages, 33 figures and 5 tables Examiner(s): Prof. Dr. Izet Bijelonja, Adj. Prof. Arto Laari and Prof. Dr.-Ing. Martin Sobczyk Keywords: theory of constraints, lean tools, process optimization Companies always strive for an increase in profit by optimizing their production system. This

  15. PDF Master's Thesis

    Master's Thesis Logistical process optimization for the handling of historical vehicles in relation to automated Track and Trace ... December 31, 2020. i Declaration I hereby declare that this master thesis is my own work and it has not been submitted anywhere else for assessment. All sources and materials used in the thesis are referenced ...

  16. PDF Paya Ghashghaee Smart Manufacturing: Role of Internet of Things ...

    PROCESS OPTIMIZATION Master of Science thesis Examiner: professor Miia Martinsuo Examiner and topic approved by the Faculty Council of the Faculty of Business and Built Environment on 9nd March 2016 View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by TUT DPub

  17. PDF Optimization of Process Parameter by Using Simulation- Taguchi Approach

    MASTERS OF SCIENCE IN INDUSTRIAL ENGINEERING AND LOGISTIC MANAGEMENT NOVEMBER 2021 HAWASSA, ETHIOPIA. SCHOOL OF GRADUATE STUDIES HAWASSA UNIVERSITY ADVISORS' APPROVAL SHEET-1 This is to certify that the thesis entitled "Optimization of Process Parameter by using Simulation- Taguchi Approach: A Case of Habtamu Sila Plastic Factory in Hawassa ...

  18. Available master theses in optimization

    Optimization Methods in Finance. Optimal portfolio selection with minimum buy-in constraints. Solution algorithms for the pooling problem. Order Books, Markets, and Convex Analysis. Bilateral exchange. Efficiency and equal margins. Call auctions in energy markets. Cooperative linear programs. Self-defined master thesis in optimization.

  19. (PDF) Process Simulation and Automated Cost Optimization ...

    Master's Thesis, Telemark University Colle ge, Porsgrunn. Kisala, T. P. et al. (1987) 'Sequential modular and simultaneous modular strategies for proc ess flowsheet optimization',

  20. PDF Phase equilibria in process optimization for the production ...

    Thesis to obtain the Master of Science Degree in Chemical Engineering Supervisors: Eduardo Jorge Morilla Filipe, Department of Chemical Engineering (DEQ), IST ... bisphenol A, water and acetone, for optimization of the BPA process. A preliminary study of the solid-liquid diagram of the phenol - BPA system was undergone, from 0

  21. Thesis Mathematical Optimization

    Thesis. We offer bachelor and master theses on various topics in nonlinear optimization. Topics for theses at the Chair of Mathematical Optimization are chosen individually based on your prior knowledge and interests. The list of completed theses below shows the range of possible topics. As a prerequisite for a bachelor thesis at our chair you ...

  22. Utilizing Business Process Re-Engineering for Optimization Of A Third

    Purpose: Third Party logistics(3PLs) have become a critical component in the supply chains. Thus; for a 3PL to function in a dynamic and competitive environment, it needs to have business processes that cater to such an environment. As per the theory of business process reengineering, any process is a viable candidate for reengineering. This master's thesis is aimed at identifying the ...

  23. A Master Thesis on Optimization of Generative Models

    project was created at cdrsp by the author of this master thesis) 56 F IG . II - 52 - S CREENSHOT OF THE T RICORDER DEVICE SHOWING TH E FLOORPLAN OF A LAB , OVERLAYED WITH P LUG ICONS TO