iust.ac.ir/ An Iterated Greedy Algorithm for Solving the Blocking Flow Shop Scheduling Problem with Total Flow Time Criteria D. Khorasanian & G. Moslehi* Danial Khorasanian is an M.S. Student of Department of Industrial Engineering‚ Isfahan University of Technology‚ Isfahan‚ Iran Ghasem Moslehi is a Professor of Department of Industrial Engineering‚ Isfahan University of Technology‚ Isfahan‚ Iran KEYWORDS Constructive heuristic‚ Iterated greedy algorithm‚ Blocking flow shop‚ Total flow time
Premium Algorithm
learning methods‚ and etc. In this project‚ genetic algorithm will be used to solve this problem by using GAlib package. Genetic Algorithms are adaptive methods which may be used to solve search and optimization problems. They are based on the genetic processes of biological organisms. Over many generations‚ natural populations evolve according to the principles of natural selection and "survival of the fittest". By mimicking this process‚ genetic algorithms are able to "evolve" solutions to real world
Premium Genetic algorithm
Pencil Beam and Collapsed Cone Algorithm Calculations for a Lung-type Volume Using CT and the OMP Treatment Planning System Methods Measurements have been carried out in both phantom and a specifically designed phantom which simulated human lung volume. Samples were taken from the Lung Planning CT images for 15 patients using the Oncentra Masterplan OMP Treatment Planning System. The X-axis was‚ following convention‚ taken to be horizontal‚ and the Y-axis to be vertical; accordingly‚ abscissa
Premium Management Strategic management Statistics
RECENT DEVELOPMENTS IN METAHEURISTIC ALGORITHMS: A Review M. P. Saka* * E. Doğan‡ Corresponding author‚ Prof. Dr.‚ University of Bahrain‚ Department of Civil Engineering‚ Isa Town‚ Bahrain ‡ Assistant Professor‚ Celal Bayar University‚ Civil Engineering Department‚ Manisa‚ Turkey Stream: ECT2012RL Reference: ECT2012RL/2011/00005 1 Abstract Recent developments in optimization techniques that deals in finding the solution of combinatorial optimization problems has provided engineering
Premium Optimization Optimization algorithms Genetic algorithm
Asymptotic Functions: Big-O notation: The formal method of expressing the upper bound of an algorithm’s running time (worst case) Big-Omega notation: The formal method of expressing the lower bound of an algorithm’s running time (best case) Theta Notation: The method of expressing that a given function is bounded from both top to bottom by the same function This exists if and only if f(n) is O(g(n)) and f(n) is Ω(g(n)) Little-O notation:
Premium
Recommended Systems using Collaborative Filtering and Classification Algorithms in Data Mining Dhwani Shah 2008A7PS097G Mentor – Mrs. Shubhangi Gawali BITSC331 2011 1 BITS – Pilani‚ K.K Birla Goa INDEX S. No. 1. 2. 3. 4. 5. 6. 7. 8. 9. Topic Introduction to Recommended Systems Problem Statement Apriori Algorithm Pseudo Code Apriori algorithm Example Classification Classification Techniques k-NN algorithm Determine a good value of k References Page No. 3 5 5 7 14 16 19 24 26 2
Premium Machine learning Nearest neighbor search
International Data Encryption Algorithm CS-627-1 Fall 2004 By How-Shen Chang Table of Contents: Introduction 2 Description of IDEA 3 Key Generation 3 Encryption 4 Decryption 6 Modes of operation 6 Weak keys for IDEA 6 Implementation 7 Applications 8 Conclusion 9 Introduction The Data Encryption Standard (DES) algorithm has been a popular secret key encryption algorithm and is used in many commercial and financial applications. Although introduced in 1976‚ it
Premium Cryptography Encryption Key
1 A Modified Shuffled Frog Leaping Algorithm for Nonconvex Economic Dispatch Problem Eiman Sayedi‚ Malihe M. Farsangi‚ Mohammad Barati‚ and Kwang Y. Lee‚ Fellow‚ IEEE al. in [3]. To improve the performance of the SFL algorithm‚ a chaos search is combined with SFL by Li‚ et al. in [4]. In [5]‚ a new frog leaping rule is introduced and the direction and the length of each frog’s jump are extended by emulating frog’s perception and action uncertainties. Zhen‚ et al. in [6]‚ introduced a new leaping
Premium Optimization Genetic algorithm Frog
Enhancement of Bee colony algorithm using 2-opt technique for constructing optimal path Bindia Sonika Jaspreet Kaur Sahiwal Dept. of CSE‚ Lovely Professional University Dept. of CSE‚ Lovely Professional University Dept. of CSE‚ Lovely Professional University Phagwara‚ India Phagwara‚ India
Premium Honey bee Beekeeping Honey
APRIORI Algorithm Professor Anita Wasilewska Lecture Notes The Apriori Algorithm: Basics The Apriori Algorithm is an influential algorithm for mining frequent itemsets for boolean association rules. Key Concepts : • Frequent Itemsets: The sets of item which has minimum support (denoted by Li for ith-Itemset). • Apriori Property: Any subset of frequent itemset must be frequent. • Join Operation: To find Lk ‚ a set of candidate k-itemsets is generated by joining Lk-1 with itself. The Apriori
Premium Mathematics