Project 1 Project_1_The_Eight_Puzzle.doc.

Slides:



Advertisements
Similar presentations
F.O.C.U.S. on Posters Tips for Making Successful Posters, Websites, Projects, Book Covers and a Whole Lot More! by Phillip Martin.
Advertisements

Homework Assignment. Assignment One Ready for the next challenge. Great! Time to pick an affiliate product to promote. Go to ClickBank.com and go to the.
Creating Research Paper Note Cards (or How I organized my research and got an A in Mr. Forneys class).
Theme and central/main idea
Using the What Am I Template Copy the presentation to your hard drive. Open the slides using slide sorter and copy slides #3, 4 and 5 for each question.
 Natural consequence of the way Internet is organized o Best effort service means routers don’t do much processing per packet and store no state – they.
Brown, Suter, and Churchill Basic Marketing Research (8 th Edition) © 2014 CENGAGE Learning Basic Marketing Research Customer Insights and Managerial Action.
Five Finger Rule Sometimes it is difficult to know if a book is going to be too easy or too hard by just looking at it. The Five Finger Rule is one way.
P449. p450 Figure 15-1 p451 Figure 15-2 p453 Figure 15-2a p453.
Informed Search Strategies Tutorial. Heuristics for 8-puzzle These heuristics were obtained by relaxing constraints … (Explain !!!) h1: The number of.
Figure Figure 18-1 part 1 Figure 18-1 part 2.
Solving Systems with Matrices Can’t figure out how to solve systems using Elimination Method? Substitution Method? Graphing? Why not try…
FORMAL WRITING AND THIRD PERSON. TODAY’S GOAL Your goal is to kick yourself, yes, you, out of your writing. Oh, and I shouldn’t be in there either. Focus.
Why Study Chemistry?.
Solving the Puzzle A PowerPoint Game By Jay Lowery University of Memphis IDT 7062 Play the game Game Directions Story References Game Preparation Objectives.
Other Features Index and table of contents Macros and VBA.
Patterns and Multiplication. Patterns Multiplication It’s just really fast addition by jumping.
1 How to get your story out Time and space are against you Be clear, concise and compelling.
By D. Fisher. Easy 4 by 4 puzzle For answers click once. A.
 Understand the problem  Brainstorm solutions  Introduce the constraints  Choose the solution  Paper design  Actual design  Evaluate  Revise.
Mini-Lesson How did you choose those new sneakers?
A story that blends futuristic technology with scientific fact and fiction.
Timed Maths challenge! Can you handle it?. What is the answer? 3x3.
Computer Game Evaluation Jason Sabada CIS 487 Fall 2006.
Exercise Innovation Exploring painting as an innovative problem solving process.
Understanding TDQs and Writing a Response to Text.
Choosing a Good Book The “FIT” Method. F is for finding an interesting book.
Exceptions Copyright © Software Carpentry 2010 This work is licensed under the Creative Commons Attribution License See
A Just Right Book How Do I Know? Help!!! Too Easy You have read the book a lot. You understand the story very well. You know all or almost all the words.
Here is a kind of question that you can get on Verbal Reasoning. They might give you three groups of numbers like this: (4 [6] 2) (3 [7] 4) (5 [12] ?)
What is a thesis? -Idea-driven, arguable statement that is insightful, oftentimes not obvious (counter-intuitive, and thought-provoking). Answers: so what?
3D PUZZLE PYRAMID Example Text This is an example text.
Test Isolation and Mocking Technion – Institute of Technology Author: Gal Lalouche © 1 Author: Gal Lalouche - Technion 2016 ©
Finding the Volume of Prisms and Cylinders (or, “How a cheese slicer can help you learn about math!”)
Test1 Here some text. Text 2 More text.
AP CSP: Finding a Data Story
Learning Standards: I can define & identify the theme of a text.
Writing Effective News Reports
Personal Statements Presented by the UConn Pre-Medical/Dental Center
Understanding the Reading and Writing Processes
Additional “tidbits” for developing your poster . . .
Project 1 Project_1_The_Eight_Puzzle.doc.
Personal Statements Presented by the UConn Pre-Medical/Dental Center
P O S T E R T I T L E Authors & Institutions
Completing the tasks for A452 with….
Top Ten Reasons NOT to Plagiarize!
P O S T E R T I T L E EXAMPLE EXAMPLE EXAMPLE INTRODUCTION RESULTS
A-Z Questions Fifth Six Weeks
[type text here] [type text here] [type text here] [type text here]
Heuristic Algorithms via VBA
Your text here Your text here Your text here Your text here Your text here Pooky.Pandas.
You already have these slides, this is just a repacking in the order I intend to present them on OCT 14.
Your text here Your text here Your text here Your text here
[type text here] [type text here] [type text here] [type text here]
Krisp Tips How to build a Feedback-Rich Culture.
Writing out the research
P O S T E R T I T L E Authors & Institutions
HOW TO WRITE CONSTRUCTED RESPONSE ANSWERS…
Room 15 News & Notes September 17 – 21, 2018
Heuristic Algorithms via VBA
Heuristic Algorithms via VBA
Once chapter 5 Date: Objectives Warm –up – reading journal
Top Ten Reasons NOT to Plagiarize!
Working in Groups Table-based groups. 3-4 people per group, usually.
cREATIVE pRESENTATION
Writing out the research
Thought for the Week: Being accountable and living with integrity
P O S T E R T I T L E Authors & Institutions
P8.py.
Presentation transcript:

Project 1 Project_1_The_Eight_Puzzle.doc

Read the project handout. This is not hard or complicated ;-) I can do this in 24 lines of Matlab. If you find yourself writing hundreds of lines of code, stop, think and start again. You need to write a report that has your findings. Here is a hint, your findings will be: For shallow problems, it does not matter too much what heuristic you use, if any. As the problems get harder, heuristics help more and more. A good heuristic is better than a weak heuristic. You need to write a “A two to five -page report which summaries your findings”. I expect this report to be well written, coherent and largely free of misspellings/typos/poor grammar. I expect clean, well thought out figures and/or tables. The basic story of the report is: For simple problems (only slightly “messed-up” puzzles), having a heuristic does not make a difference. However, for harder puzzles, having a heuristic like Misplaced Tiles helps, and having a tight heuristic like Manhattan distance really helps.

Don’t cheat If you copy a single line of text, or a single line of code without proper attribution, I will fail you. I am better at catching cheaters, than you are at cheating.

Test cases Oh Boy 8 7 1 6 * 2 5 4 3 IMPOSSIBLE: The following puzzle is impossible to solve, if you can solve it, you have a bug in your code. 1 2 3 4 5 6 8 7 * Trival 1 2 3 4 5 6 7 8 * Very Easy 7 * 8 Easy 1 2 * 4 5 3 7 8 6 doable * 1 2