Investigating Ahuja-Orlin's Large Neighbourhood Search for Examination Timetabling

Size: px
Start display at page:

Download "Investigating Ahuja-Orlin's Large Neighbourhood Search for Examination Timetabling"

Transcription

1 School of Computer Science and Information Technology University of Nottingham Jubilee Campus NOTTINGHAM NG8 1BB, UK Computer Science Technical Report No. NOTTCS-TR Investigating Ahuja-Orlin's Large Neighbourhood Search for Examination Timetabling Salwani Abdullah, Samad Ahmadi Edmund K. Burke and Moshe Dror First released: August 2004 Copyright 2004 Salwani Abdullah, Samad Ahmadi, Edmund K. Burke and Moshe Dror In an attempt to ensure good-quality printouts of our technical reports, from the supplied PDF files, we process to PDF using Acrobat Distiller. We encourage our authors to use outline fonts coupled with embedding of the used subset of all fonts (in either Truetype or Type 1 formats) except for the standard Acrobat typeface families of Times, Helvetica (Arial), Courier and Symbol. In the case of papers prepared using TEX or LATEX we endeavour to use subsetted Type 1 fonts, supplied by Y&Y Inc., for the Computer Modern, Lucida Bright and Mathtime families, rather than the public-domain Computer Modern bitmapped fonts. Note that the Y&Y font subsets are embedded under a site license issued by Y&Y Inc. For further details of site licensing and purchase of these fonts visit

2 Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling SALWANI ABDULLAH 1, SAMAD AHMADI 2, EDMUND K. BURKE 1, MOSHE DROR 3 1 Automated Scheduling, Optimization and Planning Research Group, School of Computer Science & Information Technology, University of Nottingham, Jubilee Campus, Wollaton Road, Nottingham NG8 1BB, United Kingdom. 2 School of Computing, De Montfort University, The Gateway, Leicester LE1 9BH, United Kingdom. 3 MIS Department, College of Business and Public Administration, University of Arizona, Tucson, Arizona 85721, USA. {sqa@cs.nott.ac.uk, sahmadi@dmu.ac.uk, ekb@cs.nott.ac.uk, mdror@bpa.arizona.edu} Abstract: Since the 1960 s automated approaches to examination timetabling have been explored and a wide variety of approaches have been investigated and developed. In this paper we build upon a recently presented, sequential solution improvement technique which searches efficiently over a very large set of adjacent (neighbourhood) solutions. This solution search methodology, originally developed by Ahuja and Orlin, has been applied successfully in the past to a number of difficult combinatorial optimization problems. It is based on an improvement graph construction of solution adjacency and identifies improvement moves by solving negative cost subset-disjoint graph cycles using a modified shortest path label-correcting algorithm. We have drawn upon Ahuja-Orlin s basic methodology to develop an effective automated exam timetabling methodology. We have evaluated our approach against the latest methodologies in the literature on standard benchmark problems. We demonstrate that our approach produces best known results and that it represents one of the strongest techniques in the literature on these problems. Keywords: examination timetabling, large neighbourhood, improvement graph, modified shortest path label-correcting algorithm. Correspondence to: Salwani Abdullah This work has been supported by the Public Services Department of Malaysia (JPA) and the University Kebangsaan Malaysia (UKM). Prof. Dror s contribution was funded by an EPSRC Visiting Fellowship (GR/S071241/01). 1

3 1. Introduction Examination timetabling represents a major administrative activity for academic institutions. It is often a difficult and demanding process and it affects a significant number of people. Indeed Romero [49] reports that there are three broad categories of people that are affected from its outcome: administrators, academic staff and students. Many universities are seeing an increasing number of student enrolments into a wider variety of courses and an increasing number of combined degree courses. This is contributing to the growing challenge of developing examination timetabling software to cater for the broad spectrum of constraints and demands that are required by educational institutions across the world. Examination timetabling problems have attracted the attention of the Operational Research and Artificial Intelligence communities for the last four decades. A wide variety of approaches for constructing examination timetabling have been described and discussed in the literature over the period. Carter [32] divided these approaches into four broad categories: sequential methods, cluster methods, constraint-based methods and meta-heuristics. Petrovic and Burke [48] extended this to also include multi criteria approaches, case based reasoning approaches, and hyper-heuristics and self adaptive approaches. Sequential methods for timetabling problems usually abstract the problem in the form of a graph where exams are represented as nodes. Conflicts between two exams are represented by an edge (de Werra [38], Burke et al. [29], and Carter and Johnson [35]). The construction of a conflict-free timetable is then modelled as a graph colouring problem which is a well known NP-hard problem. A variety of graph colouring based timetabling heuristics have been presented in the literature and for more details see a recent survey by Burke et al. [29]. Clustering based methods split exams into groups that satisfy hard constraints. The groups are then assigned to timeslots to fulfil the soft constraints. Examples of such approaches can be seen in Balakrishnan et al. [8], and White and Chan [56]. Constraint-based approaches to timetabling problems have appeared consistently in the literature over the last twenty years or so. Examples include David [37] and Boizumault et al. [10] and more examples can been seen in (Burke and Ross (eds) [19], Burke and Carter (eds) [12], Burke and Erben (eds) [14] and Burke and De 2

4 Causmaecker (eds) [13]). An overview of such approaches can be seen in Carter [32], and Carter and Laporte [33]. The last twenty years has also seen the emergence of a numerous metaheuristic approaches to examination timetabling which include simulated annealing, tabu search, genetic algorithms and hybrid approaches such as memetic algorithms. Thompson and Dowsland [53] investigated a 2 phase simulated annealing exam timetabling technique. The first phase finds a feasible solution and the second phase addresses the soft constraints. The Great Deluge Algorithm for exam timetabling by Burke et al. [28] has certain similarities with Simulated Annealing. However, this approach is far less dependent upon parameters. It needs just two parameters: the amount of computational time that the user wishes to spend and an estimate of the quality of solution that a user requires. An example of a tabu search based approach was presented by Di Gaspero and Schaerf [39]. They incorporated several features of graph colouring into their approach. White and Xie [57] employed a long term memory mechanism which was combined with tabu relaxation. Genetic Algorithms have been widely applied to examination timetabling. Example of such approaches can be seen in (Burke and Ross (eds) [19], Burke and Carter (eds) [12], Burke and Erben (eds) [14] and Burke and De Causmaecker (eds) [13]). Hybridization of evolutionary methods with other heuristics has been particularly effective. There have been several papers published in this area (e.g. Burke et al. [20,23] and Burke and Newall [15]). In the majority of timetabling algorithms, a single cost function is used to evaluate a subset of constraints. However multi criteria approaches to timetabling offer a more flexible way of handling different types of constraints simultaneously (see Petrovic and Burke [48]). In this approach each criterion measures the number of violations of the corresponding constraints as discussed in Burke et al. [24]. Petrovic and Bykov [47] applied a modified great deluge algorithm (from Burke et al. [28]) with dynamic weights which direct the search of the solution space along a trajectory by changing the acceptance level of the cost function values. Merlot et al. [46] applied a hybrid method that consists of constraint programming, simulated annealing and hill climbing for uncapacitated and capacitated examination timetabling and obtained the best known results on some benchmarks. Casey and Thompson [36] employed Greedy Randomized Adaptive 3

5 Search Procedure (GRASP) that produced the best result on one data set compared to other approaches in the literature (up until the publication of the results in this paper). Caramia et al. [31] employed a local search based method which include optimization step after allocating each exam) and obtained the best known results on several of the benchmark instances. Fuzzy reasoning has recently been investigated with some success for examination timetabling by Asmuni et al. [6]. Case Based Reasoning (see Burke et al. [25]) is an approach that is motivated by the human process of learning from previous experience and using that experience to solve new problems. An overview of case based reasoning for exam timetabling can be seen in Burke and Petrovic [18], Petrovic and Burke [48] and Burke et al. [30]. Ross et al. [50] observed that a fruitful area of research may be investigated Genetic Algorithms as a method for finding good timetabling algorithms rather than solving the problem directly. Indeed hyper-heuristics (which can be defined as heuristic to choose heuristics) are emerging as powerful approaches which are raising the level of generality of timetabling systems (e.g. see Terashima-Marín et al. [52], Burke et al. [27], Lan and Kendall [42,43], Burke and Petrovic [18], Petrovic and Burke [48], and Kendall and Hussin [45]). For more details about hyper-heuristics in general see Burke et al. [26]. Burke and Newall [17] have recently presented an adaptive heuristic approach which drew upon the squeaky wheel optimization methodology developed by Joslin and Clements [44]. This method reduces the dependency on the choice of heuristics. Indeed, in Burke and Newall [17] it is shown that poor heuristics can be automatically turned into good ones. Burke and Newall [16] hybridize this approach with the great deluge method by Burke et al. [28] to build a method which has the best known results on certain benchmark problem. Interested readers can find more details about examination timetabling research in the following papers by Schaerf [51], Carter [32], Carter and Laporte [33], de Werra [38], Bardadym [9], Burke et al. [21], Burke et al. [22], Burke and Petrovic [18], and Petrovic and Burke [48]. In this paper, we focus on a specific adaptation of a solution improvement technique which can search efficiently over a very large set of adjacent (neighbourhood) solutions. This search methodology was originally described by Ahuja et al. [2]. Our adaptation follows the procedure described by Ahuja et al. 4

6 [3] for solving the capacitated spanning tree problem. Most of the neighbourhood search algorithms in the literature use small size neighbourhood since they explicitly evaluate all neighbours. The most popular neighbourhood in the literature is the so called two-exchange neighbourhood (see Ahuja et al. [2]). Thompson and Orlin [54] proposed the cyclic exchange neighbourhood (this is a generalisation of the two-exchange neighbourhood). Successful applications which employ a cyclic exchange neighbourhood search for the vehicle routing problem have been presented by Thompson and Psaraftis [55], Fahrion and Wrede [40], and Gendreau et al. [41]. Another example of a very large neighbourhood approach is described in Ahuja et al. [3]. There they applied a large neighbourhood search methodology to the construction of a capacitated minimum cost spanning tree problem. The capacitated minimum cost spanning tree problem can be viewed as a fundamental problem in telecommunication network design. In Ahuja et al. [3], the authors created a neighbourhood structure by employing a linked node-exchange approach (by performing multi-exchange involving nodes from several rooted sub-trees) and a tree-based neighbourhood structure. This neighbourhood is substantially larger even of exponential size. The unification of the node-based and the treebased neighbourhood structure (called the composite neighbourhood structure) has also been explored and tested in Ahuja et al. [5] on capacitated minimum spanning tree problem. The results indicate that the composite algorithm was better than the node-based and the tree-based neighbourhood search algorithm. For more details on large neighbourhood search applied to hard combinatorial optimisation problems refer to Ahuja et al. [2,3,4,5]. This paper draws upon the research on large neighbourhood search described above to investigate its suitability as the basis of an approach to automated examination timetabling. The overall contributions that are presented in this paper as follows: We treat examination timetabling problem as a variant of the problem in which we partition the exams into subsets of disjoined cliques (nodes in a clique are linked with zero cost arc). Each such clique is assigned a timeslot. Cliques (subsets of exams) assigned to the same day are linked in a time chain. 5

7 We create a very large scale neighbourhood structure by employing a cyclic-exchange neighbourhood that is substantially larger than a twoexchange neighbourhood structure (by moving nodes from one clique to another and so on). We investigate large neighbourhood search techniques which are based upon an improvement graph to identify an improved neighbour implicitly without evaluating all the neighbours in the neighbourhood. We use a network flow optimisation technique called the modified shortest path label-correcting algorithm by Ahuja et al. [1] to find such neighbours by identifying a negative cost clique-disjoint cycle (or path) in the improvement graph. We investigate and adapt the search methodology from Ahuja et al. [3] to present a powerful and effective automated technique for examination timetabling. We present a rigorous evaluation of our algorithm by presenting a series of computational results on benchmark instances which are available in the literature. We compare our results against the best known methods from the literature. We conclude that our approach produces the best results on certain benchmark problems and that it represents one of the most effective approaches in the literature (on these benchmarks). This paper is organised as follows. The next section formally presents the examination timetabling problem. The solution approach adapted in Ahuja et al. [3] is outlined in section 3. In section 4, we develop and describe the implementation of Ahuja-Orlin s large neighbourhood to the examination timetabling problem. Our results are also presented, discussed and evaluated in this section. This is followed by some brief concluding comments in section Examination Timetablling Examination timetabling is concerned with allocating exams into a limited number of timeslots (periods) subject to a set of constraints (see Burke et al. [21]). The constraints are divided into two categories: hard and soft. Hard constraints must be completely satisfied and cannot be violated. Generally accepted hard constraints are: no resources (classrooms) can be demanded to be in more than one place at a time 6

8 the demand for the events (exams) scheduled must not exceed the resources available Solutions that satisfy all hard constraints are often called feasible solutions. No other solutions are considered. In this paper, we consider the hard constraints to be that no student can sit two exams simultaneously and that room capacity must not be exceeded. It is not absolutely necessary to satisfy soft constraints. They are desirable but not essential. A particularly common soft constraint refers to spreading exams as evenly as possible over the schedule as discussed in Burke et al. [21]. In real-world situation, it is usually impossible to satisfy all soft constraints, but minimising the violations of soft constraints represents an increase in the quality of the solution. 2.1 Problem Description This problem description is adapted from Burke et al. [28]. The input for the examination timetabling problem can be stated as follows N is a number of exams T is a given number of available timeslots M is a number of students C = (c ij ) NxN is a conflict matrix where each element denoted by c ij, i,j {1,,N} is the number of students taking exams i and j. The first series of experiment that we carry out in section 4 considers the proximity between two consecutive exams taken by a student as a measure of quality (once the hard constraints are satisfied). However, room capacity is not considered in this first series of experiments). The objective is to minimise the cost function, F c formulated as follows. where F c = N N 1 cij i= 1 j = i+ 1 proximity ( ti, t j ) M (1) subject to: ti t j 5 2 / 2 proximity( ti, t j ) = 0 if 1 t otherwise i t 5 j (2) 7

9 N 1 N ij i 1 j = i+ 1 ( t, t ) = 0 c x (3) i j where x ( t t ) i 1 if t i = t j, j = (4) 0 otherwise where t k (1 t k <T) which specifies the assigned timeslot for exam k (k {1,,N}). Equation 2 presents a proximity value between two exams and this value was suggested by Carter et al. [34]. For example if a student has two consecutive exams then a proximity value of 16 is assigned. If a student has two exams with a free timeslot in between then a value of 8 is assigned. The value will be 4 if there are 2 timeslots in between and so on. These values are summed up and divided by the number of students, M, to give an average penalty per student. Equation 3 represents a clash-free requirement so that no student is asked to sit two exams at the same time. The clash-free requirement is considered as a hard constraint. The second series of experiments that we undertake in section 4 deals with the capacitated problem where the constraint of room capacity is taken into account in addition to the clash-free requirement. We assume that exams start on Monday. Each week day has 3 timeslots. Saturday has 1 timeslot and Sunday has none. We can represent this as a vector. Indeed, Burke et al. [28] present the following vector which clearly demonstrates the idea: D T = {1,1,1,2,2,2,3,3,3,4,4,4,5,5,5,6,8,8,8,9,9,9,10,10,10,11,11,11,12,12,12,13,15,15,15,16,16,16 } (5) Corresponding timeslot vector = {1,2,3,4,5,6,7,8,9,.}. (6) We can see that there is just one 6 entry (one timeslot on the first Saturday 6 th day) and one 13 entry (one timeslot on the second Saturday 13 th day). Sundays (days 7 and 14) are missing altogether because there are no timeslots on Sundays. With this idea in mind we define D = (d t ) T to be the appropriate representation vector. The elements of the vector are represented by d t where t = 1,,T and T is the total number of timeslots available. For example, d 2 would be {2,2,2} and d 6 would be {6} (from equation 5). If the total examination period run for 2 weeks then T=32 (i.e. 10 working days with 3 timeslots each and two Saturdays with 1 timeslot each). The days should not be confused with the 8

10 timeslots (which will be numbered 1,,32 in the example above) (see equation 6). For example, if exam k were held in timeslot 4 then t k = 4. However d t = 2. k In the second of our series of experiment, we use an identical objective function (see Burke et al. [20]) that minimizes the number of students having two exams in a row on the same day. The formal presentation is as follows: where Adj N 1 F = c. Adj( t, t ) (7) c ( t t ) i= 1 subject to equation 3 and: where T t= 1 N ij j= i+ 1 1 if ( ti t j = 1) ^ ( d = d = 0 otherwise i j t i t j 1, 2 (8) ( S S). exc( S ) = 0 (9) t t 1 if S t > S exc ( S ) = (10) t 0 otherwise where S t is the number of students taking exams in timeslot t. Equation 9 represents the room capacity that states the number of seats S available in each timeslot. The total number of students taking exams in any timeslot S t should be less than or equal to S. 2.2 A Very Large Scale Neighbourhood for Examination Timetabling: Solution Approach To investigate solution procedures for examination timetabling which are based upon the methodologies of Ahuja et al. [3], we first have to present a tree representation for the exam timetabling problem Representation of the Problem The input for the initial feasible assignment of exams schedule is given as follows: H is the number of days P is the maximum number of timeslots used in one day We construct a tree with H chains in addition to a root node (dummy node). We represent the subset of exams to a timeslot m (m {1,,P} in day n (n ) 9

11 {1,,H}) as a cliques (subsets). S nm represents a subset of exams that are schedule in day n timeslot m. Figure 1 shows the tree construction for examination timetabling which just has one single large room (i.e. room capacity is not an issue). Root node (dummy node) Timeslot 1 Day 1 Day 2 Day 3 Day n Day H Timeslot 2 Timeslot m S nm Timeslot P Figure 1. Tree representation of exam timetabling problem Cyclic Exchange Neighbourhood Consider a set of N exams in an exchange iteration represented as {E 1, E 2,, E N }. We create a neighbourhood structure by transferring single element among K subsets (cliques) where K is the maximum number of cliques. We present a cyclic exchange as E 1 E 2 E 3 E N E 1, where E 1, E 2,, E N are exams which belong to different cliques. This move is called a cyclic exchange. The exam E 1 moves from its current clique (a subset) to the clique that contains exam E 2, exam E 2 moves from its current clique to the clique that contains exam E 3, and so on, and finally exam E N moves from its current clique to the clique that contains exam E 1, thus completing a cycle of changes. A cyclic exchange is feasible if the result of the cyclic exchange is a feasible clique. Path exchange is defined similarly to cyclic exchange but without exchanging back to the original clique. The neighbourhood generated in this manner is extremely large. We will present a small illustrative example by assuming that we have a one day exam period with three timeslots and a set of seven exams given by N, where N {1,,7}. By employing the notation described above we have three cliques, S nm with n {1} and m {1,2,3}. Suppose that the three cliques are: S 11 = {E 2,E 3,E 7 }, S 12 = {E 4,E 6 } and S 13 = {E 1,E 5 } (see figure 2). To form a neighbourhood structure using a cyclic exchange operation, we select an exam from one clique (say E 3 ) from S 11 and insert it into S 12, E 6 moves from S 12 to S 13 10

12 and finally E 1 moves from S 13 to S 11, thus completing a cycle of changes (see figure 3). We represent a cyclic exchange as E 3 E 6 E 1 E 3 where E 3, E 6 and E 1 all belong to different cliques. This notation (E 3 E 6 E 1 E 3 ) can be read as E 3 goes to E 6 s old clique, E 6 goes to E 1 s old clique and E 1 goes to E 3 s old clique. After the cyclic exchange, S 11 = {E 2,E 1,E 7 }, S 12 = {E 4,E 3 } and S 13 = {E 6,E 5 } (see figure 4). The number of exams in each subset remains unchanged. Of course, the represented neighbourhood can be very large. S 11 S 12 E 2 E 7 E 6 E 3 E 4 E 1 E 5 S 13 Figure 2. Cliques before a cyclic exchange operation S 11 S 12 E 2 E 7 E 6 E 3 E 4 E 1 E 5 S 13 Figure 3. A cyclic exchange takes place S 11 S 12 E 2 E 7 E 3 E 1 E 4 E 6 E 5 S 13 Figure 4. Cliques after a cyclic exchange operation 11

13 2.2.3 Improvement Graph Once the neighbourhood is created, we proceed by defining a directed graph called an improvement graph. The improvement graph was introduced in Thompson and Orlin [54] and first explored in Thompson and Psaraftis [55]. The improvement graph for the cyclic exchange neighbourhood is defined with respect to the feasible partition S nm, (n {1,,H} and (m {1,,P}) and is represented by G. A directed arc in the improvement graph, for instance the directed arc (3,6) (see figure 5) signifies that exam E 3 leaves its current clique S 11 and moves to the clique contains exam E 6 (S 12 in this case) and at the same time exam E 6 leaves S 12. We refer to E 3 as an inserted exam, E 6 as an ejected exam, and S 12 as an old clique of the ejected exam. Taking into account the same simple illustrative example as the one presented in section 2.2.2, we construct the improvement graph by considering every pair of exams (E r,e z ) where r, z {1,,N}. We add the directed arc (E r,e z ) to G if and only if (i) the exams E r and E z belong to different cliques and (ii) the clique {E r } {the old clique which E z belonged to} \ {E z } is a feasible clique. 1,3 E 2 3,4 E 4 4,1 E 1 E 3 E 7 3,6 7,1 7,5 E 6 6,1 4,5 1,4 E 5 1,6 S 11 S 12 S 13 Figure 5. Improvement graph of the example in section The original cost for all the cliques is defined as: H T n= 1 m= 1 F ({ S }) (11) c nm where F c is defined in section 2.1. After the cyclic exchanges, the cost for the clique is given by: cost of ({ inserted exam }) + cost of ({ old clique of the ejected exam }) cost of ({ ejected exam }). Thus, the cost for the directed arc is defined as: cost of ({ inserted exam } { old clique of the ejected exam }) \ { ejected exam }) cost of (( oldclique of the ejected exam }). We then resort to a network flow 5,6 12

14 optimization technique to find improving moves by heuristically solving negative cost clique-disjoint cycle (referred to as a valid cycle where exams in a cycle belong to a different clique) for the improvement graph using a modified shortest path label-correcting algorithm presented by Ahuja et al. [1]. 3. The Search Algorithm 3.1 An Algorithm for Examination Timetabling Problem Figure 6 illustrates the pseudo-code that is used in these experiments. The algorithm starts with a feasible initial solution. Then the cliques are created based on days and timeslots. We construct the improvement graph once. In each iteration in the do-while loop, we implement the modified shortest path labelcorrecting algorithm by Ahuja et al. [1] to find the negative cost clique-disjoint cycle (or path) for the improvement graph. The modified shortest path labelcorrecting algorithm is run several times with a different source exam (origin node), since the success of finding a valid cycle (or path) is related to the source exam from which the search is initiated. The probability of accepting a worse move is computed using Exponential Monte Carlo acceptance criteria (see Ayob and Kendall [7]) if there is no improvement in the cost function. We update the improvement graph after performing a cyclic (or path) exchange by recalculating the cost for the cliques that are involved in this exchange and the cost for every directed arc from/to these. The cost for the rest of the directed arcs remains unchanged. Figure 7 depicts the pseudo code for updating the improvement graph. 13

15 Obtain a feasible initial solution given as InitSol; From InitSol, create clique S nm {S 11,,S HT }, n {1,,H} and m {1,,P}; Given E as a set of exams N, then assign exams to S nm where S nm = {E 1,E 2,..,E q,,e N } such that q = 1 to N, exam E q is scheduled in day n timeslot m; Create the neighbourhood structure through cyclic exchange; Construct the improvement graph, G; Do while (not termination-criteria) Find a negative cost clique-disjoint cycle (or path) for G using modified shortest path label-correcting algorithm; if ( is non-positive, where represents the improvement in the objective function) Perform the cyclic (or path) exchange; else { /* Execute the exponential Monte Carlo acceptance criteria as below: */ δ = Sol Best Sol Cur where Sol Best is the best solution on hand and Sol Cur is a current solution obtained; Generate random number [0,1], given as RandNum; if (RandNum < e -δ ) Perform the cyclic (or path) exchange; else Perform best worse cyclic (or path) exchange; } Update the solution, SolUpdate; Create cliques S nm from SolUpdate; Update the G; End do; Figure 6. Pseudo-code for the examination timetabling problem 14

16 Identify the clique involved in a cyclic exchange, given as AffS vw where v {1,,H} and w {1,,P} and Q is maximum number of AffS vw ; Keep all the directed arc in the G that are not connected to/from AffS vw, given as NotAffArc ab where a,b E; Set counter = 1; while (counter < Q) Transfer every exam in Affs vw to other clique S nm, n {1,,H}, m {1,,P} v n and w m and does not violate the hard constraints, given as NewArc1 ef, where e,f E; Calculate the cost of NewArc1 ef ; counter++; end while counter=1; while (counter < K) Transfer every element in S nm to AffS vw for n v and m w and does not violate the hard constraints, given as NewArc xy, where f,g E; Calculate the cost of NewArc2 xy ; counter++; End for Combine NotAffArc ab, NewArc1 ef and NewArc2 xy as an improvement graph, G; Figure 7. Pseudo-code for updating the improvement graph 3.2 A Search Algorithm for A Cyclic Exchange We use a standard modified shortest path label-correcting algorithm by Ahuja et al. [1] to find improvement moves in the improvement graph. The basic idea of this algorithm is to find a shortest distance from one exam as a source exam to other exams. We maintain a predecessor index that records the prior exam in the current directed path. The details of the algorithm can be seen in Ahuja et al. [1]. We performed some initial tests to understand the behaviour of the algorithm by using different categories of the source exam while trying to find the shortest path in the improvement graph. Since our initial solution consists of exams with timeslots assigned to them and is sorted in descending order based on the number of clashes, we categorized this solution into three categories: first: high complexity. second: medium complexity. 15

17 third: low complexity. We choose the source exam randomly from each category. Our initial tests indicate that the source exam that was being selected from the medium complexity category was the most suitable compared to the other two categories because: i. If the source exam is taken from the high complexity group, it restricts further moves to look for a negative cost clique-disjoint cycle (or path) because this exam does not have many directed arc (connected edges) to other exams in the improvement graph. ii. If the source exam is taken from the low complexity group, it means that we try to move the exams with less clashes thus yielding less impact to the cost function. 4. Experiments and Results We demonstrate the strength of our approach by evaluating it on two sets of accepted benchmark problems: (i) The single room problem and (ii) The capacitated problem (where room capacities play a role). 4.1 The Uncapacitated Problem In this series of experiments we employ Micheal Carter s [34] collection of exam timetabling data that can be freely downloaded from archive at fttp://ftp.mie.utoronto.ca.pub/carter/testprob from different universities during The Ahuja-Orlin s method described in this paper was run on the datasets as shown in Table 1 (taken from Carter et al. [34]). Table 1: Uncapacitated benchmark problems used Density of Conflict Matrix Data Institution Periods Number of Exams Number of Students car-f-92 Carleton University, Ottava car-s-91 Carleton University, Ottava ear-f-83 Earl Haig Colleagiate Institute, Toronto hec-s Ecole des Hautes Etudes Commerciales, Montreal 16

18 kfu-s-93 lse-f-91 rye-s-93 sta-f-83 tre-s-92 uta-s-92 ute-s-92 yor-f-83 King Fahd University, Dharan London School of Economic Ryeson University, Toronto St. Andrew s Junior High School, Toronto Trent University, Peterborough, Ontario Faculty of Arts and Sciences, University of Toronto Faculty of Engineering, University of Toronto York Mills Collegiate Institute, Toronto We ran the experiments for 100 iterations overnight (12 hours) for each of the datasets. The data sets with a small number of exams can complete 100 iterations in less than 12 hours but we used this amount of time on all the problems in order to be consistent. We note that examination is a problem that is usually tackled several months before the schedule is required. An overnight run for examination timetabling is perfectly acceptable in a real world environment. This is a scheduling problem where the time taken to solve the problem is not critical. We ran the experiments on the Athlon machine with a 1.2 GHz processor and 256 MB RAM. An initial solution to be fed to the Ahuja-Orlin s algorithm is generated by a saturation degree graph colouring heuristic (see Carter et al. [34], Burke et al. [29] and Brelaz [11]) which is known to be a reasonable and relatively quick. We carried out some additional experiments to test the distribution of the results. We executed five runs on six data sets. We present the Standard Deviations that are calculated as a percentage of the average for a given set of results. From the results presented in Table 2, it can be seen that in all cases, our algorithm improves the initial solution within a standard deviation of around 5% from the average, indicating that the results produced are consistent and do not include huge variations. 17

19 Table 2: Improvement results Data Initial Solution Percentage of Improvement Standard Deviation (%) Average Final Solution ear-f hec-s sta-f tre-s ute-s Table 3 provides the comparison of our results with the previous state of the art given by Carter et al. [34] (several sequencing heuristics with backtracking), Di Gaspero and Schaerf [39] (hybrid tabu search), Burke and Newall [16] (a hybridised adaptive approach with the great deluge algorithm), Merlot et al. [46] (hybrid constraint programming, simulated annealing and hill climbing), and Casey and Thompson [36] (GRASP) and Caramia et al. [31] (local search based method which include optimization step after allocating each exam). Table 3: Results on the Uncapacitated Problem using Proximity Cost Data Our method Carter et al. Di Gaspero and Schaerf Burke and Newall Merlot et al. Casey and Thompson Caramia et.al car-f car-s ear-f hec-s kfu-s lse-f rye-s sta-f tre-s uta-s ute-s yor-f The best results are presented in bold. Our algorithm produces better results on all problems when compared against the method of Di Gaspero and Schaerf [39]. Note that Di Gaspero and Schaerf [39] do not attempt the rye-s-93 data set. The algorithm produces better results than Carter et al. [34] on ten out of twelve data sets. Note that Carter et al. [34] use different heuristics in their paper (not one method across all problems). Our algorithm produces better results than Casey and Thompson [36] on eight data sets. Note that Casey and Thompson [36] do not attempt the rye-s-93 and the uta-s-92 data sets. Burke and Newall [16], and Merlot et al. [46] narrowly outperformed our method on three and four data sets respectively. Note that Burke and Newall [16] do not attempt the rye-s-93 18

20 data set and they reported the average individuals results. Burke and Newall s method has three of the best results across all these methodologies. Casey and Thompson s method has one best result of all (on the sta-f-83 data set). The method of Caramia et al. [31] produces better results than our approach on five of the twelve data sets. It has four of the best results across all the methods discussed here. Our algorithm obtained the best results on four benchmark problems (as did Caramia et al. s method). Figures 8 to 11 show the behaviour of the algorithm when applied to four of the data sets, hec-s-92, sta-f-83, ute-s-92 and yor-f-83 respectively. The search algorithm applied to the graph structure of timetabling solutions is able to find a valid improvement cycle (or path), and may consist of more than one move in a single iteration. Thus, this solution scheme helps in reducing the penalty cost when compared to a single move, which is normally used in many of the approaches employed for exam timetabling. Cost Iteration hec-s-92 Figure 8. The behaviour of our algorithm on hec-s-92 Cost Iteration sta-f-83 Figure 9. The behaviour of our algorithm on sta-f-83 19

21 Cost Iteration ute-s-92 Figure 10. The behaviour of our algorithm on ute-s-92 Cost Iiteration yor-f-83 Figure 11. The behaviour of our algorithm on yor-f-83 The results in figures 8 to 11 indicate that the algorithm can escape from local optima by accepting local worse moves using the Exponential Monte Carlo acceptance criteria (see Ayob and Kendall [7]). 4.2 The Capacitated Problem We evaluated the performance of our method with five capacitated benchmarks. In this problem, we add another hard constraint (room capacity equation 7) in addition to the clash free requirement as stated in equation 3. The objective is to minimize the number of students having two exams in a row on the same day (equation 5). The characteristics of the datasets used are: Table 4: Capacitated benchmarks Data Periods Capacity tre-s kfu-s car-f car-s uta-s

22 The computational results from our algorithm are summarized in Table 5. The results obtained by our algorithm are compared with the published results by Burke et al. [30], Di Gaspero and Schaerf [39], Merlot et al. [46] and Caramia et al. [31] as shown in Table 5. Table 5: Results on Capacitated Problem Data Our method Di Gaspero and Schaerf Burke et al.. Merlot et al. Caramia et.al car-f car-s kfu-s tre-s uta-s Once again the best results are presented in bold. Our algorithm obtained the best result for kfu-s-93 and uta-s-92 with 82.15% and 51.18% improvement respectively (with respect to the initial solution). It had 16.60% and 7.19% improvement (with respect to the result presented in Merlot et al. [46]). Our main competitor for the capacitated problem is the algorithm of Merlot et al. [46]. In the uncapacitated problem, Merlot et al. s did not obtain any best results but here it provides the best solution in three of five data sets. Our method gets the best results for two of the data sets. Our results are better and competitive than the other results published in the literature except on the car-f-92 data set, where our method performs quiet poorly. Figures 12 to 16 show the behaviour of our algorithm applied on these benchmarks. Figures 12, 13, 15 and 16 show that the solutions are trapped in the cycle. We believe that this causes a poor result on certain instances (e.g. car-f-92). In this situation, we need a mechanism to escape from the cycle to obtain a better solution. Such a mechanism is the subject of future work Cost car-f Iteration Figure 12. The behaviour of our algorithm on car-f-92 21

23 car-s Iteration Figure 13. The behaviour of our algorithm on car-s-91 Cost Iteration kfu-s-93 Figure 14. The behaviour of our algorithm on kfu-s Cost Iteration tre-s-92 Figure 15. The behaviour of our algorithm on tre-s Cost uta-s Iteration Figure 16. The behaviour of our algorithm on uta-s-92 22

24 5. Conclusion and Future Work In this paper, we modeled an improvement procedure for the examination timetabling problem as a variant of a very large-scale neighbourhood search structure through a cyclic exchange operation. We investigated the search ideas proposed by Ahuja et al. [3] for the capacitated minimum cost spanning tree problem. This is a new procedure in the timetabling arena and it finds improvement move which out performs the current state of the art on several benchmarks problems. We demonstrate that the solution quality is dependent upon the neighbourhood structure and the search approach. The key feature of our approach is that the combination of a very large neighbourhood structure (based on the concept of an improvement graph) and the technique of identifying improvement move by solving negative cost clique-disjoint cycle (or path) using a modified shortest path label-correcting algorithm. We also show that our cyclic exchange operation is for superior to simply employing two exchanges when defining a neighbourhood structure for examination timetabling. However, the limitation of our system is that a relatively long running time is needed to identify the improvement moves in the improvement graph that is proportional to the number of exams. We note that in real world situations, examination timetabling is an off line problem, and the processing time is not very critical. However, our future research work aims to shorten the required time to identify the improvement moves in the improvement graph. We also aim to investigate mechanisms to avoid cycling during the search process. 23

25 Reference 1. Ahuja RK, Magnanti LT and Orlin JB (1993) Network Flows: Theory, Algorithms, and Applications. ISBN , Prentice Hall, New Jersey, pp Ahuja RK, Orlin JB and Sharma D (2000) Very Large Scale Neighbourhood Search. International Transaction in Operational Research 7, Ahuja RK, Orlin JB and Sharma D (2001) Multiexchange Neighbourhood Search Algorithm for Capacitated Minimum Spanning Tree Problem. Math Problem 91, Ahuja RK, Ozlem Ergun, Orlin JB and Abraham O Punnen (2002) A Survey Of Very Large-scale Neighborhood Search Techniques. Discrete Applied Mathematics 123, Ahuja RK, Orlin JB and Sharma D (2003) A Composite Neighbourhood Search Algorithm for Capacitated Spanning Tree Problem. Operations Research Letters 31, Asmuni H, Burke EK and Garibaldi JM (2004) Fuzzy Multiple Ordering Criteria for Examination Timetabling. Accepted Paper for Practice and Theory of Automated Timetabling V (PATAT V) 7. Ayob M and Kendall G (2003) A Monte Carlo Hyper-Heuristic To Optimise Component Placement Sequencing For Multi Head Placement Machine. Proc. of the International Conference on Intelligent Technologies, InTech 03, Chiang Mai, Thailand, Balakrishnan N, Lucena A and Wong RT (1992) Scheduling Examinations to Reduce Second Order Conflicts. Computers and Operation Research 19, Bardadym VA (1996) Computer-Aided School and University Timetabling: The New Wave. In Edmund Burke and Peter Ross, editors, The Practice and Theory of Automated Timetabling. Lecture Notes in Computer Science 1153, Springer-Verlag, Berlin 10. Boizumault P, DelonY and Peridy L (1996) Constraint Logic Programming For Examination Timetabling. Journal of Logic Programming, 29(2): Brelaz D (1979) New Methods to Color The Vertices of A Graph. Communication of the ACM 22(4), Burke EK and Carter MW, editors, (1998) Practice and Theory of Automated Timetabling II, volume 1408 of Lecture Notes in Computer Science. Springer-Verlag 13. Burke EK and De Causmaecker P, editors, (2002) Practice and Theory of Automated Timetabling IV, volume 2740 of Lecture Notes in Computer Science. Springer-Verlag 14. Burke EK and Erben W, editors, (2000) Practice and Theory of Automated Timetabling III, volume 2079 of Lecture Notes in Computer Science. Springer-Verlag 15. Burke EK and Newall JP (1999) A Multi-Stage Evolutionary Algorithm for the Timetable Problem, the IEEE Transactions on Evolutionary Computation, Vol 3.1, pp Burke EK and Newall JP (2002) Enhancing Timetable Solutions with Local Search Methods.. In Edmund Burke and Patrick De Causmaecker, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 4 th International Conference, Lecture Notes in Computer Science 2740, Springer-Verlag, Berlin 17. Burke EK and Newall JP (2004) Solving Examination Timetabling Problems through Adaption of Heuristic Orderings. Accepted for publication in Annals of Operations Research 18. Burke EK and Petrovic S (2002) Recent Research Direction in Automated Timetabling. European Journal of Operational Research 140, Burke EK and Ross P, editors, (1996) Practice and Theory of Automated Timetabling I, volume 1153 of Lecture Notes in Computer Science. Springer-Verlag 20. Burke EK, Newall JP and Weare RF (1996) A Memetic Algorithm For University Exam Timetabling. In Edmund Burke and Peter Ross, editors, The Practice and Theory of Automated Timetabling: 24

26 Selected Papers from the 1 st International Conference, Lecture Notes in Computer Science 1153, Springer-Verlag, Berlin 21. Burke EK, Elliman D, Ford PH and Weare D (1996) Examination Timetabling in British Universities A Survey. In Burke, E., and Ross,P., editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 1 st International Conference, Lecture Notes in Computer Science 1153, Springer-Verlag, Berlin 22. Burke EK, Jackson KS, Kingston JH and Weare RF (1997) Automated Timetabling: The State of the Art, The Computer Journal, Vol. 40, No. 9, pp Burke EK, Newall JP and Weare RF (1998) Initialisation Strategies and Diversity in Evolutionary Timetabling. Evolutionary Computation Journal (special issue on Scheduling), vol 6.1, pp Burke EK, Petrovic S and Bykov Y (2000) A Multicriteria Approach to Examination Timetabling. In Edmund Burke and Peter Ross, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 3 rd International Conference, Lecture Notes in Computer Science 2079, Springer-Verlag, Berlin 25. Burke EK, MacCarthy B, Petrovic S and Qu R (2000) Structured Cases in CBR Re-using and Adapting Cases for Timetabling Problems. Knowledge-Based Systems 13 (2-3), Burke EK, Hart E, Kendall G, Newall JP, Ross P and Schulenburg S (2003) Hyper-Heuristics: An Emerging Direction in Modern Search Technology, Ch. 16 in Handbook of Meta-Heuristics, (eds. F. Glover and G. Kochenberger), pp , Kluwer 27. Burke EK, Kendall G and Soubiega E (2003) A Tabu-Search Hyper-Heuristic for Timetabling and Rostering, Journal of Heuristics, 9: Burke EK, Bykov Y, Newall JP and Petrovic S (2004) A Time-Predefined Local Search Approach to Exam Timetabling Problem. To appear in IIE Transaction on Operations Engineering 29. Burke EK, Kingston J and de Werra D (2004) Applications to Timetabling, Handbook of Graph Theory, (editors, J. Gross and J. Yellen), pp , Chapman Hall/CRC Press 30. Burke EK, Petrovic S and Qu R (To appear 2005) Case Based Heuristic Selection for Timetabling Problems. Accepted for publication in the Journal of Scheduling 31. Caramia M, Dell Olmo P and Italiano GF (2001) New Algorithms for Examinations Timetabling. In Naher, S., Wagner, D., editors, Algorithm Engineering 4 th Int. Workshop, Proc. WAE 2000 Saarbrucken, Germany, September. Lecture Notes in Computer Science, Vol. 1982, Springer-Verlag, Berlin Heidelberg New York 32. Carter MW (1986) A Survey Of Practical Applications of Examination Timetabling. Operations Research 34, Carter MW and Laporte G (1996) Recent Developments in Practical Examination Timetabling. In Edmund Burke and Peter Ross, editors, The Practice and Theory of Automated Timetabling. Lecture Notes in Computer Science 1153, Springer-Verlag, Berlin 34. Carter MW, Laporte G and Lee SY (1996) Examination Timetabling: Algorithmic Strategies and Applications. Journal of the Operation Research Society 74, Carter MW and Johnson DG (2001) Extended Clique Initialization in Examination Timetabling. Journal of the Operation Research Society 74, Casey S and Thompson J (2002) GRASPing the Examination Scheduling Problem. In Edmund Burke and Patrick De Causmaecker, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 4 th International Conference, Lecture Notes in Computer Science 2740, Springer-Verlag, Berlin 37. David P (1997) A Constraint-Based Approach for Examination Timetabling Using Local Repair Technique. In E. Burke, M. Carter, editors, The Practice and Theory of Automated Timetabling: 25

27 Selected Papers from the 2 nd International Conference, Lecture Notes in Computer Science 1408, Springer-Verlag, Berlin 38. de Werra D (1985) An Introduction to Timetabling. European Journal of Operations Research, 19, Di Gaspero L and Schaerf A (2001) Tabu Search Techniques for Examination Timetabling. In Edmund Burke and Wilhelm Erbens, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 3 rd International Conference, Lecture Notes in Computer Science 2079, Springer-Verlag, Berlin 40. Fahrion R and Wrede M (1990) On A Principle Of Chain Exchange For Vehicle Routing Problems (I- VRP). J. Oper. Res. Soc., Gendreau M, Guertin F, Potvin JY and Seguin R (1998) Neighbourhood Search Heuristics For A Dynamic Vehicle Dispatching Problem With Pick-ups And Aeliveries. CRT Han L and Kendall G (2003a) Guided Operators for a Hyper-Heuristic Genetic Algorithm. In proceedings of AI-2003: Advances in Artificial Intelligence. The 16th Australian Conference on Artificial Intelligence (AI'03) (eds Tamás D Gedeon and Lance Chun Che Fung), Perth, Australia, pp , Dec Han L and Kendall G (2003b) Investigation of a Tabu Assisted Hyper-Heuristic Genetic Algorithm. In proceedings of Congress on Evolutionary Computation (CEC2003), Canberra, Australia, Dec 8-12, pp (Vol. 3), IEEE Catalog Number: 03TH8674, ISBN: Joslin DE and Clements DP (1999) Squeaky Wheel Optimisation. Journal of Artificial Intelligence Research, 10: Kendall G and Hussin MN (2004) An Investigation of a Tabu Search Based Hyper-heuristic for Examination Timetabling. Selected Papers for The 1 st Multidisciplinary International Conference on Scheduling: Theory and Applications (MISTA) 46. Merlot TG Liam, Boland N, Hughes DB and Stuckey J P (2002) A Hybrid Algorithm for the Examination Timetabling Problem. In Edmund Burke and Patrick De Causmaecker, editors, The Practice and Theory of Automated Timetabling. Lecture Notes in Computer Science 2740, Springer-Verlag, Berlin 47. Petrovic S and Bykov Y (2002) A Multi-objective Optimisation Technique for Exam Timetabling Based on Trajectories. In Edmund Burke and Patrick De Causmaecker, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 4 th International Conference, Lecture Notes in Computer Science 2740, Springer-Verlag, Berlin 48. Petrovic S and Burke EK (2004) University Timetabling, Ch. 45 in the Handbook of Scheduling: Algorithms, Models, and Performance Analysis (eds. J. Leung), Chapman Hall/CRC Press 49. Romero BP (1982) Examination Scheduling In A Large Engineering School: A Computer Assisted Participative Procedure. Interfaces 12, Ross P, Hart E and Corne D (1997) Some Observations About GA-based Exam Timetabling. In Edmund Burke and Micheal Carter, editors, The Practice and Theory of Automated Timetabling: Selected Papers from the 2 nd International Conference, Lecture Notes in Computer Science 1408, Springer-Verlag, Berlin 51. Schaerf A (1999) A Survey of Automated Timetabling. Artificial Intelligence Review, 13(2): Terashima-Marín H, Ross P and Valenzuela-Rendón M (1999) Evolution of Constraint Satisfaction Strategies in Examination Timetabling. Proceedings of the Genetic and Evolutionary Conference, Orlando, FL. July 13-17, pp Thompson JM and Dowsland KA (1998) A Robust Simulated Annealing Based Examination Timetabling System. Computers Operations Research, 25,

Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling

Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling SALWANI ABDULLAH 1, SAMAD AHMADI 2, EDMUND K. BURKE 1, MOSHE DROR 3 1 Automated Scheduling, Optimisation and

More information

The Second International Timetabling Competition: Examination Timetabling Track

The Second International Timetabling Competition: Examination Timetabling Track The Second International Timetabling Competition: Examination Timetabling Track Barry McCollum, Paul McMullan School of Computer Science, Queen s University, Belfast, University Road, N. Ireland, BT7 1NN,

More information

Benchmarking Curriculum-Based Course Timetabling: Formulations, Data Formats, Instances, Validation, and Results

Benchmarking Curriculum-Based Course Timetabling: Formulations, Data Formats, Instances, Validation, and Results Benchmarking Curriculum-Based Course Timetabling: Formulations, Data Formats, Instances, Validation, and Results Fabio De Cesco Luca Di Gaspero Andrea Schaerf Abstract We propose a set of formulations

More information

Measurability and Reproducibility in University Timetabling Research: Discussion and Proposals

Measurability and Reproducibility in University Timetabling Research: Discussion and Proposals Measurability and Reproducibility in University Timetabling Research: Discussion and Proposals Andrea Schaerf and Luca Di Gaspero Dipartimento di Ingegneria Elettrica, Gestionale e Meccanica Università

More information

Jurnal Teknologi. A Modified Migrating Bird Optimization For University Course Timetabling Problem. Full paper

Jurnal Teknologi. A Modified Migrating Bird Optimization For University Course Timetabling Problem. Full paper Jurnal Teknologi Full paper A Modified Migrating Bird Optimization For University Course Timetabling Problem Lam Way Shen a, Hishammuddin Asmuni a*, Fong Cheng Weng b a Soft Engineering Research Group

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Seminar - Organic Computing

Seminar - Organic Computing Seminar - Organic Computing Self-Organisation of OC-Systems Markus Franke 25.01.2006 Typeset by FoilTEX Timetable 1. Overview 2. Characteristics of SO-Systems 3. Concern with Nature 4. Design-Concepts

More information

An application of Soft System Methodology

An application of Soft System Methodology Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 41 ( 2012 ) 426 433 International Conference on Leadership, Technology and Innovation Management An application of Soft

More information

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations 4 Interior point algorithms for network ow problems Mauricio G.C. Resende AT&T Bell Laboratories, Murray Hill, NJ 07974-2070 USA Panos M. Pardalos The University of Florida, Gainesville, FL 32611-6595

More information

A Comparison of Annealing Techniques for Academic Course Scheduling

A Comparison of Annealing Techniques for Academic Course Scheduling A Comparison of Annealing Techniques for Academic Course Scheduling M. A. Saleh Elmohamed 1, Paul Coddington 2, and Geoffrey Fox 1 1 Northeast Parallel Architectures Center Syracuse University, Syracuse,

More information

A simulated annealing and hill-climbing algorithm for the traveling tournament problem

A simulated annealing and hill-climbing algorithm for the traveling tournament problem European Journal of Operational Research xxx (2005) xxx xxx Discrete Optimization A simulated annealing and hill-climbing algorithm for the traveling tournament problem A. Lim a, B. Rodrigues b, *, X.

More information

Multimedia Application Effective Support of Education

Multimedia Application Effective Support of Education Multimedia Application Effective Support of Education Eva Milková Faculty of Science, University od Hradec Králové, Hradec Králové, Czech Republic eva.mikova@uhk.cz Abstract Multimedia applications have

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014 UNSW Australia Business School School of Risk and Actuarial Studies ACTL5103 Stochastic Modelling For Actuaries Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part B

More information

Fragment Analysis and Test Case Generation using F- Measure for Adaptive Random Testing and Partitioned Block based Adaptive Random Testing

Fragment Analysis and Test Case Generation using F- Measure for Adaptive Random Testing and Partitioned Block based Adaptive Random Testing Fragment Analysis and Test Case Generation using F- Measure for Adaptive Random Testing and Partitioned Block based Adaptive Random Testing D. Indhumathi Research Scholar Department of Information Technology

More information

Laboratorio di Intelligenza Artificiale e Robotica

Laboratorio di Intelligenza Artificiale e Robotica Laboratorio di Intelligenza Artificiale e Robotica A.A. 2008-2009 Outline 2 Machine Learning Unsupervised Learning Supervised Learning Reinforcement Learning Genetic Algorithms Genetics-Based Machine Learning

More information

Radius STEM Readiness TM

Radius STEM Readiness TM Curriculum Guide Radius STEM Readiness TM While today s teens are surrounded by technology, we face a stark and imminent shortage of graduates pursuing careers in Science, Technology, Engineering, and

More information

ISFA2008U_120 A SCHEDULING REINFORCEMENT LEARNING ALGORITHM

ISFA2008U_120 A SCHEDULING REINFORCEMENT LEARNING ALGORITHM Proceedings of 28 ISFA 28 International Symposium on Flexible Automation Atlanta, GA, USA June 23-26, 28 ISFA28U_12 A SCHEDULING REINFORCEMENT LEARNING ALGORITHM Amit Gil, Helman Stern, Yael Edan, and

More information

Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB Converters for Korean Metropolitan Ring Grid

Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB Converters for Korean Metropolitan Ring Grid Mathematical Problems in Engineering Volume 2016, Article ID 1546753, 9 pages http://dx.doi.org/10.1155/2016/1546753 Research Article Hybrid Multistarting GA-Tabu Search Method for the Placement of BtB

More information

Evolutive Neural Net Fuzzy Filtering: Basic Description

Evolutive Neural Net Fuzzy Filtering: Basic Description Journal of Intelligent Learning Systems and Applications, 2010, 2: 12-18 doi:10.4236/jilsa.2010.21002 Published Online February 2010 (http://www.scirp.org/journal/jilsa) Evolutive Neural Net Fuzzy Filtering:

More information

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System QuickStroke: An Incremental On-line Chinese Handwriting Recognition System Nada P. Matić John C. Platt Λ Tony Wang y Synaptics, Inc. 2381 Bering Drive San Jose, CA 95131, USA Abstract This paper presents

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Introduction to Simulation

Introduction to Simulation Introduction to Simulation Spring 2010 Dr. Louis Luangkesorn University of Pittsburgh January 19, 2010 Dr. Louis Luangkesorn ( University of Pittsburgh ) Introduction to Simulation January 19, 2010 1 /

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

A Reinforcement Learning Variant for Control Scheduling

A Reinforcement Learning Variant for Control Scheduling A Reinforcement Learning Variant for Control Scheduling Aloke Guha Honeywell Sensor and System Development Center 3660 Technology Drive Minneapolis MN 55417 Abstract We present an algorithm based on reinforcement

More information

Team Formation for Generalized Tasks in Expertise Social Networks

Team Formation for Generalized Tasks in Expertise Social Networks IEEE International Conference on Social Computing / IEEE International Conference on Privacy, Security, Risk and Trust Team Formation for Generalized Tasks in Expertise Social Networks Cheng-Te Li Graduate

More information

Automating the E-learning Personalization

Automating the E-learning Personalization Automating the E-learning Personalization Fathi Essalmi 1, Leila Jemni Ben Ayed 1, Mohamed Jemni 1, Kinshuk 2, and Sabine Graf 2 1 The Research Laboratory of Technologies of Information and Communication

More information

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria FUZZY EXPERT SYSTEMS 16-18 18 February 2002 University of Damascus-Syria Dr. Kasim M. Al-Aubidy Computer Eng. Dept. Philadelphia University What is Expert Systems? ES are computer programs that emulate

More information

TABLE OF CONTENTS TABLE OF CONTENTS COVER PAGE HALAMAN PENGESAHAN PERNYATAAN NASKAH SOAL TUGAS AKHIR ACKNOWLEDGEMENT FOREWORD

TABLE OF CONTENTS TABLE OF CONTENTS COVER PAGE HALAMAN PENGESAHAN PERNYATAAN NASKAH SOAL TUGAS AKHIR ACKNOWLEDGEMENT FOREWORD TABLE OF CONTENTS TABLE OF CONTENTS COVER PAGE HALAMAN PENGESAHAN PERNYATAAN NASKAH SOAL TUGAS AKHIR ACKNOWLEDGEMENT FOREWORD TABLE OF CONTENTS LIST OF FIGURES LIST OF TABLES LIST OF APPENDICES LIST OF

More information

Laboratorio di Intelligenza Artificiale e Robotica

Laboratorio di Intelligenza Artificiale e Robotica Laboratorio di Intelligenza Artificiale e Robotica A.A. 2008-2009 Outline 2 Machine Learning Unsupervised Learning Supervised Learning Reinforcement Learning Genetic Algorithms Genetics-Based Machine Learning

More information

AQUA: An Ontology-Driven Question Answering System

AQUA: An Ontology-Driven Question Answering System AQUA: An Ontology-Driven Question Answering System Maria Vargas-Vera, Enrico Motta and John Domingue Knowledge Media Institute (KMI) The Open University, Walton Hall, Milton Keynes, MK7 6AA, United Kingdom.

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

Impact of Cluster Validity Measures on Performance of Hybrid Models Based on K-means and Decision Trees

Impact of Cluster Validity Measures on Performance of Hybrid Models Based on K-means and Decision Trees Impact of Cluster Validity Measures on Performance of Hybrid Models Based on K-means and Decision Trees Mariusz Łapczy ski 1 and Bartłomiej Jefma ski 2 1 The Chair of Market Analysis and Marketing Research,

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Tomi Kinnunen and Ismo Kärkkäinen University of Joensuu, Department of Computer Science, P.O. Box 111, 80101 JOENSUU,

More information

BMBF Project ROBUKOM: Robust Communication Networks

BMBF Project ROBUKOM: Robust Communication Networks BMBF Project ROBUKOM: Robust Communication Networks Arie M.C.A. Koster Christoph Helmberg Andreas Bley Martin Grötschel Thomas Bauschert supported by BMBF grant 03MS616A: ROBUKOM Robust Communication Networks,

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

On the Combined Behavior of Autonomous Resource Management Agents

On the Combined Behavior of Autonomous Resource Management Agents On the Combined Behavior of Autonomous Resource Management Agents Siri Fagernes 1 and Alva L. Couch 2 1 Faculty of Engineering Oslo University College Oslo, Norway siri.fagernes@iu.hio.no 2 Computer Science

More information

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE Pierre Foy TIMSS Advanced 2015 orks User Guide for the International Database Pierre Foy Contributors: Victoria A.S. Centurino, Kerry E. Cotter,

More information

Decision Analysis. Decision-Making Problem. Decision Analysis. Part 1 Decision Analysis and Decision Tables. Decision Analysis, Part 1

Decision Analysis. Decision-Making Problem. Decision Analysis. Part 1 Decision Analysis and Decision Tables. Decision Analysis, Part 1 Decision Support: Decision Analysis Jožef Stefan International Postgraduate School, Ljubljana Programme: Information and Communication Technologies [ICT3] Course Web Page: http://kt.ijs.si/markobohanec/ds/ds.html

More information

Evolution of Symbolisation in Chimpanzees and Neural Nets

Evolution of Symbolisation in Chimpanzees and Neural Nets Evolution of Symbolisation in Chimpanzees and Neural Nets Angelo Cangelosi Centre for Neural and Adaptive Systems University of Plymouth (UK) a.cangelosi@plymouth.ac.uk Introduction Animal communication

More information

Solving Combinatorial Optimization Problems Using Genetic Algorithms and Ant Colony Optimization

Solving Combinatorial Optimization Problems Using Genetic Algorithms and Ant Colony Optimization University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 8-2012 Solving Combinatorial Optimization Problems Using Genetic Algorithms and

More information

An Investigation into Team-Based Planning

An Investigation into Team-Based Planning An Investigation into Team-Based Planning Dionysis Kalofonos and Timothy J. Norman Computing Science Department University of Aberdeen {dkalofon,tnorman}@csd.abdn.ac.uk Abstract Models of plan formation

More information

Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses

Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses Thomas F.C. Woodhall Masters Candidate in Civil Engineering Queen s University at Kingston,

More information

TD(λ) and Q-Learning Based Ludo Players

TD(λ) and Q-Learning Based Ludo Players TD(λ) and Q-Learning Based Ludo Players Majed Alhajry, Faisal Alvi, Member, IEEE and Moataz Ahmed Abstract Reinforcement learning is a popular machine learning technique whose inherent self-learning ability

More information

NUMBERS AND OPERATIONS

NUMBERS AND OPERATIONS SAT TIER / MODULE I: M a t h e m a t i c s NUMBERS AND OPERATIONS MODULE ONE COUNTING AND PROBABILITY Before You Begin When preparing for the SAT at this level, it is important to be aware of the big picture

More information

AN EXAMPLE OF THE GOMORY CUTTING PLANE ALGORITHM. max z = 3x 1 + 4x 2. 3x 1 x x x x N 2

AN EXAMPLE OF THE GOMORY CUTTING PLANE ALGORITHM. max z = 3x 1 + 4x 2. 3x 1 x x x x N 2 AN EXAMPLE OF THE GOMORY CUTTING PLANE ALGORITHM Consider the integer programme subject to max z = 3x 1 + 4x 2 3x 1 x 2 12 3x 1 + 11x 2 66 The first linear programming relaxation is subject to x N 2 max

More information

Learning Methods in Multilingual Speech Recognition

Learning Methods in Multilingual Speech Recognition Learning Methods in Multilingual Speech Recognition Hui Lin Department of Electrical Engineering University of Washington Seattle, WA 98125 linhui@u.washington.edu Li Deng, Jasha Droppo, Dong Yu, and Alex

More information

Reinforcement Learning by Comparing Immediate Reward

Reinforcement Learning by Comparing Immediate Reward Reinforcement Learning by Comparing Immediate Reward Punit Pandey DeepshikhaPandey Dr. Shishir Kumar Abstract This paper introduces an approach to Reinforcement Learning Algorithm by comparing their immediate

More information

Some Principles of Automated Natural Language Information Extraction

Some Principles of Automated Natural Language Information Extraction Some Principles of Automated Natural Language Information Extraction Gregers Koch Department of Computer Science, Copenhagen University DIKU, Universitetsparken 1, DK-2100 Copenhagen, Denmark Abstract

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ;

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ; EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10 Instructor: Kang G. Shin, 4605 CSE, 763-0391; kgshin@umich.edu Number of credit hours: 4 Class meeting time and room: Regular classes: MW 10:30am noon

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

A Generic Object-Oriented Constraint Based. Model for University Course Timetabling. Panepistimiopolis, Athens, Greece

A Generic Object-Oriented Constraint Based. Model for University Course Timetabling. Panepistimiopolis, Athens, Greece A Generic Object-Oriented Constraint Based Model for University Course Timetabling Kyriakos Zervoudakis and Panagiotis Stamatopoulos University of Athens, Department of Informatics Panepistimiopolis, 157

More information

Learning and Transferring Relational Instance-Based Policies

Learning and Transferring Relational Instance-Based Policies Learning and Transferring Relational Instance-Based Policies Rocío García-Durán, Fernando Fernández y Daniel Borrajo Universidad Carlos III de Madrid Avda de la Universidad 30, 28911-Leganés (Madrid),

More information

Introduction to Causal Inference. Problem Set 1. Required Problems

Introduction to Causal Inference. Problem Set 1. Required Problems Introduction to Causal Inference Problem Set 1 Professor: Teppei Yamamoto Due Friday, July 15 (at beginning of class) Only the required problems are due on the above date. The optional problems will not

More information

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming Data Mining VI 205 Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming C. Romero, S. Ventura, C. Hervás & P. González Universidad de Córdoba, Campus Universitario de

More information

Language properties and Grammar of Parallel and Series Parallel Languages

Language properties and Grammar of Parallel and Series Parallel Languages arxiv:1711.01799v1 [cs.fl] 6 Nov 2017 Language properties and Grammar of Parallel and Series Parallel Languages Mohana.N 1, Kalyani Desikan 2 and V.Rajkumar Dare 3 1 Division of Mathematics, School of

More information

SARDNET: A Self-Organizing Feature Map for Sequences

SARDNET: A Self-Organizing Feature Map for Sequences SARDNET: A Self-Organizing Feature Map for Sequences Daniel L. James and Risto Miikkulainen Department of Computer Sciences The University of Texas at Austin Austin, TX 78712 dljames,risto~cs.utexas.edu

More information

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Ajith Abraham School of Business Systems, Monash University, Clayton, Victoria 3800, Australia. Email: ajith.abraham@ieee.org

More information

Visual CP Representation of Knowledge

Visual CP Representation of Knowledge Visual CP Representation of Knowledge Heather D. Pfeiffer and Roger T. Hartley Department of Computer Science New Mexico State University Las Cruces, NM 88003-8001, USA email: hdp@cs.nmsu.edu and rth@cs.nmsu.edu

More information

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics Machine Learning from Garden Path Sentences: The Application of Computational Linguistics http://dx.doi.org/10.3991/ijet.v9i6.4109 J.L. Du 1, P.F. Yu 1 and M.L. Li 2 1 Guangdong University of Foreign Studies,

More information

What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data

What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data Kurt VanLehn 1, Kenneth R. Koedinger 2, Alida Skogsholm 2, Adaeze Nwaigwe 2, Robert G.M. Hausmann 1, Anders Weinstein

More information

The Good Judgment Project: A large scale test of different methods of combining expert predictions

The Good Judgment Project: A large scale test of different methods of combining expert predictions The Good Judgment Project: A large scale test of different methods of combining expert predictions Lyle Ungar, Barb Mellors, Jon Baron, Phil Tetlock, Jaime Ramos, Sam Swift The University of Pennsylvania

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

Major Milestones, Team Activities, and Individual Deliverables

Major Milestones, Team Activities, and Individual Deliverables Major Milestones, Team Activities, and Individual Deliverables Milestone #1: Team Semester Proposal Your team should write a proposal that describes project objectives, existing relevant technology, engineering

More information

AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES

AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES AUGUST 2001 Contents Sources 2 The White Paper Learning to Succeed 3 The Learning and Skills Council Prospectus 5 Post-16 Funding

More information

Evaluating Collaboration and Core Competence in a Virtual Enterprise

Evaluating Collaboration and Core Competence in a Virtual Enterprise PsychNology Journal, 2003 Volume 1, Number 4, 391-399 Evaluating Collaboration and Core Competence in a Virtual Enterprise Rainer Breite and Hannu Vanharanta Tampere University of Technology, Pori, Finland

More information

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250*

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250* Programme Specification: Undergraduate For students starting in Academic Year 2017/2018 1. Course Summary Names of programme(s) and award title(s) Award type Mode of study Framework of Higher Education

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

Discriminative Learning of Beam-Search Heuristics for Planning

Discriminative Learning of Beam-Search Heuristics for Planning Discriminative Learning of Beam-Search Heuristics for Planning Yuehua Xu School of EECS Oregon State University Corvallis,OR 97331 xuyu@eecs.oregonstate.edu Alan Fern School of EECS Oregon State University

More information

ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF

ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF Read Online and Download Ebook ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF Click link bellow and free register to download

More information

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Jana Kitzmann and Dirk Schiereck, Endowed Chair for Banking and Finance, EUROPEAN BUSINESS SCHOOL, International

More information

Applying Fuzzy Rule-Based System on FMEA to Assess the Risks on Project-Based Software Engineering Education

Applying Fuzzy Rule-Based System on FMEA to Assess the Risks on Project-Based Software Engineering Education Journal of Software Engineering and Applications, 2017, 10, 591-604 http://www.scirp.org/journal/jsea ISSN Online: 1945-3124 ISSN Print: 1945-3116 Applying Fuzzy Rule-Based System on FMEA to Assess the

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

CS Machine Learning

CS Machine Learning CS 478 - Machine Learning Projects Data Representation Basic testing and evaluation schemes CS 478 Data and Testing 1 Programming Issues l Program in any platform you want l Realize that you will be doing

More information

CHAPTER 4: REIMBURSEMENT STRATEGIES 24

CHAPTER 4: REIMBURSEMENT STRATEGIES 24 CHAPTER 4: REIMBURSEMENT STRATEGIES 24 INTRODUCTION Once state level policymakers have decided to implement and pay for CSR, one issue they face is simply how to calculate the reimbursements to districts

More information

Cal s Dinner Card Deals

Cal s Dinner Card Deals Cal s Dinner Card Deals Overview: In this lesson students compare three linear functions in the context of Dinner Card Deals. Students are required to interpret a graph for each Dinner Card Deal to help

More information

Visit us at:

Visit us at: White Paper Integrating Six Sigma and Software Testing Process for Removal of Wastage & Optimizing Resource Utilization 24 October 2013 With resources working for extended hours and in a pressurized environment,

More information

Nottingham Trent University Course Specification

Nottingham Trent University Course Specification Nottingham Trent University Course Specification Basic Course Information 1. Awarding Institution: Nottingham Trent University 2. School/Campus: Nottingham Business School / City 3. Final Award, Course

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne

School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne School Competition and Efficiency with Publicly Funded Catholic Schools David Card, Martin D. Dooley, and A. Abigail Payne Web Appendix See paper for references to Appendix Appendix 1: Multiple Schools

More information

Chapter 2 Rule Learning in a Nutshell

Chapter 2 Rule Learning in a Nutshell Chapter 2 Rule Learning in a Nutshell This chapter gives a brief overview of inductive rule learning and may therefore serve as a guide through the rest of the book. Later chapters will expand upon the

More information

Data Structures and Algorithms

Data Structures and Algorithms CS 3114 Data Structures and Algorithms 1 Trinity College Library Univ. of Dublin Instructor and Course Information 2 William D McQuain Email: Office: Office Hours: wmcquain@cs.vt.edu 634 McBryde Hall see

More information

An Effective Framework for Fast Expert Mining in Collaboration Networks: A Group-Oriented and Cost-Based Method

An Effective Framework for Fast Expert Mining in Collaboration Networks: A Group-Oriented and Cost-Based Method Farhadi F, Sorkhi M, Hashemi S et al. An effective framework for fast expert mining in collaboration networks: A grouporiented and cost-based method. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 27(3): 577

More information

Improving Fairness in Memory Scheduling

Improving Fairness in Memory Scheduling Improving Fairness in Memory Scheduling Using a Team of Learning Automata Aditya Kajwe and Madhu Mutyam Department of Computer Science & Engineering, Indian Institute of Tehcnology - Madras June 14, 2014

More information

Abstractions and the Brain

Abstractions and the Brain Abstractions and the Brain Brian D. Josephson Department of Physics, University of Cambridge Cavendish Lab. Madingley Road Cambridge, UK. CB3 OHE bdj10@cam.ac.uk http://www.tcm.phy.cam.ac.uk/~bdj10 ABSTRACT

More information

Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes

Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes WHAT STUDENTS DO: Establishing Communication Procedures Following Curiosity on Mars often means roving to places with interesting

More information

Guru: A Computer Tutor that Models Expert Human Tutors

Guru: A Computer Tutor that Models Expert Human Tutors Guru: A Computer Tutor that Models Expert Human Tutors Andrew Olney 1, Sidney D'Mello 2, Natalie Person 3, Whitney Cade 1, Patrick Hays 1, Claire Williams 1, Blair Lehman 1, and Art Graesser 1 1 University

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

CSC200: Lecture 4. Allan Borodin

CSC200: Lecture 4. Allan Borodin CSC200: Lecture 4 Allan Borodin 1 / 22 Announcements My apologies for the tutorial room mixup on Wednesday. The room SS 1088 is only reserved for Fridays and I forgot that. My office hours: Tuesdays 2-4

More information

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems John TIONG Yeun Siew Centre for Research in Pedagogy and Practice, National Institute of Education, Nanyang Technological

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

More information

A Case-Based Approach To Imitation Learning in Robotic Agents

A Case-Based Approach To Imitation Learning in Robotic Agents A Case-Based Approach To Imitation Learning in Robotic Agents Tesca Fitzgerald, Ashok Goel School of Interactive Computing Georgia Institute of Technology, Atlanta, GA 30332, USA {tesca.fitzgerald,goel}@cc.gatech.edu

More information

Math 181, Calculus I

Math 181, Calculus I Math 181, Calculus I [Semester] [Class meeting days/times] [Location] INSTRUCTOR INFORMATION: Name: Office location: Office hours: Mailbox: Phone: Email: Required Material and Access: Textbook: Stewart,

More information

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Stephan Gouws and GJ van Rooyen MIH Medialab, Stellenbosch University SOUTH AFRICA {stephan,gvrooyen}@ml.sun.ac.za

More information