Phase transition in the Countdown problem

Slides:



Advertisements
Similar presentations
1 © NOKIA Presentation_Name.PPT / / Jukka K. Nurminen OR at Nokia Research Center Jukka K. Nurminen Nokia Research Center
Advertisements

Recap. Be cautious.. Data may not be in one blob, need to separate data into groups Clustering.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
Workshop on Stochastic Differential Equations and Statistical Inference for Markov Processes Day 1: January 19 th, Day 2: January 28 th Lahore University.
Approximate Counting via Correlation Decay Pinyan Lu Microsoft Research.
Content Based Image Clustering and Image Retrieval Using Multiple Instance Learning Using Multiple Instance Learning Xin Chen Advisor: Chengcui Zhang Department.
Lesson 19 Recursion CS1 -- John Cole1. Recursion 1. (n) The act of cursing again. 2. see recursion 3. The concept of functions which can call themselves.
2015/6/15VLC 2006 PART 1 Introduction on Video Coding StandardsVLC 2006 PART 1 Variable Length Coding  Information entropy  Huffman code vs. arithmetic.
Recursion.
Computability and Complexity 24-1 Computability and Complexity Andrei Bulatov Approximation.
Given Connections Solution
Genetic Algorithms Nehaya Tayseer 1.Introduction What is a Genetic algorithm? A search technique used in computer science to find approximate solutions.
K-means Clustering. What is clustering? Why would we want to cluster? How would you determine clusters? How can you do this efficiently?
2015/7/12VLC 2008 PART 1 Introduction on Video Coding StandardsVLC 2008 PART 1 Variable Length Coding  Information entropy  Huffman code vs. arithmetic.
Time for playing games Form pairs You will get a sheet of paper to play games with You will have 12 minutes to play the games and turn them in.
T Ball (1 Relation) What Your Robots Do Karl Lieberherr CSU 670 Spring 2009.
Copyright © Cengage Learning. All rights reserved.
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProbability.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 19: Recursion.
Analysis of Algorithm Lecture 3 Recurrence, control structure and few examples (Part 1) Huma Ayub (Assistant Professor) Department of Software Engineering.
Sequences and Series. Quick Review.
Lecture 6 Producer Theory Theory of Firm. The main objective of firm is to maximize profit Firms engage in production process. To maximize profit firms.
Brute Force Average of 88 checks Worst possible algorithm if there is a ship in the bottom right cell Best search: 25.
2.4 Sequences and Summations
1 ECE-517 Reinforcement Learning in Artificial Intelligence Lecture 7: Finite Horizon MDPs, Dynamic Programming Dr. Itamar Arel College of Engineering.
ES 314 Advanced Programming Instructors: B. Ravikumar J. Agrawal A.Kojoory Department of Engg Science.
Introduction to Lattice Simulations. Cellular Automata What are Cellular Automata or CA? A cellular automata is a discrete model used to study a range.
Today in Precalculus Notes: Sequences Homework Go over quiz.
自旋玻璃与消息传递算法 Spin Glass and Message-Passing Algorithms 周海军 中国科学院理论物理研究所.
Analyzing the Vulnerability of Superpeer Networks Against Attack Niloy Ganguly Department of Computer Science & Engineering Indian Institute of Technology,
1 ECE 517: Reinforcement Learning in Artificial Intelligence Lecture 8: Dynamic Programming – Value Iteration Dr. Itamar Arel College of Engineering Department.
Basic Principles (continuation) 1. A Quantitative Measure of Information As we already have realized, when a statistical experiment has n eqiuprobable.
August 30, 2004STDBM 2004 at Toronto Extracting Mobility Statistics from Indexed Spatio-Temporal Datasets Yoshiharu Ishikawa Yuichi Tsukamoto Hiroyuki.
DRP Carl Gauss “Mathematics is the queen of sciences” “Number Theory is the queen of mathematics”
Chapter 8: Probability: The Mathematics of Chance Lesson Plan Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Continuous.
L10 – Map labeling algorithms NGEN06(TEK230) – Algorithms in Geographical Information Systems L10- Map labeling algorithms by: Sadegh Jamali (source: Lecture.
STABILITY ANALYSIS IN MULTICRITERIA OPTIMIZATION Tallinn 2010 Karelkina Olga University of Turku Department of Mathematics.
Discrete Mathematics Lecture # 22 Recursion.  First of all instead of giving the definition of Recursion we give you an example, you already know the.
DEPARTMENT/SEMESTER ME VII Sem COURSE NAME Operation Research Manav Rachna College of Engg.
Percolation Percolation is a purely geometric problem which exhibits a phase transition consider a 2 dimensional lattice where the sites are occupied with.
Giansalvo EXIN Cirrincione unit #4 Single-layer networks They directly compute linear discriminant functions using the TS without need of determining.
Computational Intelligence Winter Term 2015/16 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund.
Basic Probability. Introduction Our formal study of probability will base on Set theory Axiomatic approach (base for all our further studies of probability)
Teacher Notes: This game of countdown is played in the same way as the TV series, but please be liberal about the amount of time allowed. Students are.
Sequences and Summations ICS 6D Prof. Sandy Irani.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
The Goal of Science To create a set of models that describe the measurable universe. These models must – Fit previous verified measurements applicable.
Pre-Calculus Section 8.1A Sequences and Series. Chapter 8: Sequences, Series, and Probability Sequences and series describe algebraic patterns. We will.
Chapter 19: Recursion.
Great Theoretical Ideas in Computer Science
Applied Discrete Mathematics Week 7: Probability Theory
GCD and Optimization Problem
Compsci 201, Union-Find Algorithms
Elementary Statistics
Discrete Math (2) Haiming Chen Associate Professor, PhD
Copyright © Cengage Learning. All rights reserved.
Hidden Markov Models Part 2: Algorithms
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Advanced Placement Statistics Section 7.2: Means & Variance of a
Welcome to the wonderful world of Probability
Copyright © Cengage Learning. All rights reserved.
Ants and the TSP.
Image and Video Processing
Handwritten Characters Recognition Based on an HMM Model
Inside Microsoft Research
Bell Ringer # (-6) + 12 #2. 91 – 24 #3. 7(-2) #4. 30 ÷ 2.
8-2 Analyzing Arithmetic Sequences and Series
Discrete Mathematics and Its Applications
Sequences.
Sets, Combinatorics, Probability, and Number Theory
Presentation transcript:

Phase transition in the Countdown problem Lucas Lacasa, School of Mathematical Sciences, Queen Mary University of London Bartolo Luque, Department of Applied Mathematics, Technical University of Madrid RULES Recursive algorithm - Given a set of k integers extracted randomly from the pool [1,M] - Extract another random integer T from the pool [1,M] - Combine the set of integers through arithmetic operations (use at most once each number) Question WHICH IS THE PROBABILITY OF REACHING T ? Probability of winning the game (Rescaled) intensive control parameter Example [k=4,M=200] {3, 12, 5, 53} T=118 Solution exists? YES S=(53-12)*3-5=118 {7, 11, 82, 26} T=181 Solution exists? NO (Closest formula= 26*7=182) Efficiency is maximal at the transition The transition between loosing and winning is sharp (zero-one law) The problem is similar to optimization problems (random K-satisfiability) Efficiency is maximal close to the transition point Connections between statistical physics of spin glasses, number theory and combinatorial group theory Null model for cognitive processes (arithmetics) In the finite size system analogous to the quiz show, the threshold between impossible (P=0) and easy (P=1) is for k=6 numbers!!! (see figure on the top) Q denotes the average amount of accessible targets in [1,M] per integer Lucas Lacasa and Bartolo Luque, Phase transition in the Countdown problem, Physical Review E 86, 010105 (R) (2012)