CVEN 5393 April 1, 2013

Size: px
Start display at page:

Download "CVEN 5393 April 1, 2013"

Transcription

1 CVEN 5393 April 1, 2013 Topics Revisit multi-objective optimization Heuristics and Metaheuristics a conceptual overview Multi-criteria decision analysis

2 Multiobjective Optimization Topics Multiple objectives multiple solutions Domination and Pareto Optimality (noninferior set) Methods of solving Scaling (reduce to multiple single opt problems) Goal Programming Heuristics and Meta-heuristics

3 Pareto optimality Noninferior == Non-dominated == Pareto Optimal solution: A solution to a problem having multiple and conflicting objectives is noninferior if there exists no other feasible solution with better performance with respect to any one objective, without having worse performance in at least one other objective. Pareto Front set of all possible pareto-optimal solutions Multiobjective Optimization aims to deduce the pareto front or a near pareto front. (Decision Makers use decision analysis techniques to identify the most desireable solution)

4 Example problem with many solutions 2 objectives for a cantilever to carry a given force: minimize weight and minimize deflection Decision variables: length; diameter (continuous; many values) Constraints: stress <= max; cantilever equations

5 Goals of the MOO Solution: Converge on the pareto optimal front Maintain as diverse a distribution as possible

6 Solution Methods: Classical Scaling approach: reduce to many single objective problems Weighting method and Constraint method Problems: Don t have good control over the objective space searched Approach will not work on non-convex parts of the tradeoff curve These work mainly for well-behaved problems with continuous, differentiable constraints, objectives

7 Simulation and optimisation modelling approach for operation of the Hoa Binh reservoir, Vietnam by Long Le Ngo, Henrik Madsen, Dan Rosbjerg, J. of Hydrology (2007) Non-smooth pareto front indicates variables that are not continuous as may be seen in complex operational models (this is result of simulation-based optimization The balanced optimum typically has both objectives changing at close to the same rate

8 Difficult optimization problems are characterized by: Many decision variables discontinuous, combinatorial Objective difficult to calculate Severely constrained Feasibility difficult to determine Multiple objectives Stochastic variables In such cases, the usual mathematical programming approaches are not likely to be successful. Instead use

9 Heuristics a conceptual overview Heuristic optimization algorithms are artificial intelligence search methods that can be used to find the optimal decisions for designing or managing a wide range of complex systems. A heuristic technique is a method which seeks good (i.e.. near optimal) solutions at a reasonable computational cost without being able to guarantee optimality. For many problems there is no feasible way to guarantee finding the optimal solution. Heuristics are a very useful tool for finding good (near optimal) solutions.

10 Heuristic Terminology Search is the term used for constructing/improving solutions to obtain the optimum or near-optimum. Solution Encoding (representing the solution) (e.g. a set of values of decision variables) Neighborhood Nearby solutions Move Transforming current solution to another (usually neighboring) solution Evaluation The solutions feasibility and objective function value

11 Heuristic Terminology Heuristics can be constructive (build a solution piece by piece) or improvement (take a solution and alter it to find a better solution). Many constructive heuristics are greedy or myopic, that is, they take the best thing next without regard for the rest of the solution. Search techniques may be deterministic - always arrive at the same final solution through the same sequence of solutions, although they may depend on the initial solution (e.g., FIFO, LIFO, Tabu search, greedy heuristics) or stochastic where the solutions considered and their order are different depending on random variables (e.g., simulated annealing, ant colony optimization and genetic algorithms. Search techniques may be local - they find the nearest optimum which may not be the real optimum (e.g., greedy heuristic (local optimizers), or global - they find the true optimum even if it involves moving to worst solutions during search (non-greedy).

12 Meta-Heuristics An iterative generation process which guides a subordinate heuristic by combining intelligently different concepts derived from classical heuristics, artificial intelligence, biological evolution, natural and physical sciences for exploring and exploiting the search spaces using learning strategies to structure information in order to find efficiently near-optimal solutions. - Osman and Kelly, 1996

13 Meta-heuristics inspired by nature Simulated Annealing (SA) molecular/crystal arrangement during cool down Genetic Algorithms (GA) biological evolution Tabu Search (TS) long and short term memory Particle Swarm Optimization (PSO) individual and group behavior using communication between agents

14 Advantages of Meta-heuristics Very flexible Often global optimizers Often robust to problem size, problem instance and random variables May be only practical alternative Disadvantages of Meta-heuristics Often need problem specific information / techniques Optimality (convergence) may not be guaranteed Lack of theoretic basis Different searches may yield different solutions to the same problem (stochastic) Stopping criteria Multiple search parameters

15 Classifications of metaheuristics org/wiki/metaheuri stic

16 Complex water resources problems What if our problem is not algebraic? Instead the relationships among the decision variables are defined by a complex physical process model with many conditional logical steps, logical operating rules and perhaps the objectives are computed by post-processing algorithms like a habitat simulation model? How can we find the best solution or set of solutions?

17 Simulation-based optimization Decision Variables Reservoir and structure sizes Hydroplant capacities Operating policy Demand schedule (crops, etc.) Development schedule Constraints on variables Search algorithm: look for values of decision variables for best outcome of objectives Pareto Optimal Set Water Resources Model Physical processes, operating rules and policies, Power generation projected changes in supply and demand; hydrology (historic, climate change, stochastic) Costs and benefits algorithms to compute the values of performance criteria Performance Criteria (values of objectives) Reliability of Supply Environmental compliance or benefits Energy produced; reliability of energy Flood damage reductions Benefit/Cost ratio

18 Multi-objective decision-making From notes from Shoemaker CS5722 MIT 2011 Multi-criteria decision making

19 The decision-making process Define objectives Modeling Activities Generate alternatives via MOO OR Stakeholder meetings Identify performance criteria and define measurement of these [quantitative and/or qualitative] Obtain values of performance criteria for each alternative Evaluation the alternatives Transform into commenurate units Weight the criteria Multi-Criteria Decision Analysis Tools Rank or score the options Sensitivity analysis to understand robustness of results Make a decision

20 Multi-criteria Analysis (MCA) Water resource management decisions are typically guided by multiple objectives measured in different units. MCA represents a body of techniques potentially capable of improving the transparency, auditability and analytic rigour of these decisions. The MCA framework ranks or scores the performance of alternative decision options against multiple criteria which are typically measured in different units. MCA emerged as a decision analysis technique in the 1960s and 1970s, partly resulting from the rapid growth of operations research in WWII. Some early applications of MCA were in military planning. Today MCA is an established methodology with dozens of books, thousands of applications, dedicated scientific journal, software packages and university courses. It has received particular attention in water resource management, partly because water policy is seldom guided by a single objective.

21 Multi-criteria Analysis (MCA) MCA is a decision model that contains: 1. A set of decision options which need to be ranked or scored by the decision maker 2. A set of criteria, typically measured in different units; and 3. A set of performance measures, which are the raw scores for each decision option against each criterion. Example: To address anticipated population increases, a city is considering increasing future water supplies by: A: raise height of dam on existing reservoir to withdraw more from river B: install a number of local water re-use treatment plants and distribution C: Install wells and pump to increase the supply

22 MCA Example: 3 alternatives (raise dam, water reuse, gw pumping) Criteria: Economic benefits Water Supply security Environmental protection Public Health Social Impacts Performance Measures (Indicators) non-commensurate Capital costs Maintenance costs Reliability of supply Risk of system failures Quality of water delivered; risk to drinking water quality Effects on fish Effects on birds Effects on riparian vegetation Effects on recreation (fishing, boating) Public perception and acceptance

23 MCA Model Structure The MCA model is represented by an evaluation matrix X of n decision options and m criteria x ij is the raw performance score for decision option i with respect to criterion j W is a vector containing m weights; w j denotes the weight assigned to the jth criterion The MCA algorithms will define, by some means, one or both of these functions: r i = f 1 (X, W) u i = f 2 (X,W) Where r i is the rank of decision option i and u i is the overall performance score of option i. The nature of f 1 and f 2 varies with the different MCA techniques.

24 Types of MCA Techniques 1. Multi-criteria value functions (Multi-attribute Utility Theory) Evaluate each alternative as the sum of the weighted performance scores. u i is the overall performance score of the ith alternative. The weights w j sum to 1 and v ij is a transformed performance score for x ij on a scale of 0 to 1 where 1 represents best performance. (or weighted product) 2. Pairwise comparisons, esp Analytic Hierarchy Processs (AHP) Decompose problem into a hierarch of smaller problems, comparing criteria and alternatives in every unique pair. The comparisons can be made to attain criteria weights and decision option performance scores.

25 Types of MCA Techniques 3. Distance to ideal point methods Identify ideal and anti-ideal values for the criteria. They then identify the decision options that are closest to the ideal and furthest from the anti-ideal (or can substitute the min and max criterion values). Often used methods in water resources are Compromise Programming and TOPSIS (Technique for Order-Preference by Similarity to Ideal Solution). 4. Outranking Approaches Involve identifying every pair of decision options i and i and apply some type of utility function, which contains criteria weights, to determine the amount option i outperforms i. Widely used methods/software using this approach are PROMETHEE and ELECTRE. 5. Fuzzy Set Analysis Fuzzy set theory is based on a gradual transition from one class to another. Items can have partial membership in multiple sets. This can be particularly powerful in handling uncertainty inherent in MCA problems. Fuzzy approaches may apply concept from the other MCA methods.

26 Hajkowicz and Collins, 2006

27 Example: AHP

28

29 1/9 A is absolutely less important than B 9 A is absolutely more important than B

30 Eigenvalues

31

32

33 Multi-attribute evaluation of ecosystem management for the Missouri River system (Prato, T., 2003 Ecological Economics 45, p ) CWCP Current Water Control Policy establishes guidelines for water releases from the six mainstem reservoirs to balance flood control, navigation, irrigation, hydropower, water supply, WQ, recreation and F&W. Alternatives: MCP Modified Conservation Plan: adaptive management; increased drought conservation measures, Ft. Peck dam release changes, unbalancing upper 3 reservoirs GPA, GPB, GPC and GPD All 4 of these alternatives incorporate all MCP options plus a range of special flow patterns from Gavin s Point Dam designed to improve habitat for threatened fish and birds. Each of these 4 alternatives has a different pattern of spring rise for sturgeon spawning and lower summer flows for tern and plover nesting and shallow water habitat for young pallid sturgeon.

34

35 Attribute Weights Attribute weights cannot be agreed on by very large groups of stakeholders with diverse interests, but is possible to reach consensus on weights for relatively small groups. Several weighting schemes can be maintained and the preferences can be voted on or commented on later during the public comment period of the EIS.

36

37 Determine Values of Attributes 1. Use Interval standardization to transform the raw values, x ij, to to unitless, standardized valued s ij for the jth attribute for the ith alternative. 2. Utility scores, v i, for each of the n alternatives are calculated using a linear additive utility function: Where m is number of attributes, W j is the weight for the jth attribute, 0 w j 1 and sum of weights for all the attributes = 1.

38 Estimation of Attributes The attributes for each alternative were estimated using: River System modeling Stream habitat models Water quality models Indices of biological integrity Crop and soil models Values of attributes were expressed as a percentage deviation from the corresponding value of the attribute for the CWCP. For example relative attributes for the 5 management alternatives range from -32% for navigation to 74% for tern and plover habitat. A negative value indicates the attribute is lower and a positive value indicates the attribute is higher with the alternative than with CWCP.

39

40 Relative utility scores are calculated by substituting the relative attributes for an alternative and hypothetical attribute weights into the utility function. Results are shown above. A positive score implies the alternative is preferred to CWCP and a negative score implies CWCP is preferred to the alternative.

41 Reasons to use MCA in Water Management and Planning Transparency and accountability to procedures Conflict resolution (objective decision tool) Stakeholder engagement (inclusion of stakeholder views and values is informative) MCA uses formal axioms of decision theory to inform choice helps ensure the analysis is logical and robust. Research shows that methods are equally good and give similar results.

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

RECORD OF DECISION MISSOURI RIVER MASTER WATER CONTROL MANUAL REVIEW AND UPDATE

RECORD OF DECISION MISSOURI RIVER MASTER WATER CONTROL MANUAL REVIEW AND UPDATE RECORD OF DECISION MISSOURI RIVER MASTER WATER CONTROL MANUAL REVIEW AND UPDATE I have reviewed the Missouri River Master Water Control Manual Review and Update Final Environmental Impact Statement (FEIS),

More information

A Decision Support System for Performance Evaluation

A Decision Support System for Performance Evaluation A Decision Support System for Performance Evaluation Ramadan AbdelHamid ZeinEldin Associate Professor Operations Research Department Institute of Statistical Studies and Research Cairo University ABSTRACT

More information

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example.

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example. Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example Amina Lamghari COSMO Stochastic Mine Planning Laboratory! Department

More information

OPTIMISATION OF HYDROPOWER IN A MULTI-OBJECTIVE CONTEXT

OPTIMISATION OF HYDROPOWER IN A MULTI-OBJECTIVE CONTEXT Proc. Int. Conf. on Water Environment, Energy and Society (WEES-2009), (eds. S. K. Jain, V. P. Singh, V. Kumar, OPTIMISATION OF HYDROPOWER IN A MULTI-OBJECTIVE CONTEXT Dan Rosbjerg 1 * Institute of Environment

More information

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING 79 CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING The present chapter proposes a hybrid intelligent approach (IPSO-AIS) using Improved Particle Swarm Optimization (IPSO) with

More information

In collaboration with Jean-Yves Lucas (EDF)

In collaboration with Jean-Yves Lucas (EDF) In collaboration with Jean-Yves Lucas (EDF) Table of Contents 1. Introduction 2. Related works 3. Mathematical Model 4. Multi-objective Evolutionary Algorithm 5. Input Data & Experimental results 6. Conclusions

More information

The Multi criterion Decision-Making (MCDM) are gaining importance as potential tools

The Multi criterion Decision-Making (MCDM) are gaining importance as potential tools 5 MCDM Methods 5.1 INTRODUCTION The Multi criterion Decision-Making (MCDM) are gaining importance as potential tools for analyzing complex real problems due to their inherent ability to judge different

More information

Using the Analytic Hierarchy Process in Long-Term Load Growth Forecast

Using the Analytic Hierarchy Process in Long-Term Load Growth Forecast Journal of Electrical Engineering 5 (2017) 151-156 doi: 10.17265/2328-2223/2017.03.005 D DAVID PUBLISHING Using the Analytic Hierarchy Process in Long-Term Load Growth Forecast Blagoja Stevanoski and Natasa

More information

Product quality evaluation system based on AHP fuzzy comprehensive evaluation

Product quality evaluation system based on AHP fuzzy comprehensive evaluation Journal of Industrial Engineering and Management JIEM, 2013 6(1):356-366 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.685 Product quality evaluation system based on AHP fuzzy

More information

Transactions on Information and Communications Technologies vol 8, 1995 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 8, 1995 WIT Press,   ISSN The genetic algorithm and its application to optimise energy utilization of a water reservoir K. Nachazel, M. Toman Department ofhydrotechnology, Czech Technical University, Thakurova 7, 166 29 Prague

More information

Development of TOPSIS Techniques

Development of TOPSIS Techniques Chapter 3 Development of TOPSIS Techniques 3.1 THE STANDARD TOPSIS The TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) was originally proposed by Hwang and Yoon[26]. The standard

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts

A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts Ahmed Ghanmi Defence Research and Development Canada Centre for Operational Research and Analysis Ottawa,

More information

CHAPTER 3 RESEARCH METHODOLOGY

CHAPTER 3 RESEARCH METHODOLOGY 72 CHAPTER 3 RESEARCH METHODOLOGY Inventory management is considered to be an important field in Supply chain management. Once the efficient and effective management of inventory is carried out throughout

More information

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Cheng-Yuan Lin Dept of Computer Science and Information Engineering Chung-Hua University Hsin-Chu, Taiwan m09902021@chu.edu.tw

More information

Optimal Management and Design of a Wastewater Purification System

Optimal Management and Design of a Wastewater Purification System Optimal Management and Design of a Wastewater Purification System Lino J. Alvarez-Vázquez 1, Eva Balsa-Canto 2, and Aurea Martínez 1 1 Departamento de Matemática Aplicada II. E.T.S.I. Telecomunicación,

More information

CHAPTER 2 REACTIVE POWER OPTIMIZATION A REVIEW

CHAPTER 2 REACTIVE POWER OPTIMIZATION A REVIEW 14 CHAPTER 2 REACTIVE POWER OPTIMIZATION A REVIEW 2.1 INTRODUCTION Reactive power optimization is an important function both in planning for the future and day-to-day operations of power systems. It uses

More information

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes M. Ghazanfari and M. Mellatparast Department of Industrial Engineering Iran University

More information

2. CURRENT AND ALTERNATIVE WATER CONTROL PLANS

2. CURRENT AND ALTERNATIVE WATER CONTROL PLANS 2. CURRENT AND ALTERNATIVE WATER CONTROL PLANS This chapter describes the current Water Control Plan (CWCP) for operation of the Mainstem Reservoir System (Section 2.1) and the process of developing and

More information

A systematic review of bio-inspired service concretization

A systematic review of bio-inspired service concretization University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2014 A systematic review of bio-inspired service

More information

Research Article Fuzzy Comprehensive Evaluation on the Effect of Measures Operation for Oil-Water Well

Research Article Fuzzy Comprehensive Evaluation on the Effect of Measures Operation for Oil-Water Well Fuzzy Systems Volume 2011, Article ID 695690, 5 pages doi:101155/2011/695690 Research Article Fuzzy Comprehensive Evaluation on the Effect of Measures Operation for Oil-Water Well Zhi-Bin Liu, 1, 2 Wei

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

DM811 (5 ECTS - 1st Quarter) Heuristics for Combinatorial Optimization Heuristikker og lokalsøgningsalgoritmer for kombinatorisk optimering

DM811 (5 ECTS - 1st Quarter) Heuristics for Combinatorial Optimization Heuristikker og lokalsøgningsalgoritmer for kombinatorisk optimering DM811 (5 ECTS - 1st Quarter) Heuristics for Combinatorial Optimization Heuristikker og lokalsøgningsalgoritmer for kombinatorisk optimering DM812 (5 ECTS - 2nd Quarter) Metaheuristics Metaheuristikker

More information

Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis

Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis 1 Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis Colin Smith, Brandon Herzog SCEA 2012 2 Table of Contents Introduction to Optimization Optimization and Uncertainty Analysis

More information

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION From the SelectedWorks of Liana Napalkova May, 2008 DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION Galina Merkuryeva Liana Napalkova

More information

Presentation Program Outline

Presentation Program Outline Presentation Program Outline MASTERPLAN PROCESS EFFECTIVE PLANNING ELEMENTS DECISION MAKING PROCESS ANALYTICAL HIERARCHY PROCESS (AHP) HOW TO APPLY AHP SIMPLE EXAMPLE CASE STUDY APPLICATION WHDS MDP Decision

More information

Implementation of multiple criteria decision analysis approaches in the supplier selection process: a case study

Implementation of multiple criteria decision analysis approaches in the supplier selection process: a case study Implementation of multiple criteria decision analysis approaches in the supplier selection process: a case study Anabela Tereso, Department of Production and Systems Engineering / ALGORITMI Research Centre

More information

MULTI CRITERIA EVALUATION

MULTI CRITERIA EVALUATION MULTI CRITERIA EVALUATION OVERVIEW Decision making on alternatives for risk reduction planning starts with an intelligence phase for recognition of the decision problems and identifying the objectives.

More information

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Lecture - 39 Multi Objective Decision Making Decision making problem is a process of selection

More information

Submitted to the Grand Rapids Community College Provost and AGC Executive Committee.

Submitted to the Grand Rapids Community College Provost and AGC Executive Committee. Oscar Neal Fall 2012 Sabbatical Report Submitted to the Grand Rapids Community College Provost and AGC Executive Committee. The main objective of my sabbatical was to complete my dissertation proposal

More information

Use of Genetic Algorithms in Discrete Optimalization Problems

Use of Genetic Algorithms in Discrete Optimalization Problems Use of Genetic Algorithms in Discrete Optimalization Problems Alena Rybičková supervisor: Ing. Denisa Mocková PhD Faculty of Transportation Sciences Main goals: design of genetic algorithm for vehicle

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

A New Methodology for Solving Different Economic Dispatch Problems

A New Methodology for Solving Different Economic Dispatch Problems A New Methodology for Solving Different Economic Dispatch Problems Divya Mathur Assistant Professor, JECRC University, Jaipur Abstract- This paper presents a Biogeography-Based Optimization (BBO) algorithm

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 4: Algorithms Fall 2009 Instructor: Dr. Masoud Yaghini Ant Colony Optimization: Part 4 Outline The Traveling Salesman Problem ACO Algorithms for TSP Ant System (AS) Elitist

More information

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm Optimizing a Containership Stowage Plan using a modified Differential Evolution algorithm Speaker: Dr. Yun Dong ydong@tli.neu.edu.cn Supervisor: Pro. Lixin Tang Lixintang@mail.neu.edu.com The Logistics

More information

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm 12th WSEAS Int. Conf. on APPLIED MATHEMATICS Cairo Egypt December 29-31 2007 222 Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm Jiann-Horng Lin Department of Information

More information

Missouri River Basin Water Management Spring 2013 Public Meetings

Missouri River Basin Water Management Spring 2013 Public Meetings Missouri River Basin Water Management Spring 2013 Public Meetings April 8 th April 9 th April 9 th April 10 th April 11 th 7:00 p.m. 11:00 a.m. 7:00 p.m. 11:00 a.m. 11:00 a.m. Nebraska City, NE Fort Peck,

More information

Multiobjective Optimization. Carlos A. Santos Silva May 29 st, 2009

Multiobjective Optimization. Carlos A. Santos Silva May 29 st, 2009 Multiobjective Optimization Carlos A. Santos Silva May 29 st, 2009 Motivation Usually, in optimization problems, there is more than one objective: Minimize Cost Maximize Performance The objectives are

More information

Application of the method of data reconciliation for minimizing uncertainty of the weight function in the multicriteria optimization model

Application of the method of data reconciliation for minimizing uncertainty of the weight function in the multicriteria optimization model archives of thermodynamics Vol. 36(2015), No. 1, 83 92 DOI: 10.1515/aoter-2015-0006 Application of the method of data reconciliation for minimizing uncertainty of the weight function in the multicriteria

More information

Multiobjective Optimization. Carlos A. Santos Silva

Multiobjective Optimization. Carlos A. Santos Silva Multiobjective Optimization Carlos A. Santos Silva Motivation Usually, in optimization problems, there is more than one objective: Minimize Cost Maximize Performance The objectives are often conflicting:

More information

Automatic calibration of water quality models for reservoirs and lakes. Nasim Shojaei Portland State University Supervisor: Prof.

Automatic calibration of water quality models for reservoirs and lakes. Nasim Shojaei Portland State University Supervisor: Prof. Automatic calibration of water quality models for reservoirs and lakes Nasim Shojaei Portland State University Supervisor: Prof. Scott Wells Drafts Ecosystem Services - Water quality models - Calibration

More information

Missouri River Master Water Control Manual Review and Update Study. Spring Rise Alternative Analyses

Missouri River Master Water Control Manual Review and Update Study. Spring Rise Alternative Analyses Missouri River Master Water Control Manual Review and Update Study Spring Rise Alternative Analyses Introduction The U.S. Fish and Wildlife Service (USFWS) provided the U.S. Army Corps of Engineers (Corps)

More information

Capturing complexity and enhancing implementation of one water paradigm: Innovative strategic planning aided by reference point approach

Capturing complexity and enhancing implementation of one water paradigm: Innovative strategic planning aided by reference point approach Building Expertise for Innovation, 25-27 April 2017 Aalto University, Espoo, Finland Capturing complexity and enhancing implementation of one water paradigm: Innovative strategic planning aided by reference

More information

Fuzzy Analytical Approach to Industrial Cluster Selection

Fuzzy Analytical Approach to Industrial Cluster Selection 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Fuzzy Analytical Approach to Industrial Selection Seyed Mostafa Mousavi Specialty of Economics-Mathematical

More information

Keywords- AHP, Operating System, MCDM, Linux, Mac, Windows.

Keywords- AHP, Operating System, MCDM, Linux, Mac, Windows. Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Operating System

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

Reservoir Operations Analysis in the

Reservoir Operations Analysis in the Reservoir Operations Analysis in the Matthew Cox and Desiree Tullos Biological and Ecological Engineering Oregon State University Overview 1. A request for input 2. WW2100 Overview 3. Operations Modeling

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,500 108,000 1.7 M Open access books available International authors and editors Downloads Our

More information

Economic Load Dispatch Solution Including Transmission Losses Using MOPSO

Economic Load Dispatch Solution Including Transmission Losses Using MOPSO International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 11 (February 2014), PP. 15-23 Economic Load Dispatch Solution Including

More information

Downstream Flow Regimes

Downstream Flow Regimes This guideline expands on the criteria statements in the Hydropower Sustainability Assessment Protocol for the topic, relating to Assessment, Management, Stakeholder Engagement, Conformance/ Compliance

More information

Transactions on Information and Communications Technologies vol 19, 1997 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 19, 1997 WIT Press,   ISSN The neural networks and their application to optimize energy production of hydropower plants system K Nachazel, M Toman Department of Hydrotechnology, Czech Technical University, Thakurova 7, 66 9 Prague

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013.

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013. Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 779 783 2 nd World Conference On Business, Economics And Management-WCBEM 2013 A hybrid metaheuristic

More information

Evaluation method for climate change mitigation instruments

Evaluation method for climate change mitigation instruments Evaluation method for climate change mitigation instruments Popi A. Konidari* National and Kapodistrian University of Athens Department of Informatics and Telecommunications pkonidar@kepa.uoa.gr Abstract.

More information

REAL-world situations, such as those arising in economics. A Survey on Modeling and Optimizing Multi-Objective Systems

REAL-world situations, such as those arising in economics. A Survey on Modeling and Optimizing Multi-Objective Systems IEEE COMMUNICATIONS SURVEYS AND TUTORIALS, VOL. X, NO. X, 2016 1 A Survey on Modeling and Optimizing Multi-Objective Systems Jin-Hee Cho, Senior Member, IEEE, Yating Wang, Ing-Ray Chen, Member, IEEE, Kevin

More information

Decision Support System (DSS) Advanced Remote Sensing. Advantages of DSS. Advantages/Disadvantages

Decision Support System (DSS) Advanced Remote Sensing. Advantages of DSS. Advantages/Disadvantages Advanced Remote Sensing Lecture 4 Multi Criteria Decision Making Decision Support System (DSS) Broadly speaking, a decision-support systems (DSS) is simply a computer system that helps us to make decision.

More information

Method of Optimal Scheduling of Cascade Reservoirs based on Improved Chaotic Ant Colony Algorithm

Method of Optimal Scheduling of Cascade Reservoirs based on Improved Chaotic Ant Colony Algorithm Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Method of Optimal Scheduling of Cascade Reservoirs based on Chaotic Ant Colony Algorithm 1 Hongmin Gao, 2 Baohua Xu, 1 Zhenli Ma, 1 Lin Zhang,

More information

MODULE 1 LECTURE NOTES 2 MODELING OF WATER RESOURCES SYSTEMS

MODULE 1 LECTURE NOTES 2 MODELING OF WATER RESOURCES SYSTEMS 1 MODULE 1 LECTURE NOTES 2 MODELING OF WATER RESOURCES SYSTEMS INTRODUCTION In this lecture we will discuss about the concept of a system, classification of systems and modeling of water resources systems.

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Evolutionary Algorithms What is Evolutionary Algorithms (EAs)? Evolutionary algorithms are iterative and stochastic search methods that mimic the natural biological evolution and/or

More information

Comparing the Generating Strategies of Hydropower of Cascade Reservoirs to Mitigate the Shortage of Water Supply

Comparing the Generating Strategies of Hydropower of Cascade Reservoirs to Mitigate the Shortage of Water Supply Comparing the Generating Strategies of Hydropower of Cascade Reservoirs to Mitigate the Shortage of Supply Frederick N.-F. Chou, Linh Thi Thuy Nguyen Department of Hydraulic and Ocean Engineering, National

More information

Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain

Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain From the SelectedWorks of Liana Napalkova June, 2009 Simulation-Based Analysis and Optimisation of Planning Policies over the Product Life Cycle within the Entire Supply Chain Galina Merkuryeva Liana Napalkova

More information

Multiple Products Partner Selection Model of Virtual Enterprise based on Multi-agent Systems

Multiple Products Partner Selection Model of Virtual Enterprise based on Multi-agent Systems , July 6-8, 2011, London, U.K. Multiple Products Partner Selection Model of Virtual Enterprise based on Multi-agent Systems Chunxia Yu, T. N. Wong Abstract Partner selection of virtual enterprise is the

More information

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09)

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09) Genetic Algorithms and Genetic Programming Michael Herrmann Lecture 1: Introduction (25/9/09) michael.herrmann@ed.ac.uk, phone: 0131 6 517177, Informatics Forum 1.42 Problem Solving at Decreasing Domain

More information

Fuzzy Logic and Optimisation: A Case study in Supply Chain Management

Fuzzy Logic and Optimisation: A Case study in Supply Chain Management Fuzzy Logic and Optimisation: A Case study in Supply Chain Management Based on work by Seda Türk, Simon Miller, Ender Özcan, Bob John ASAP Research Group School of Computer Science University of Nottingham,

More information

Comparison Performance of Genetic Algorithm and Ant Colony Optimization in Course Scheduling Optimizing

Comparison Performance of Genetic Algorithm and Ant Colony Optimization in Course Scheduling Optimizing Scientific Journal of Informatics Vol. 3, No. 2, November 216 p-issn 247-7658 http://journal.unnes.ac.id/nju/index.php/sji e-issn 246-4 Comparison Performance of Genetic Algorithm and Ant Colony Optimization

More information

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem Send Orders for Reprints to reprints@benthamscience.ae 560 The Open Cybernetics & Systemics Journal, 2014, 8, 560-565 Open Access An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

More information

Multi-criteria multi-stakeholder decision analysis using a fuzzystochastic approach for hydrosystem management

Multi-criteria multi-stakeholder decision analysis using a fuzzystochastic approach for hydrosystem management 464 Evolving Water Resources Systems: Understanding, Predicting and Managing Water Society Interactions Proceedings of ICWRS2014, Bologna, Italy, June 2014 (IAHS Publ. 364, 2014). Multi-criteria multi-stakeholder

More information

The Analytic Hierarchy Process: A Tutorial for Use in Prioritizing Forest Road Investments to Minimize Environmental Effects

The Analytic Hierarchy Process: A Tutorial for Use in Prioritizing Forest Road Investments to Minimize Environmental Effects International Journal of Forest Engineering 51 The Analytic Hierarchy Process: A Tutorial for Use in Prioritizing Forest Road Investments to Minimize Environmental Effects ABSTRACT Elizabeth Dodson Coulter

More information

Multi-criteria multi-stakeholder decision analysis using a fuzzystochastic approach for hydrosystem management

Multi-criteria multi-stakeholder decision analysis using a fuzzystochastic approach for hydrosystem management doi:10.5194/piahs-364-464-2014 464 Evolving Water Resources Systems: Understanding, Predicting and Managing Water Society Interactions Proceedings of ICWRS2014, Bologna, Italy, June 2014 (IAHS Publ. 364,

More information

Fuzzy CBAM Based Software Architecture Evaluation

Fuzzy CBAM Based Software Architecture Evaluation Fuzzy CBAM Based Software Architecture Evaluation Dr. V.Govindasamy 1, V. Akila 2, Santhosh Kumar.C 3, Vinoth Kumar.V 3, Mohammed Thasleem 3, Iyanaar.M 3 Assistant Professor, Dept. of IT., Pondicherry

More information

Introduction. Analytical Hierarchy Process. Why AHP? 10/31/2011. The AHP is based on three principles: Decomposition of the decision problem

Introduction. Analytical Hierarchy Process. Why AHP? 10/31/2011. The AHP is based on three principles: Decomposition of the decision problem Introduction A multi-criteria decision making process. Analytical Hierarchy Process The analytical hierarchy process (AHP) is a comprehensive, logical and structured framework. 56:134 Process Engineering

More information

Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN 1, Zi-qi WEI 2, Chang-jun ZHOU 1,* and Bin WANG 1

Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN 1, Zi-qi WEI 2, Chang-jun ZHOU 1,* and Bin WANG 1 206 International Conference on Artificial Intelligence and Computer Science (AICS 206 ISBN: 978--60595-4-0 Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN, Zi-qi WEI

More information

Irrigation network design and reconstruction and its analysis by simulation model

Irrigation network design and reconstruction and its analysis by simulation model SSP - JOURNAL OF CIVIL ENGINEERING Vol. 9, Issue 1, 2014 DOI: 10.2478/sspjce-2014-0001 Irrigation network design and reconstruction and its analysis by simulation model Milan Čistý, Zbynek Bajtek, Anna

More information

Missouri River Basin Water Management

Missouri River Basin Water Management Missouri River Basin Water Management Spring 2011 Public Meetings April 12 th 11:00 a.m. Nebraska City, NE April 12 th 7:00 p.m. Fort Peck, MT April 13 th 1:00 p.m. Bismarck, ND April 13 th 7:00 p.m. Pierre,

More information

Optimization of Transmission Line Tower

Optimization of Transmission Line Tower Optimization of Transmission Line Tower S. Karthick 1, M.Venkatesh 2 Assistant Professor, Department of Civil Engineering, Valliammai Engineering College, Chennai, India 1 Assistant Professor, Department

More information

MISSOURI RIVER BASIN WATER MANAGEMENT SPRING 2018 PUBLIC MEETINGS

MISSOURI RIVER BASIN WATER MANAGEMENT SPRING 2018 PUBLIC MEETINGS MISSOURI RIVER BASIN WATER MANAGEMENT SPRING 2018 PUBLIC MEETINGS April 17 th 10:00 a.m. Smithville, MO April 17 th 4:00 p.m. Omaha, NE April 18 th 10:00 a.m. Pierre, SD April 18 th 6:00 p.m. Bismarck,

More information

Sensitivity Analysis Using Simple Additive Weighting Method

Sensitivity Analysis Using Simple Additive Weighting Method IJ Intelligent Systems and Applications, 2016, 5, 27-33 Published Online May 2016 in MECS (http://wwwmecs-pressorg/) DOI: 105815/ijisa20160504 Sensitivity Analysis Using Simple Additive Weighting Method

More information

Metaheuristics for Multiobjective Optimization

Metaheuristics for Multiobjective Optimization Metaheuristics for Multiobjective Optimization Carlos A. Coello Coello CINVESTAV-IPN Depto. de Computación Av. Instituto Politécnico Nacional No. 2508 Col. San Pedro Zacatenco México, D. F. 07300, MEXICO

More information

Operational Optimization of a Multipurpose Hydropower- Irrigation plant

Operational Optimization of a Multipurpose Hydropower- Irrigation plant Operational Optimization of a Multipurpose Hydropower- Irrigation plant PhD First year report Bassam BOU-FAKHREDDINE Supervisors: Dr. Imad MOUGHERBAL Dr. Sara ABOU-CHAKRA Dr. Alain FAYE Dr. Yann POULLET

More information

Tool for assessing potential for rehabilitation Work package 6

Tool for assessing potential for rehabilitation Work package 6 Urban River Basin Enhancement Methods Tool for assessing potential for rehabilitation Work package 6 MULTI-ATTRIBUTE DECISION MAKING AND COST-SHARING MODEL FOR THE GLINSCICA STREAM STUDY SITE UL FGG S.

More information

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Advanced OR and AI Methods in Transportation TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Maurizio BIELLI, Mariagrazia MECOLI Abstract. According to the new tendencies in marketplace, such as

More information

A Process Oriented Modeling Concept for Rich Vehicle Routing Problems

A Process Oriented Modeling Concept for Rich Vehicle Routing Problems Collaborative Research Center SFB559 Modeling of Large Logistic Networks Computer Science Algorithm Engineering A Process Oriented Modeling Concept for Rich Vehicle Routing Problems Andreas Reinholz VIP

More information

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 217 mssanz.org.au/modsim217 Stochastic Gradient Approach for Energy and Supply Optimisation in Water

More information

A Genetic Algorithm for a Bicriteria Supplier Selection Problem

A Genetic Algorithm for a Bicriteria Supplier Selection Problem A Genetic Algorithm for a Bicriteria Supplier Selection Problem Chuda Basnet Waikato Management School The University of Waikato Hamilton, New Zealand chuda@waikato.ac.nz Andres Weintraub Department of

More information

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6 Integre Technical Publishing Co., Inc. Pinedo July 9, 2001 4:31 p.m. front page v PREFACE xi 1 INTRODUCTION 1 1.1 The Role of Scheduling 1 1.2 The Scheduling Function in an Enterprise 4 1.3 Outline of

More information

Workshop on Particle Swarm Optimization and Evolutionary Computation (20-21 February 2018)

Workshop on Particle Swarm Optimization and Evolutionary Computation (20-21 February 2018) Table of Contents Tutorial: An introduction to nature-inspired metaheuristic algorithms 2 A multiobjective memetic algorithm based on particle swarm optimization 3 A novel discrete particle swarm optimization

More information

A Weighted Sustainability Index for Selection of Optimal Operating Plans

A Weighted Sustainability Index for Selection of Optimal Operating Plans 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 A Weighted Sustainability Index for Selection of Optimal Operating Plans

More information

Multi-Objective Generation Scheduling with Hybrid Energy Resources

Multi-Objective Generation Scheduling with Hybrid Energy Resources Clemson University TigerPrints All Dissertations Dissertations 12-2007 Multi-Objective Generation Scheduling with Hybrid Energy Resources Manas Trivedi Clemson University, mtrived@clemson.edu Follow this

More information

On of the major merits of the Flag Model is its potential for representation. There are three approaches to such a task: a qualitative, a

On of the major merits of the Flag Model is its potential for representation. There are three approaches to such a task: a qualitative, a Regime Analysis Regime Analysis is a discrete multi-assessment method suitable to assess projects as well as policies. The strength of the Regime Analysis is that it is able to cope with binary, ordinal,

More information

Research on the Support Model of Large Equipment Emergency Spare Parts under Fuzzy Demand

Research on the Support Model of Large Equipment Emergency Spare Parts under Fuzzy Demand Journal of Industrial Engineering and Management JIEM, 2015 8(3): 658-673 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1372 Research on the Support Model of Large Equipment

More information

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Optimizing

More information

Best Suitable Cogeneration Power for Factories from Multi-Objective Data Analysis

Best Suitable Cogeneration Power for Factories from Multi-Objective Data Analysis BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 14, No 4 Sofia 2014 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2014-0009 Best Suitable Cogeneration Power

More information

Introduction. Key Words: Analytic Hierarchy Process (AHP), Fuzzy AHP, Criteria weightings, Decisionmaking

Introduction. Key Words: Analytic Hierarchy Process (AHP), Fuzzy AHP, Criteria weightings, Decisionmaking Application of AHP and Fuzzy AHP to Decision-Making Problems in Construction Sangwook Lee, Ph.D. University of Wisconsin-Platteville Platteville, Wisconsin The approach to selecting key factors has been

More information

AN INTEGRATED OPTIMIZATION MODEL FOR DISTRIBUTION CENTER LOCATION WITH CONSIDERATIONS OF POPULATION AND INCOME

AN INTEGRATED OPTIMIZATION MODEL FOR DISTRIBUTION CENTER LOCATION WITH CONSIDERATIONS OF POPULATION AND INCOME AN INTEGRATED OPTIMIZATION MODEL FOR DISTRIBUTION CENTER LOCATION WITH CONSIDERATIONS OF POPULATION AND INCOME Aditi Dwivedi, Department of Industrial and Systems Engineering Ohio University, Athens, Ohio

More information

GENETIC ALGORITHM A NOBLE APPROACH FOR ECONOMIC LOAD DISPATCH

GENETIC ALGORITHM A NOBLE APPROACH FOR ECONOMIC LOAD DISPATCH International Journal of Engineering Research and Applications (IJERA) ISSN: 48-96 National Conference on Emerging Trends in Engineering & Technology (VNCET-30 Mar 1) GENETIC ALGORITHM A NOBLE APPROACH

More information

A NOVEL MULTIOBJECTIVE OPTIMIZATION ALGORITHM, MO HSA. APPLICATION ON A WATER RESOURCES MANAGEMENT PROBLEM

A NOVEL MULTIOBJECTIVE OPTIMIZATION ALGORITHM, MO HSA. APPLICATION ON A WATER RESOURCES MANAGEMENT PROBLEM A NOVEL MULTIOBJECTIVE OPTIMIZATION ALGORITHM, MO HSA. APPLICATION ON A WATER RESOURCES MANAGEMENT PROBLEM I. Kougias 1, L. Katsifarakis 2 and N. Theodossiou 3 Division of Hydraulics and Environmental

More information

Evaluating effects of actions across a range of uncertainty: approaches to evidence assessment in the Missouri River Recovery Program

Evaluating effects of actions across a range of uncertainty: approaches to evidence assessment in the Missouri River Recovery Program Evaluating effects of actions across a range of uncertainty: approaches to evidence assessment in the Missouri River Recovery Program KATE E. BUENAU 1, ROBERT B. JACOBSON 2, RONALD M. THOM 1 1 Pacific

More information

CONTROL OF PITCH ANGLES TO OPTIMIZE THE AERODYNAMIC USING PARTICLE SWARM OPTIMIZATION

CONTROL OF PITCH ANGLES TO OPTIMIZE THE AERODYNAMIC USING PARTICLE SWARM OPTIMIZATION CONTROL OF PITCH ANGLES TO OPTIMIZE THE AERODYNAMIC USING PARTICLE SWARM OPTIMIZATION BELGHAZI OUISSAM, DOUIRI MOULAY RACHID CHERKAOUI MOHAMED Abstract The main objective of this paper is to maximize the

More information

U.S. Army Corps of Engineers Institute for Water Resources. IWR Planning Suite MCDA Module User s Guide

U.S. Army Corps of Engineers Institute for Water Resources. IWR Planning Suite MCDA Module User s Guide U.S. Army Corps of Engineers Institute for Water Resources IWR Planning Suite MCDA Module User s Guide March, 2012 Views, opinions and/or findings contained in this report are those of the author(s) and

More information

COMPARATIVE STUDY OF INVENTORY CLASSIFICATION (CASE STUDY: AN AFTER-SALES SERVICES COMPANY RELATED TO HEPCO COMPANY)

COMPARATIVE STUDY OF INVENTORY CLASSIFICATION (CASE STUDY: AN AFTER-SALES SERVICES COMPANY RELATED TO HEPCO COMPANY) COMPARATIVE STUDY OF INVENTORY CLASSIFICATION (CASE STUDY: AN AFTER-SALES SERVICES COMPANY RELATED TO HEPCO COMPANY) *Mohammad Ali Keramati and Najmialsadat Mohajerani Islamic Azad University, Arak branch,

More information