Sustainable sequencing of N jobs on one machine: a fuzzy approach

Size: px
Start display at page:

Download "Sustainable sequencing of N jobs on one machine: a fuzzy approach"

Transcription

1 44 Int. J. Services and Operations Management, Vol. 15, No. 1, 2013 Sustainable sequencing of N jobs on one machine: a fuzzy approach Sanjoy Kumar Paul Department of Industrial and Production Engineering, Bangladesh University of Engineering and Technology (BUET), Dhaka 1000, Bangladesh sanjoy@ipe.buet.ac.bd Abstract: Sequencing of jobs on one machine is a very common problem in scheduling. Several factors have to be taken into consideration to make the sequencing more realistic. In this paper, a fuzzy inference system is developed to tackle the uncertainty of variables in a sequencing problem. Arrival order, processing time, due date, slack time remaining, critical ratio, queue ratio and slack time remaining per operation, are considered as input variables and priority of jobs is considered as output variable. Multiple objectives are fulfilled as priority is obtained from the aggregated optimised result of individual rule developed in a rule editor. A job with higher priority is given more preferences in sequencing. MATLAB fuzzy logic toolbox is used to develop the model. A numerical example is presented to explain the approach. Keywords: sequencing; scheduling; fuzzy inference system; FIS; MATLAB fuzzy logic toolbox. Reference to this paper should be made as follows: Paul, S.K. (2013) Sustainable sequencing of N jobs on one machine: a fuzzy approach, Int. J. Services and Operations Management, Vol. 15, No. 1, pp Biographical notes: Sanjoy Kumar Paul is an Assistant Professor in the Department of Industrial and Production Engineering, Bangladesh University of Engineering and Technology (BUET), Bangladesh. His research interest includes applications of artificial intelligence in industrial engineering problems, simulation and modelling. 1 Introduction Sequencing is the order of processing of jobs on a machine to meet the objectives of scheduling. There are several objectives in real life sequencing problem which should be fulfilled. Minimisation of processing time (PT), meet the due date (DD), minimisation of slack time remaining (STR), meet the planned queue time etc. are several objectives, which have to be taken into consideration to make the sequencing more realistic. Multiple objectives should be considered to make the sequence sustainable. Typical scenario of processing of N jobs on one machine is presented in Figure 1. There are N number of jobs which to be processed on single machine to meet the objectives. Copyright 2013 Inderscience Enterprises Ltd.

2 Sustainable sequencing of N jobs on one machine 45 Figure 1 Scenario of processing of n jobs on one machine Job 1 Meet the objectives Job2 Job 3 Machine Completed jobs Job N There are several jobs which to be processed on single machine to complete finished jobs. The main problem is to determine the order of processing in sequencing. It is a really difficult task to satisfy all the objectives at one time. Previously, the expected makespan was minimised for sequencing jobs on a machine (Chakravarty and Balakrislman, 1997), the number of late jobs was minimised for sequencing of jobs on single machine (Moore, 1968; Maxwell, 1970), total penalty costs resulting from tardiness of jobs were minimised for scheduling N jobs on single machine (Shwimer, 1972). Forst (1993) minimised the sum of the total weighted job earliness and the total weighted job tardiness on one machine, when the job PTs are independent and identically distributed random variables. El-Bouri et al. (2000) presented an approach for single machine job sequencing problems that minimises a cost function exhibiting a limited exponential behaviour. Emmons (1975) considered sequencing n jobs on one machine under the multiple objectives of minimising mean flow time with the minimum number of tardy jobs. Tavakkoli-Moghaddam et al. (2006) minimised the sum of maximum earliness and tardiness to find optimal sequence. Koulamas (2005) studied and formulated as linear programming problems inverse scheduling problems with objective is to determine the minimal perturbation to the job parameters (e.g., PTs) so that the given sequence becomes optimal with respect to a pre-selected objective function. Cheng et al. (2011) considered a single-machine scheduling problem with deteriorating jobs and setup times to minimise the maximum tardiness. Lee and Kim (2012) focused on the problem of scheduling jobs on a single machine that requires periodic maintenance with the objective of minimising the number of tardy jobs. Xia et al. (2008) considered DD assignment and sequencing for multiple jobs in a single machine shop to minimise a linear combination penalty on job earliness, penalty on job tardiness and penalty associated with long DD assignment. Fuzzy logic was applied in some other problems. Paul and Azeem (2011) applied fuzzy logic to find optimal number of shifts in production. Alvisi et al. (2006) applied fuzzy logic to solve forecasting problem. Work in process inventory was minimised in a hybrid flow shop scheduling using fuzzy logic by Paul and Azeem (2010). Ma and Ojala (2006) used fuzzy logic to quantitatively benchmark the effect of collaboration in supply chain.

3 46 S.K. Paul Fuzzy logic is able to take several inputs at a time to fulfil multiple objectives and also tackle uncertainty of variables. No work has been found so far to find out a sustainable sequencing for N jobs one machine problem using fuzzy logic. This paper focuses on to determine a sustainable sequencing to meet multiple objectives with considering fuzziness of PT, DD, STR, critical ratio (CR), queue ratio (QR) and slack time remaining per operation (STRPO) as input variables and priority of job as output variable. 2 Fuzzy inference system Fuzzy inference system (FIS) is an optimisation technique which considers different inputs and relates those inputs with output with some rules. Rules indicate the relationship between inputs and outputs. The output is optimised based on relationship between variables. The final output is obtained from the aggregated optimised result of individual rule. Fuzzy set theory was originally presented by Zadeh (1965) in his seminal paper fuzzy sets in Information and Control. Fuzzy logic was developed later from fuzzy set theory primary to reason with uncertain and vague information and secondary to represent knowledge in operationally powerful form (Frantti and Mähönen, 2001). Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can be made, or patterns discerned. There are two types of FISs that can be implemented in fuzzy logic toolbox: Mamdani-type and Sugeno-type. These two types of inference systems vary somewhat in the way outputs are determined. Because of its multidisciplinary nature, FISs are associated with a number of names, such as fuzzy-rule-based systems, fuzzy expert systems, fuzzy modelling, fuzzy associative memory, fuzzy logic controllers, and simply (and ambiguously) fuzzy systems. Mamdani s fuzzy inference method is the most commonly seen fuzzy methodology. Mamdani s method was among the first control systems built using fuzzy set theory. It was proposed by Mamdani and Assilian (1975) as an attempt to control a steam engine and boiler combination by synthesising a set of linguistic control rules obtained from experienced human operators. Mamdani-type inference, as defined for fuzzy logic toolbox, expects the output membership functions to be fuzzy sets. After the aggregation process, there is a fuzzy set for each output variable that needs defuzzification. It is possible, and in many cases much more efficient, to use a single spike as the output membership functions rather than a distributed fuzzy set. This type of output is sometimes known as a singleton output membership function, and it can be thought of as a pre-defuzzified fuzzy set. It enhances the efficiency of the defuzzification process because it greatly simplifies the computation required by the more general Mamdani method, which finds the centroid of a two-dimensional function. Rather than integrating across the two-dimensional function to find the centroid, the weighted average of a few data points is used. Sugeno-type systems support this type of model. In general, Sugeno-type systems can be used to model any inference system in which the output membership functions are either linear or constant. In fuzzy logic toolbox, there are five parts of the fuzzy inference process: fuzzification of the input variables, application of the fuzzy operator (AND or OR) in the antecedent, implication from the antecedent to the consequent, aggregation of the

4 Sustainable sequencing of N jobs on one machine 47 consequents across the rules, and defuzzification. These sometimes cryptic and odd names have very specific meaning that is defined in the following steps. 2.1 Step I: fuzzification of inputs The first step is to take the inputs and determine the degree to which they belong to each of the appropriate fuzzy sets via membership functions. In fuzzy logic toolbox, the input is always a crisp numerical value limited to the universe of discourse of the input variable and the output is a fuzzy degree of membership in the qualifying linguistic set. Fuzzification of the input amounts to either a table lookup or a function evaluation. Each input is fuzzified over all the qualifying membership functions required by the rules. 2.2 Step II: application of fuzzy operator After the inputs are fuzzified, the degree to which each part of the antecedent is satisfied for each rule is known. If the antecedent of a given rule has more than one part, the fuzzy operator is applied to obtain one number that represents the result of the antecedent for that rule. This number is then applied to the output function. The input to the fuzzy operator is two or more membership values from fuzzified input variables. The output is a single truth value. Any number of well-defined methods can fill in for the AND operation or the OR operation. In fuzzy logic toolbox, two built-in AND methods are supported: min (minimum) and prod (product). Two built-in OR methods are also supported: max (maximum), and probor (probabilistic OR) method. 2.3 Step III: implication method Before applying the implication method, the rule s weight is determined. Every rule has a weight between 0 and 1, which is applied to the number given by the antecedent. Generally, this weight is 1 and thus has no effect at all on the implication process. From time to time you may want to weight one rule relative to the others by changing its weight value to something other than 1. After proper weighting has been assigned to each rule, the implication method is implemented. A consequent is a fuzzy set represented by a membership function, which weights appropriately the linguistic characteristics that are attributed to it. The consequent is reshaped using a function associated with the antecedent (a single number). The input for the implication process is a single number given by the antecedent, and the output is a fuzzy set. Implication is implemented for each rule. Two built-in methods are supported, and they are the same functions that are used by the AND method: min (minimum), which truncates the output fuzzy set and prod (product), which scales the output fuzzy set. 2.4 Step IV: aggregation of all outputs Because decisions are based on the testing of all of the rules in a FIS, the rules must be combined in some manner in order to make a decision. Aggregation is the process by which the fuzzy sets that represent the outputs of each rule are combined into a single fuzzy set. Aggregation only occurs once for each output variable, just prior to the fifth and final step, defuzzification. The input of the aggregation process is the list of truncated output functions returned by the implication process for each rule. The output of the

5 48 S.K. Paul aggregation process is one fuzzy set for each output variable. As long as the aggregation method is commutative (which it always should be), then the order in which the rules are executed is unimportant. Three built-in methods are supported: max (maximum), probor (probabilistic OR) and sum (simply the sum of each rule s output set). 2.5 Step V: defuzzification The input for the defuzzification process is a fuzzy set (the aggregate output fuzzy set) and the output is a single number. As much as fuzziness helps the rule evaluation during the intermediate steps, the final desired output for each variable is generally a single number. However, the aggregate of a fuzzy set encompasses a range of output values, and so must be defuzzified in order to resolve a single output value from the set. Perhaps the most popular defuzzification method is the centroid calculation, which returns the centre of area under the curve. There are five built-in methods supported: centroid, bisector, middle of maximum (the average of the maximum value of the output set), largest of maximum, and smallest of maximum. Figure 2 presents the description of FIS. Figure 2 Fuzzy inference system

6 Sustainable sequencing of N jobs on one machine 49 The fuzzy inference diagram is the composite of all the smaller diagrams presented so far in this section. It simultaneously displays all parts of the fuzzy inference process. Information flows through the fuzzy inference diagram is shown in Figure 3. In Figure 3, the flow proceeds up from the inputs in the lower left, then across each row, or rule, and then down the rule outputs to finish in the lower right. This compact flow shows everything at once, from linguistic variable fuzzification all the way through defuzzification of the aggregate output. Figure 3 Interpretation of fuzzy inference diagram 3 Fuzzy approach in sequencing Fuzzy logic is applied in this research to calculate the priority of jobs to determine sequence of jobs to be processed on one machine. Arrival order (AO), PT, DD, STR, CR, QR and STRPO of jobs are taken into considerations as input variables to calculate priority of jobs which is the output of the FIS. The fuzzy approach of sequencing can be presented in Figure 4. Seven variables are considered as fuzzy inputs and one variable is considered as output of fuzzy approach. While generating the fuzzy model s linguistic variables, variation of each input and output is used for designing the system. AO is one of the input which linguistic variables are 1st, 2nd, 3rd, 4th and so on. Linguistic variables for other input variables are very low, low, average, high and very high. Linguistic variables for output are very very low, very low, low, average, high, very high and very very high. Variation of input variables is shown in Table 1 and variation of output variable is shown in Table 2. For Gaussian membership function data is given as (standard deviation, mean) and for triangular membership function data is given as a triplet (a 1, a 2, a 3 ).

7 50 S.K. Paul Figure 4 Fuzzy approach for proposed sequencing of n jobs on one machine Arrival order (AO) Processing time (PT) Due date (DD) Slack time remaining (STR) Critical ratio (CR) Fuzzification of the input through the fuzzy set and membership function Evaluation of pertinent rules from the rule base Defuzzification Priority of jobs (P) Queue ratio (QR) Slack time remaining per operation (STRPO) Table 1 Variation for input linguistic variables Input variable Processing time Type of membership function Very low Low Average High Very high Gaussian [0.7, 3] [0.7, 6.5] [0.7, 10.5] [0.7, 14] [0.7, 18] Due date Gaussian [1.2, 4] [1.2, 9] [1.2, 14] [1.2, 20] [1.2, 26] Slack time remaining (STR) Gaussian [0.6, 2] [0.6, 5] [0.6, 8] [0.6, 11] [0.6, 13.5] Critical ratio Triangular [0, 0.2, 0.4] [0.25, 0.62, 0.9] [0.7, 1.15, 1.5] [1.2, 1.7, 2.4] [2, 2.5, 3] Queue ratio Triangular [0, 0.5, 1.2] [1, 1.5, 2.2] [2, 2.5, 3.2] [3, 3.5, 4.2] [4, 4.5, 5] STR per operation Triangular [0, 0.25, 0.5] [0.4, 0.8, 1.2] [1.1, 1.7, 2.2] [2.1, 2.6, 3.2] [3, 3.5, 4] Table 2 Variation for output linguistic variables Output variable Membership function Very very low Very low Low Average High Very high Very very high Job priority Triangular [0.0, 0.075, 0.15] [0.11, 0.20, 0.28] [0.24, 0.33, 0.40] [0.37, 0.48, 0.58] [0.54, 0.63, 0.72] [0.6, 0.75, 0.84] [0.8, 0.9, 1.0]

8 Sustainable sequencing of N jobs on one machine 51 After examining the linguistic variables, membership functions are determined and entered into MATLAB fuzzy toolbox. The FIS for input and output variables is shown in Figure 5. Inputs variables are shown in the left side and output variable is shown in the right side of Figure 5. Mamdani type FIS is considered in this research. Figure 5 FIS model for job priority in sequencing (see online version for colours) STRperOperation The membership function and the linguistic variables of input and output variables are entered in MATLAB fuzzy toolbox membership function editor. Gaussian membership functions are considered for each linguistic variables of fuzzy PT, DD and STR input variables and triangular membership functions are considered for each linguistic variables of CR, QR and slack time per operation input variables and priority of job output variable. Figure 6 represents the membership function and linguistic variables for input PT. Gaussian membership function and linguistic variables are entered for other input variables DD and STR. Triangular membership function and linguistic variables are entered for input variables CR, QR, STRPO and output variable job priority. Membership functions and linguistic variables for input CR and output job priority are shown in Figure 7 and Figure 8 respectively.

9 52 S.K. Paul Figure 6 Membership function for PT (see online version for colours) Figure 7 Membership function for CR (see online version for colours) Figure 8 Membership function for job priority (see online version for colours)

10 Sustainable sequencing of N jobs on one machine 53 After determination of membership functions and linguistic variables for each input and output, the rules are designated and written in MATLAB Fuzzy Toolbox for evaluation. And after the needed data are entered, inputs are solved according to changing input positions for solving of fuzzified systems. Total 152 rules are developed with the help of MATLAB Fuzzy Toolbox Rule Editor. Two examples of rules are given here. 1 if (AO is 1st) and (PT is very low) and (DD is very low) and (STR is very low) and (CR is very low) and (QR is very low) and (STRPO is very low) then (priority is very very high) 2 If (AO is 5th) and (PT is average) and (DD is average) and (STR is average) and (CR is average) and (QR is average) and (STRPO is average) then (priority is average). In proposed fuzzy approach, min, max and min operator are considered as AND, OR and implication method respectively and sum and bisector operator are proposed for aggregation and defuzzification respectively. The properties of proposed fuzzy approach for sequencing of jobs on one machine are summarised as shown in Table 3. Table 3 Object model Inputs Summery of proposed fuzzy approach Sequencing of jobs [AO, PT, DD, STR, CR, QR, STRPO] Output [P] Number of inputs 7 Number of output 1 Types of FISs Mamdani-type AND method min OR method max Implication method min Aggregation Sum Defuzzification Bisector Membership function Gaussian and triangular Number of rules Result analysis A case study is presented to analyse the result from fuzzy approach of sequencing. In this case study, total ten jobs have to be processed on one machine. Information about jobs is given in Table 4. Information about jobs in Table 4 is given as input in rule viewer of Fuzzy logic toolbox. For each job, AO, PT, DD, STR, CR, QR and STRPO are given as input and priority of each job is obtained as output from rule viewer. Priority is obtained from the aggregated optimised result of individual rule developed in rule editor. Table 5 shows the priority of each job obtained from FIS. As job A has obtained highest priority, it will be processed first and Job J has obtained lowest priority, it will be processed last. The position of jobs in the sequence is also presented in Table 5.

11 54 S.K. Paul Table 4 Information about jobs in sequencing Job Arrival order Processing time (days) Due date (days) Slack time remaining (days) Critical ratio Queue ratio STR per operation A B C D E F G H I J Table 5 Priority of jobs and position in sequencing Job Priority Position in sequencing A B C D E F G H I J In this study, seven input parameters are considered to find priority of jobs. Input parameters have some relationship with output. Changes of priority with two input parameters are studied by surface analysis obtained from fuzzy surface viewer. Figure 9 shows the surface analysis which presents the changes of priority with two input parameters. From Figure 9, generally it can be said that with increasing the value of inputs, priority of jobs is decreased. Highest priority is obtained from the information of job A and lowest priority is obtained for job J using rule viewer of Fuzzy Logic Toolbox. Position in sequencing is determined as higher value of priority is given more preferences. Rule viewer of job A is shown in Figure 10. Values of seven inputs are given in fuzzy rule viewer and priority is obtained from the aggregated optimised result of individual rule. From Figure 10, priority value of job A is obtained Similarly priority value is obtained for other jobs which are shown in Table 5. Finally sustainable job sequence of processing obtained from result of FIS is A-B-C-D-I-F-G-E-H-J.

12 Sustainable sequencing of N jobs on one machine 55 Figure 9 Changes of priority of jobs with two input parameters, (a) changes of priority with PT and DD (b) changes of priority with PT and STR (c) changes of priority with PT and QR (d) changes of priority with DD and STRPO (e) changes of priority with DD and QR (f) changes of priority with STR and STRPO (a) (b) (c) (d) (e) (f)

13 56 S.K. Paul Figure 10 Rule viewer of fuzzy logic toolbox for job A (see online version for colours) 5 Conclusions Objective of this research is to determine a sustainable sequence to fulfil multiple objectives. Fuzzy logic is applied to tackle uncertainty of variables and to consider multiple inputs at a time. Objectives from input variables named AO, PT, DD, STR, CR, QR and STRPO are considered to determine the sequencing order. Fuzzy rules are developed to satisfy multiple objectives. Finally a sustainable sequence is obtained from fuzzy rule viewer to process N jobs on one machine. This fuzzy approach can be applied in real life N jobs on single machine scheduling problem to tackle the fuzziness nature of variables and fulfil multiple objectives. This research can be extended considering some other variables and some other type of membership functions such as trapezoidal or sigmoid membership functions. Acknowledgements The author expresses his sincere gratitude and thanks to reviewers for their constructive and helpful comments and suggestions to improve the manuscript.

14 Sustainable sequencing of N jobs on one machine 57 References Alvisi, S., Mascellani, G., Franchini, M. and Bardossy, A. (2006) Water level forecasting through fuzzy logic and artificial neural network approaches, Hydrology and Earth System Sciences, Vol. 10, No. 1, pp Chakravarty, A.K. and Balakrislman, N. (1997) Job sequencing rules for minimising the expected makespan in flexible machines, European Journal of Operational Research, Vol. 96, No. 2, pp Cheng, T.C.E., Hsu, C.J., Huang, Y.C. and Lee, W.C. (2011) Single-machine scheduling with deteriorating jobs and setup times to minimise the maximum tardiness, Computers and Operations Research, Vol. 38, No. 12, pp El-Bouri, A., Balakrishnan, S. and Popplewell, N. (2000) Sequencing jobs on a single machine: a neural network approach, European Journal of Operational Research, Vol. 126, No. 3, pp Emmons, H. (1975) One machine sequencing to minimise mean flow time with minimum number tardy, Naval Research Logistics Quarterly, Vol. 22, No. 3, pp Forst, F.G. (1993) Stochastic sequencing on one machine with earliness and tardiness penalties, Probability in the Engineering and Informational Sciences, Vol. 7, No. 2, pp Frantti, T. and Mahonen, P. (2001) Fuzzy logic-based forecasting model, Engineering Applications of Artificial Intelligence, Vol. 14, No. 2, pp Koulamas, C. (2005) Inverse scheduling with controllable job parameters, International Journal of Services and Operations Management, Vol. 1, No. 1, pp Lee, J.Y. and Kim, Y.D. (2012) Minimising the number of tardy jobs in a single-machine scheduling problem with periodic maintenance, Computers and Operations Research, Vol. 39, No. 9, pp Ma, H. and Ojala, L. (2006) Benchmarking the collaboration in the supply chain, International Journal of Services and Operations Management, Vol. 2, No. 4, pp Mamdani, E.H. and Assilian S. (1975) An experiment in linguistic synthesis with a fuzzy logic controller, International Journal of Man-Machine Studies, Vol. 7, No. 1, pp Maxwell, W.L. (1970) On sequencing n jobs on one machine to minimise the number of late jobs, Management Science, Vol. 16, No. 5, pp Moore, J.M. (1968) An n job, one machine sequencing algorithm for minimising the number of late jobs, Management Science, Vol. 15, No. 1, pp Paul, S.K. and Azeem, A. (2010) Minimisation of work in process inventory in hybrid flow shop scheduling using fuzzy logic, International Journal of Industrial Engineering: Theory, Applications and Practice, Vol.17, No. 2, pp Paul, S.K. and Azeem, A. (2011) Selection of the optimal number of shifts in fuzzy environment: manufacturing company s facility application, Journal of Industrial Engineering and Management, Vol. 3, No. 1, pp Shwimer, J. (1972) On the N-job, one-machine, sequence-independent scheduling problem with tardiness penalties: a branch-bound solution, Management Science, Vol. 18, No. 6, pp.b301 B313. Tavakkoli-Moghaddam, R., Moslehi, G., Vasei, M. and Azaron, A. (2006) A branch-and-bound algorithm for a single machine sequencing to minimise the sum of maximum earliness and tardiness with idle insert, Applied Mathematics and Computation, Vol. 174, No. 1, pp Xia, Y., Chen, B. and Yue, J. (2008) Job sequencing and due date assignment in a single machine shop with uncertain processing times, European Journal of Operational Research, Vol. 184, No. 1, pp Zadeh, L.A. (1965) Fuzzy sets, Information and Control, Vol. 8, No. 3, pp

Weighting Suppliers Using Fuzzy Inference System and Gradual Covering in a Supply Chain Network

Weighting Suppliers Using Fuzzy Inference System and Gradual Covering in a Supply Chain Network Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Weighting Suppliers Using Fuzzy Inference System and Gradual Covering

More information

A New Method for Modeling System Dynamics by Fuzzy Logic: Modeling of Research and Development in the National System of Innovation

A New Method for Modeling System Dynamics by Fuzzy Logic: Modeling of Research and Development in the National System of Innovation Hassan Youssefi, Vahid Saeid Nahaei, Javad Nematian/ TJMCS Vol.2 No.1 (2011) 88-99 The Journal of Mathematics and Computer Science Available online at http://www.tjmcs.com The Journal of Mathematics and

More information

Average Span & Comment Ratio for Maintenance of Model Using Fuzzy Technique

Average Span & Comment Ratio for Maintenance of Model Using Fuzzy Technique Average Span & Comment Ratio for Maintenance of Model Using Fuzzy Technique *Rupali Malhotra & **Naveen Jindal *Head, Department of Computer Sciences & Engineering, Sat Priya Group of Institutions, Rohtak,

More information

UTM. Evaluation of Knowledge Management Processes using Fuzzy Logic. Kuan Yew Wong, PhD UNIVERSITI TEKNOLOGI MALAYSIA

UTM. Evaluation of Knowledge Management Processes using Fuzzy Logic. Kuan Yew Wong, PhD UNIVERSITI TEKNOLOGI MALAYSIA UTM UNIVERSITI TEKNOLOGI MALAYSIA Evaluation of Knowledge Management Processes using Fuzzy Logic Kuan Yew Wong, PhD UTM UNIVERSITI TEKNOLOGI MALAYSIA INTRODUCTION Knowledge - One of the most important

More information

A fuzzy inference expert system to support the decision of deploying a military naval unit to a mission

A fuzzy inference expert system to support the decision of deploying a military naval unit to a mission A fuzzy inference epert system to support the decision of deploying a military naval unit to a mission Giuseppe Aiello 1, Antonella Certa 1 and Mario Enea 1 1 Dipartimento di Tecnologia Meccanica, Produzione

More information

CHAPTER VI FUZZY MODEL

CHAPTER VI FUZZY MODEL CHAPTER VI This chapter covers development of a model using fuzzy logic to relate degree of recording/evaluation with the effectiveness of financial decision making and validate the model vis-à-vis results

More information

CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION

CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION CHAPTER 3 FUZZY LOGIC BASED FRAMEWORK FOR SOFTWARE COST ESTIMATION The Fuzzy Logic System is one of the main components of soft computing, the field in computer science that deals with imprecision, uncertainty,

More information

Determination of Routing and Sequencing in a Flexible Manufacturing System Based on Fuzzy Logic

Determination of Routing and Sequencing in a Flexible Manufacturing System Based on Fuzzy Logic Determination of Routing and Sequencing in a Flexible Manufacturing System Based on Fuzzy Logic Pramot Srinoi 1* and Somkiat Thermsuk 2 Abstract This paper is concerned with scheduling in Flexible Manufacturing

More information

Fuzzy Logic based Short-Term Electricity Demand Forecast

Fuzzy Logic based Short-Term Electricity Demand Forecast Fuzzy Logic based Short-Term Electricity Demand Forecast P.Lakshmi Priya #1, V.S.Felix Enigo #2 # Department of Computer Science and Engineering, SSN College of Engineering, Chennai, Tamil Nadu, India

More information

ICMIEE-PI A Case Study of Appropriate Supplier Selection of RFL industry by using Fuzzy Inference System (FIS)

ICMIEE-PI A Case Study of Appropriate Supplier Selection of RFL industry by using Fuzzy Inference System (FIS) International Conference on Mechanical, Industrial and Energy Engineering 2014 25-26 December, 2014, Khulna, BANGLADESH ICMIEE-PI-14034510 000 A Case Study of Appropriate Supplier Selection of RFL industry

More information

International Conference on Management Science and Management Innovation (MSMI 2014)

International Conference on Management Science and Management Innovation (MSMI 2014) International Conference on Management Science and Management Innovation (MSMI 2014) A Fuzzy Approach for the Evaluation of Accounting Information Quality under Big Data Environmental Case Study from China

More information

PERFORMANCE APPRAISAL USING BASIC T- NORMS BY SOFTWARE FUZZY ALGORITHM

PERFORMANCE APPRAISAL USING BASIC T- NORMS BY SOFTWARE FUZZY ALGORITHM International Journal of Scientific and Research Publications, Volume 6, Issue 6, June 206 434 PERFORMANCE APPRAISAL USING BASIC T- NORMS BY SOFTWARE FUZZY ALGORITHM Dr. G.Nirmala *, G.Suvitha ** * Principal,

More information

FACILITIES' CLOSENESS RELATIONSHIPS. The objective function in site layout planning is to minimize the total travel distance

FACILITIES' CLOSENESS RELATIONSHIPS. The objective function in site layout planning is to minimize the total travel distance FACILITIES' CLOSENESS RELATIONSHIPS The objective function in site layout planning is to minimize the total travel distance within the site, which is a direct function of the desired closeness relationship

More information

Use of fuzzy demand to obtain optimal order size through Dynamic Programming

Use of fuzzy demand to obtain optimal order size through Dynamic Programming Use of fuzzy demand to obtain optimal order size through Dynamic Programming Priyanka Verma a, Aurobindo Parida b, and Neha Uttam c a Assistant Professor, National Institute of Industrial Engineering (NITIE),

More information

Assessing Sustainability in Manufacturing using a Fuzzy Expert System

Assessing Sustainability in Manufacturing using a Fuzzy Expert System 2012 Third International Conference on Innovations in Bio-Inspired Computing and Applications Assessing Sustainability in Manufacturing using a Fuzzy Expert System Swee S. Kuik, Sev V. Nagalingam & Yousef

More information

A Fuzzy Inference System Approach for Knowledge Management Tools Evaluation

A Fuzzy Inference System Approach for Knowledge Management Tools Evaluation 2010 12th International Conference on Computer Modelling and Simulation A Fuzzy Inference System Approach for Knowledge Management Tools Evaluation Ferdinand Murni H School of Computer Sciences, Universiti

More information

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN

ADAPTIVE NEURO FUZZY INFERENCE SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN 3 st October 24. Vol. 68 No.3 25-24 JATIT & LLS. All rights reserved. ADAPTIVE NEURO FUZZY INFEREN SYSTEM FOR MONTHLY GROUNDWATER LEVEL PREDICTION IN AMARAVATHI RIVER MINOR BASIN G. R. UMAMAHESWARI, 2

More information

Towards Usage Policies for Fuzzy Inference Methodologies for Trust and QoS Assessment

Towards Usage Policies for Fuzzy Inference Methodologies for Trust and QoS Assessment Towards Usage Policies for Fuzzy Inference Methodologies for Trust and QoS Assessment Stefan Schmidt, Robert Steele, Tharam Dillon University of Technology, Sydney, PO Box 123 Broadway NSW 2007 Australia

More information

BUFFER EVALUATION FOR DEMAND VARIABILITY USING FUZZY LOGIC

BUFFER EVALUATION FOR DEMAND VARIABILITY USING FUZZY LOGIC 255 BUFFER EVALUATION FOR DEMAND VARIABILITY USING FUZZY LOGIC Chien-Ho Ko 1 ABSTRACT Precast fabricators face numerous challenges as they strive for business success. Among them, demand variability is

More information

OPTIMIZING SUPPLIER SELECTION USING ARTIFICIAL INTELLIGENCE TECHNIQUE IN A MANUFACTURING FIRM

OPTIMIZING SUPPLIER SELECTION USING ARTIFICIAL INTELLIGENCE TECHNIQUE IN A MANUFACTURING FIRM OPTIMIZING SUPPLIER SELECTION USING ARTIFICIAL INTELLIGENCE TECHNIQUE IN A MANUFACTURING FIRM Mohit Deswal 1, S.K. Garg 2 1 Department of applied sciences, MSIT, Janakpuri, New Delhi 2 Department of mechanical

More information

Fuzzy Logic Model to Quantify Risk Perception

Fuzzy Logic Model to Quantify Risk Perception Fuzzy Logic Model to Quantify Risk Perception Julia Bukh a, Phineas Dickstein a,b, a Quality Assurance and Reliability, Technion, Israel Institute of Technology, Haifa 32000, Israel b Soreq Nuclear Research

More information

FUZZY BASED EXPERT SYSTEM FOR RENEWABLE ENERGY MANAGEMENT

FUZZY BASED EXPERT SYSTEM FOR RENEWABLE ENERGY MANAGEMENT FUZZY BASED EXPERT SYSTEM FOR RENEWABLE ENERGY MANAGEMENT Alexandre BARIN Luciane CANHA Alzenira ABAIDE CEESP/UFSM - Brazil CEESP/UFSM - Brazil CEESP/UFSM - Brazil chbarin@gmail.com lucianecanha@gmail.com

More information

APPLICATION OF A FUZZY-SIMULATION MODEL OF SCHEDULING ROBOTIC FLEXIBLE ASSEMBLY CELLS

APPLICATION OF A FUZZY-SIMULATION MODEL OF SCHEDULING ROBOTIC FLEXIBLE ASSEMBLY CELLS Journal of Computer Science 9 (12): 1769-1777, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1769.1777 Published Online 9 (12) 2013 (http://www.thescipub.com/jcs.toc) APPLICATION OF A FUZZY-SIMULATION

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 )

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 1059 1063 2 nd World Conference On Business, Economics And Management - WCBEM 2013 * Abstract

More information

ModelingandSchedulingofMultiStageandMultiProcessorFlowShop

ModelingandSchedulingofMultiStageandMultiProcessorFlowShop Global Journal of Management and Business Research: A Administration and Management Volume 16 Issue 11 Version 1.0 Year 2016 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global

More information

Zombie Infection Warning System Based on Fuzzy Logic

Zombie Infection Warning System Based on Fuzzy Logic Zombie Infection Warning System Based on Fuzzy Logic! Fuzzy logic Fuzzy decision-making is well-placed as a warning system for disease outbreaks We always try to include uncertainty when thinking about

More information

Design and Development of Fuzzy Logic Controller for Flow Control of Dams

Design and Development of Fuzzy Logic Controller for Flow Control of Dams International Journal of Computational Engineering & Management, Vol. 7 Issue 3, May 204 www..org 40 Design and Development of Fuzzy Logic Controller for Flow Control of Dams Thae Thae Ei Aung Department

More information

Application of Fuzzy Logic in Employee Promotion Decisions: Evidence from a Hypothetical Case

Application of Fuzzy Logic in Employee Promotion Decisions: Evidence from a Hypothetical Case Everant.org/AFMJ Research Article Account and Financial Management Journal ISSN: 2456-3374 Application of Fuzzy Logic in Employee Promotion Decisions: Evidence from a Hypothetical Case Nahid Shirinov 1,

More information

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES Al-Naimi Assistant Professor Industrial Engineering Branch Department of Production Engineering and Metallurgy University of Technology Baghdad - Iraq dr.mahmoudalnaimi@uotechnology.edu.iq

More information

Optimal Policy for an Inventory Model without Shortages considering Fuzziness in Demand, Holding Cost and Ordering Cost

Optimal Policy for an Inventory Model without Shortages considering Fuzziness in Demand, Holding Cost and Ordering Cost Optimal Policy for an Inventory Model without Shortages considering Fuzziness in Demand Holding ost and Ordering ost 1 2 : : Abstract In this paper an inventory model without shortages has been considered

More information

A Fuzzy Optimization Model for Single-Period Inventory Problem

A Fuzzy Optimization Model for Single-Period Inventory Problem , July 6-8, 2011, London, U.K. A Fuzzy Optimization Model for Single-Period Inventory Problem H. Behret and C. Kahraman Abstract In this paper, the optimization of single-period inventory problem under

More information

SUPPLIER SELECTION USING FUZZY INTERFACE SYSTEM

SUPPLIER SELECTION USING FUZZY INTERFACE SYSTEM International Journal of Marketing and Finance Vol. 1 No. 1 (January-June 2011) pp. 1-23 SUPPLIER SELECTION USING FUZZY INTERFACE SYSTEM 1 C. Elanchezhian Research Scholar, Department of Production Technology,

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(3): Research Article

Available online  Journal of Scientific and Engineering Research, 2018, 5(3): Research Article Available online www.jsaer.com, 2018, 5(3):302-310 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Kenaf for Electricity Generation: A Fuzzy Inference System Michael N. Tsatiris Department of Forestry

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 Supplier selection is one of the most critical activities for many companies and selection of wrong supplier could be enough to upset the company s financial and operational position. Selection

More information

DESIGN AND IMPLEMENTATION OF A FUZZY EXPERT DECISION SUPPORT SYSTEM FOR VENDOR SELECTION

DESIGN AND IMPLEMENTATION OF A FUZZY EXPERT DECISION SUPPORT SYSTEM FOR VENDOR SELECTION DESIGN AND IMPLEMENTATION OF A FUZZY EXPERT DECISION SUPPORT SYSTEM FOR VENDOR SELECTION Case Study in OIEC IRAN(Oil Industerial Engineering and Construction) Maryam Ramezani, G. A.Montazer Information

More information

SINGLE MACHINE SEQUENCING. ISE480 Sequencing and Scheduling Fall semestre

SINGLE MACHINE SEQUENCING. ISE480 Sequencing and Scheduling Fall semestre SINGLE MACHINE SEQUENCING 2011 2012 Fall semestre INTRODUCTION The pure sequencing problem is a specialized scheduling problem in which an ordering of the jobs completely determines a schedule. Moreover,

More information

A Meteorological Tower Based Wind Speed Prediction Model Using Fuzzy Logic

A Meteorological Tower Based Wind Speed Prediction Model Using Fuzzy Logic American Journal of Environmental Science 9 (3): 226-230, 2013 ISSN: 1553-345X 2013 Science Publication doi:10.3844/ajessp.2013.226.230 Published Online 9 (3) 2013 (http://www.thescipub.com/ajes.toc) A

More information

Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System

Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System Department of Computer Science College of Education Basra University, Basra, Iraq. zaidalsulami@yahoo.com doi:10.4156/ijact.vol3.issue4.5

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

A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions

A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions Can Celikbilek* (cc340609@ohio.edu), Sadegh Mirshekarian and Gursel A. Suer, PhD Department of Industrial & Systems

More information

Chapter 7 IMPACT OF INTERCONNECTING ISSUE OF PV/WES WITH EU ON THEIR RELIABILITY USING A FUZZY SCHEME

Chapter 7 IMPACT OF INTERCONNECTING ISSUE OF PV/WES WITH EU ON THEIR RELIABILITY USING A FUZZY SCHEME Minia University From the SelectedWorks of Dr. Adel A. Elbaset 2006 Chapter 7 IMPACT OF INTERCONNECTING ISSUE OF PV/WES WITH EU ON THEIR RELIABILITY USING A FUZZY SCHEME Dr. Adel A. Elbaset, Minia University

More information

SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC

SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC ISSN IJCSCE Special issue on Emerging Trends in Engineering & Management ICETE PTU Sponsored ICETE Paper Id: ICETE SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC Maninder Kaur, Avtar Singh,

More information

Strictly as per the compliance and regulations of:

Strictly as per the compliance and regulations of: Mechanical and Mechanics Engineering Volume 12 Issue 5 Version 1.0 Y ear 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 2249-4596

More information

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Advances in Production Engineering & Management 4 (2009) 3, 127-138 ISSN 1854-6250 Scientific paper LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Ahmad, I. * & Al-aney, K.I.M. ** *Department

More information

Using Fuzzy Logic for Accessories Ordering in Conversion Services

Using Fuzzy Logic for Accessories Ordering in Conversion Services 2016 UKSim-AMSS 18th International Conference on Computer Modelling and Simulation Using Fuzzy Logic for Accessories Ordering in Conversion Services Mohammed Mira Industrial Engineering Department University

More information

Applying Fuzzy Inference System Tsukamoto for Decision Making in Crude Palm Oil Production Planning

Applying Fuzzy Inference System Tsukamoto for Decision Making in Crude Palm Oil Production Planning Applying Fuzzy Inference System Tsukamoto for Decision Making in Crude Palm Oil Production Planning Abdul Talib Bon Department Production and Operations Management Universiti Tun Hussein Onn Malaysia 86400

More information

FIS Based Speed Scheduling System of Autonomous Railway Vehicle

FIS Based Speed Scheduling System of Autonomous Railway Vehicle International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 FIS Based Speed Scheduling System of Autonomous Railway Vehicle Aiesha Ahmad, M.Saleem Khan, Khalil Ahmed, Nida

More information

The Model of Decision-Making of High-Tech. Company on the Formation of the Optimal Portfolio. The Results of Numerical Modeling

The Model of Decision-Making of High-Tech. Company on the Formation of the Optimal Portfolio. The Results of Numerical Modeling Applied Mathematical Sciences, Vol. 10, 2016, no. 2, 71-80 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.510674 The Model of Decision-Making of High-Tech Company on the Formation of

More information

AN EXPERT FUZZY MODEL FOR THE DETERMINATION OF THE AMOUNT OF PURCHASE

AN EXPERT FUZZY MODEL FOR THE DETERMINATION OF THE AMOUNT OF PURCHASE AN EXPERT FUZZY MODEL FOR THE DETERMINATION OF THE Siniša Sremac a*, Bojan Matić a, Miloš Kopić a, Goran Tepić a a University of Novi Sad, Faculty of Technical Sciences, Serbia Abstract: In this paper

More information

Keywords: Breach width; Embankment dam; Uncertainty analysis, neuro-fuzzy.

Keywords: Breach width; Embankment dam; Uncertainty analysis, neuro-fuzzy. ESTIMATION OF DAM BREACH WIDTHS USING A NEURO-FUZZY COMPUTING TECHNIQUE Lubna S. Bentaher 1 and Hasan G. Elmazoghi 2 1 University of Benghazi, Civil Eng. Dept., Email: lubna.bentaher@benghazi.edu.ly 2

More information

Job shop flow time prediction using neural networks

Job shop flow time prediction using neural networks Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 00 (2017) 000 000 This copy has been created with permission of Elsevier and is reserved to FAIM2017 conference authors and

More information

FUZZY MODELING OF RECAST LAYER FORMATION IN LASER TREPAN DRILLING OF SUPERALLOY SHEET

FUZZY MODELING OF RECAST LAYER FORMATION IN LASER TREPAN DRILLING OF SUPERALLOY SHEET INTERNATIONAL JOURNAL OF MANUFACTURING TECHNOLOGY AND INDUSTRIAL ENGINEERING (IJMTIE) Vol. 2, No. 2, July-December 2011, pp. 55-59 FUZZY MODELING OF RECAST LAYER FORMATION IN LASER TREPAN DRILLING OF SUPERALLOY

More information

SCOPE OF FUZZY LOGIC IN PRODUCTION AND OPERATIONS MANAGEMENT: A RECENT REVIEW

SCOPE OF FUZZY LOGIC IN PRODUCTION AND OPERATIONS MANAGEMENT: A RECENT REVIEW SCOPE OF FUZZY LOGIC IN PRODUCTION AND OPERATIONS MANAGEMENT: A RECENT REVIEW ABSTRACT DR. TUHIN MUKHERJEE*; BISWAJIT CHAKRABORTY** *Department of Business Administration, University of Kalyani, India.

More information

Estimation of Production rates for Formwork Installation using Fuzzy Expert Systems

Estimation of Production rates for Formwork Installation using Fuzzy Expert Systems Global Journal of researches in engineering Civil And Structural engineering Volume 12 Issue 1 Version 1.0 January 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global

More information

A New Method For Stock Price Index Forecasting Using Fuzzy Time Series

A New Method For Stock Price Index Forecasting Using Fuzzy Time Series Australian Journal of Basic and Applied Sciences, 5(12): 894-898, 2011 ISSN 1991-8178 A New Method For Stock Price Index Forecasting Using Fuzzy Time Series 1 Seyed Morteza Hosseini, 2 Mahmoud Yahyazadeh

More information

Eliminating Analogy Cost Estimation Errors Using Fuzzy Logic

Eliminating Analogy Cost Estimation Errors Using Fuzzy Logic Eliminating Analogy Cost Estimation Errors Using Fuzzy Logic Eliminating Analogy Cost Estimation Errors Using Fuzzy Logic D. Manikavelan 1 and R. Ponnusamy 2 1 Dept of CSE, Research scholar at Sathyabama

More information

Modelling Optimal Human Resources Using Machine Learning

Modelling Optimal Human Resources Using Machine Learning Modelling Optimal Human Resources Using Machine Learning Santosh Shinde santoshshinde2012@gmail.c om Arti Dighe artidighe58@yahoo.com Chitralekha Jadhav chitralekha.jadhav52@gmail.com ABSTRACT When a new

More information

SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS

SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS A THESIS SUBMITTED IN PARTIAL FULFILLMENT FOR THE REQUIREMENT OF THE DEGREE OF BACHELOR OF TECHNOLOGY IN MECHANICAL

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

A Fuzzy Rule Based Operation Model for Blue Nile Reservoirs

A Fuzzy Rule Based Operation Model for Blue Nile Reservoirs Block B4 Saal 5 Technische Universität Dresden Fakultät Bauingenieurwesen Institut für Wasserbau und Technische Hydromechanik 36. Dresdner Wasserbaukolloquium 2013 Technischer und organisatorischer Hochwasserschutz

More information

Learning Objectives. Scheduling. Learning Objectives

Learning Objectives. Scheduling. Learning Objectives Scheduling 16 Learning Objectives Explain what scheduling involves and the importance of good scheduling. Discuss scheduling needs in high-volume and intermediate-volume systems. Discuss scheduling needs

More information

MULTI-SOURCING MULTI-PRODUCT SUPPLIER SELECTION: AN INTEGRATED FUZZY MULTI-OBJECTIVE LINEAR MODEL. Kittipong Luangpantao. Navee Chiadamrong.

MULTI-SOURCING MULTI-PRODUCT SUPPLIER SELECTION: AN INTEGRATED FUZZY MULTI-OBJECTIVE LINEAR MODEL. Kittipong Luangpantao. Navee Chiadamrong. MULTI-SOURCING MULTI-PRODUCT SUPPLIER SELECTION: AN INTEGRATED FUZZY MULTI-OBJECTIVE LINEAR MODEL Kittipong Luangpantao Logistics and Supply Chain Systems Engineering Program, Sirindhorn International

More information

INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH.

INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH. INDIAN INSTITUTE OF MATERIALS MANAGEMENT Post Graduate Diploma in Materials Management PAPER 18 C OPERATIONS RESEARCH. Dec 2014 DATE: 20.12.2014 Max. Marks: 100 TIME: 2.00 p.m to 5.00 p.m. Duration: 03

More information

Application of Fuzzy Inference Systems and Genetic Algorithms in Integrated Process Planning and Scheduling

Application of Fuzzy Inference Systems and Genetic Algorithms in Integrated Process Planning and Scheduling Application of Fuzzy Inference Systems and Genetic Algorithms Application of Fuzzy Inference Systems and Genetic Algorithms in Integrated Process Planning and Scheduling Zalinda Othman, Khairanum Subari

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations International Journal of Industrial Engineering Computations 2 (2011) 431 438 Contents lists available at GrowingScience International Journal of Industrial Engineering Computations homepage: www.growingscience.com/ijiec

More information

Design of an Improved Fuzzy Logic based Control System for Washing Machines

Design of an Improved Fuzzy Logic based Control System for Washing Machines Design of an Improved Fuzzy Logic based Control System for Washing Machines Ankur Agarwal M.Tech Scholar Department of Computer Science and Engineering Radharaman Engineering College, Bhopal (M.P.) Ankur

More information

Simulation Model and Analysis for Uncertain Demand and Replenishment Policies in Supply Chain

Simulation Model and Analysis for Uncertain Demand and Replenishment Policies in Supply Chain Simulation Model and Analysis for Uncertain Demand and Replenishment Policies in Supply Chain Jihyun Kim and Jaehyun Han College of Business Administration, Kwangwoon University 447-1 Wolgye-dong, Nowon-gu,

More information

Simulation of a Four-Car Elevator Operation Using MATLAB

Simulation of a Four-Car Elevator Operation Using MATLAB Vol. 2, No. 6 Modern Applied Science Simulation of a Four-Car Elevator Operation Using MATLAB Saw Soon King & Omrane Bouketir School of Electrical and Electronic Engineering University of Nottingham, Malaysia

More information

Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS)

Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS) Flood Forecasting using Adaptive Neuro-Fuzzy Inference System (ANFIS) Dushyant Patel 1, Dr. Falguni Parekh 2 PG Student, Water Resources Engineering and Management Institute (WREMI), Faculty of Technology

More information

APPLICATION OF FUZZY LOGIC APPROACHES TO SAFETY ASSESSMENT IN MARITIME ENGINEERING APPLICATIONS

APPLICATION OF FUZZY LOGIC APPROACHES TO SAFETY ASSESSMENT IN MARITIME ENGINEERING APPLICATIONS APPLICATION OF FUZZY LOGIC APPROACHES TO SAFETY ASSESSMENT IN MARITIME ENGINEERING APPLICATIONS H. S. Sii 1, J. Wang 1*, T. Ruxton 2, J. B. Yang 3, J. Liu 3 1 School of Engineering, Liverpool John Moores

More information

PRODUCTION ACTIVITY CONTROL (PAC)

PRODUCTION ACTIVITY CONTROL (PAC) PRODUCTION ACTIVITY CONTROL (PAC) Concerns execution of material plans Contains shop floor control (SFC), and vendor scheduling and follow-up SFC encompasses detailed scheduling and control of individual

More information

COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS USING INTELLIGENT DECISION-MAKING FOR STORAGE ENERGY MANAGEMENT

COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS USING INTELLIGENT DECISION-MAKING FOR STORAGE ENERGY MANAGEMENT Intelligent Automation and Soft Computing, Vol. 1X, No. X, pp. 1-26, 20XX Copyright 20XX, TSI Press Printed in the USA. All rights reserved COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS

More information

HYDRO ELECTRIC POWER DAM CONTROL SYSTEM USING FUZZY LOGIC

HYDRO ELECTRIC POWER DAM CONTROL SYSTEM USING FUZZY LOGIC HYDRO ELECTRIC POWER DAM CONTROL SYSTEM USING FUZZY LOGIC Satender Yadav 1, Vikas Yadav 2, Parveen Kumar 3 1 M.Tech,Research Scholar, EEE Deptt. GITAM, Jhajjar,Haryana, (India) 2 M.Tech (I.S.), Assistant

More information

Load Forecasting for Power System Planning using Fuzzy-Neural Networks

Load Forecasting for Power System Planning using Fuzzy-Neural Networks , October 24-26, 2012, San Francisco, USA Forecasting for Power System Planning using Fuzzy-Neural Networks Swaroop R, Member IAENG Hussein Ali Al Abdulqader Abstract--- A long term prediction of future

More information

Supply Chain Network Design under Uncertainty

Supply Chain Network Design under Uncertainty Proceedings of the 11th Annual Conference of Asia Pacific Decision Sciences Institute Hong Kong, June 14-18, 2006, pp. 526-529. Supply Chain Network Design under Uncertainty Xiaoyu Ji 1 Xiande Zhao 2 1

More information

Research Paper on Software Cost Estimation Using Fuzzy Logic

Research Paper on Software Cost Estimation Using Fuzzy Logic Research Paper on Software Cost Estimation Using Fuzzy Logic Nishi M. Tech Scholar B.P.S.M.V University, Sonepat nishisinghal54@gmail.com Mr. Vikas Malik Assistant Professor B.P.S.M.V University, Sonepat

More information

Ranking of project risks based on the PMBOK standard by fuzzy DEMATEL

Ranking of project risks based on the PMBOK standard by fuzzy DEMATEL University of East Anglia From the SelectedWorks of Amin Vafadarnikjoo Summer September, 2012 Ranking of project risks based on the PMBOK standard by fuzzy DEMATEL S.M. Ali Khatami Firouzabadi Amin Vafadar

More information

PRECISION CONTROL OF HYDRO POWER PLANT BY DELPHI LOGIC

PRECISION CONTROL OF HYDRO POWER PLANT BY DELPHI LOGIC PRECISION CONTROL OF HYDRO POWER PLANT BY DELPHI LOGIC Akeesh geethan.s #1, Vignesh.V* 2, Krishnaraj.S* 3, Pravinkumar.V* 4, Manigandan.P* 5 #1 Student, Mechanical Engineering. kings engineering college,

More information

Fuzzy Logic Driven Expert System for the Assessment of Software Projects Risk

Fuzzy Logic Driven Expert System for the Assessment of Software Projects Risk Fuzzy Logic Driven Expert System for the Assessment of Software Projects Risk Mohammad Ahmad Ibraigheeth 1, Syed Abdullah Fadzli 2 Faculty of Informatics and Computing, Universiti Sultan ZainalAbidin,

More information

MINIMIZING MEAN COMPLETION TIME IN FLOWSHOPS WITH RANDOM PROCESSING TIMES

MINIMIZING MEAN COMPLETION TIME IN FLOWSHOPS WITH RANDOM PROCESSING TIMES 8 th International Conference of Modeling and Simulation - MOSIM 0 - May 0-, 00 - Hammamet - Tunisia Evaluation and optimization of innovative production systems of goods and services MINIMIZING MEAN COMPLETION

More information

MODELING, OPTIMISATION AND ANALYSIS OF RE-ENTRANT FLOWSHOP JOB SCHEDULING WITH FUZZY PROCESSING TIMES

MODELING, OPTIMISATION AND ANALYSIS OF RE-ENTRANT FLOWSHOP JOB SCHEDULING WITH FUZZY PROCESSING TIMES Nigerian Journal of Technology (NIJOTECH) Vol. 36, No. 3, July 2017, pp. 806 813 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

The use of a fuzzy logic-based system in cost-volume-profit analysis under uncertainty

The use of a fuzzy logic-based system in cost-volume-profit analysis under uncertainty Available online at www.sciencedirect.com Expert Systems with Applications Expert Systems with Applications 36 (2009) 1155 1163 www.elsevier.com/locate/eswa The use of a fuzzy logic-based system in cost-volume-profit

More information

Load Frequency Control of Power Systems Using FLC and ANN Controllers

Load Frequency Control of Power Systems Using FLC and ANN Controllers Load Frequency Control of Power Systems Using FLC and ANN Controllers Mandru Harish Babu PG Scholar, Department of Electrical and Electronics Engineering, GITAM Institute of Technology, Rushikonda-530045,

More information

Application of Fuzzy Logic for Predicting the Production of Pottery Souvenir

Application of Fuzzy Logic for Predicting the Production of Pottery Souvenir 4 th ICRIEMS Proceedings Published by The Faculty Of Mathematics And Natural Sciences Yogyakarta State University, ISBN 978-60-7459--3 Application of Fuzzy Logic for Predicting the Production of Pottery

More information

ISE480 Sequencing and Scheduling

ISE480 Sequencing and Scheduling ISE480 Sequencing and Scheduling INTRODUCTION ISE480 Sequencing and Scheduling 2012 2013 Spring term What is Scheduling About? Planning (deciding what to do) and scheduling (setting an order and time for

More information

A FUZZY METHOD ON DETERMINING OF JOB AND PERSONNEL EVALUATION RESULTS, AND MATCHING THEM WITH SUGGESTED MODEL

A FUZZY METHOD ON DETERMINING OF JOB AND PERSONNEL EVALUATION RESULTS, AND MATCHING THEM WITH SUGGESTED MODEL International Journal of Industrial Engineering, 17(4), 334-340, 2010. A FUZZY METHOD ON DETERMINING OF JOB AND PERSONNEL EVALUATION RESULTS, AND MATCHING THEM WITH SUGGESTED MODEL İsmail Özdaban *, Coşkun

More information

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1 International Conference on Management Science and Management Innovation (MSMI 2014) A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG

More information

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint M. Pattnaik Dept. of Business Administration Utkal University, Bhubaneswar, India monalisha_1977@yahoo.com

More information

PLANNING AND CONTROL FOR JOB SHOP PRODUCTION 11.1 INTRODUCTION Objectives

PLANNING AND CONTROL FOR JOB SHOP PRODUCTION 11.1 INTRODUCTION  Objectives UNIT 11 Objectives PLANNING AND CONTROL FOR JOB SHOP PRODUCTION After completion of this unit, you should be able to: understand the nature of job production appreciate the variety of problems that may

More information

Management Science Letters

Management Science Letters Management Science Letters 7 (27) 555 564 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl A fuzzy development for attribute control chart with

More information

SEQUENCING & SCHEDULING

SEQUENCING & SCHEDULING SEQUENCING & SCHEDULING November 14, 2010 1 Introduction Sequencing is the process of scheduling jobs on machines in such a way so as to minimize the overall time, cost and resource usage thereby maximizing

More information

Influencing Factors on Water Treatment Plant Performance Analysis Using Fuzzy Logic Technique

Influencing Factors on Water Treatment Plant Performance Analysis Using Fuzzy Logic Technique Volume 118 No. 23 2018, 29-37 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu Influencing Factors on Water Treatment Plant Performance Analysis Using Fuzzy Logic Technique K. Kaleeswari

More information

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING PROF. SARVADE KISHORI D. Computer Science and Engineering,SVERI S College Of Engineering Pandharpur,Pandharpur,India KALSHETTY Y.R. Assistant Professor

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 24 Sequencing and Scheduling - Assumptions, Objectives and Shop

More information

Container packing problem for stochastic inventory and optimal ordering through integer programming

Container packing problem for stochastic inventory and optimal ordering through integer programming 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Container packing problem for stochastic inventory and optimal ordering through

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

Fuzzy Rule Based Expert System to Represent Uncertain Knowledge of E-commerce

Fuzzy Rule Based Expert System to Represent Uncertain Knowledge of E-commerce Fuzzy Rule Based Expert System to Represent Uncertain Knowledge of E-commerce Pankaj Dashore and Dr.Suresh Jain Abstract Fuzzy Rule based system for e-commerce is a system consists of a rule repository

More information

OPERATIONS RESEARCH Code: MB0048. Section-A

OPERATIONS RESEARCH Code: MB0048. Section-A Time: 2 hours OPERATIONS RESEARCH Code: MB0048 Max.Marks:140 Section-A Answer the following 1. Which of the following is an example of a mathematical model? a. Iconic model b. Replacement model c. Analogue

More information

Fuzzy Control and Virtual Instrumentation for Superheated Steam Electrolysis in Solid Oxide Cells

Fuzzy Control and Virtual Instrumentation for Superheated Steam Electrolysis in Solid Oxide Cells Proceedings of the 2 nd World Congress on Mechanical, Chemical, and Material Engineering (MCM'16) Budapest, Hungary August 22 23, 2016 Paper No. ICMIE 105 DOI: 10.11159/icmie16.105 Fuzzy Control and Virtual

More information

RISK ANALYSIS IN MANAGERIAL PROCESS AND FUZZY APPROACH

RISK ANALYSIS IN MANAGERIAL PROCESS AND FUZZY APPROACH Transport and Telecommunication, 2013, volume 14, no. 3, 214 222 Transport and Telecommunication Institute, Lomonosova 1, Riga, LV-1019, Latvia DOI 10.2478/ttj-2013-0018 RISK ANALYSIS IN MANAGERIAL PROCESS

More information