TRADING AGENT Developers: Vadim Ratner Dan Baum Supervisor: Ishay Menache.

Slides:



Advertisements
Similar presentations
SADNA – Ad Auction Session #2 Yishay Mansour Mariano Schain.
Advertisements

To Next Slide Unit 1 Chapter 1 Lesson 3 Linking Regions 20 Questions!
Artificial Intelligence of a Scrabble System
Designing Agent Societies
Distributed Constraint Optimization Problems M OHSEN A FSHARCHI.
CS 540 Database Management Systems
MARKETING OCT 4 Instructions Delete this slide and the next one from your final presentation. Delete instructions from the remaining slides. If you need.
Artificial Intelligence in Real Time Strategy Games Dan Li.
© 2011 Lumina Learning. All rights reserved.. © 2012 Lumina Learning. All rights reserved. Business Need: Pfizer’s sales force needed to develop their.
1 The Supply Chain Management Game for the Trading Agent Competition 2004 Supervisor: Ishai Menashe Dr. Ilana David final presentation: 10-Oct-04.
CS 452 – Software Engineering Workshop Acquire-Playing Agent System Group 1: Lisa Anthony Mike Czajkowski Luiza da Silva Winter 2001, Department of Mathematics.
My PGR Donna Miljus Change Team November My PGR Key Features Phase 1 provides an online tool which records meetings with supervisors and mentors.
Question 7: How can you use this knowledge? Ghandi More Group A.
Building Memory… Day 5 – November 27, Need to flip cards Create a remove method to remove from drawing canvas Call a show method to show on the.
InfoCenters and Information E-markets Itai Yarom PhD Researcher - AI Lab
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
Objectives Learn how to implement the sequential search algorithm Explore how to sort an array using the selection sort algorithm Learn how to implement.
1 Technion – Israel Institute of Technology Department of Electrical Engineering המעבדה לבקרה סמסטר חורף תשס " ב הצגת פרוייקט Autonomous Bidding Agent.
1 Matakuliah:G0492 / English for Advertising Tahun: 2005/2006 Advertising Planning and Strategy Strategic planning The Marketing Plan The Advertising Plan.
Public Key Encryption that Allows PIR Queries Dan Boneh 、 Eyal Kushilevitz 、 Rafail Ostrovsky and William E. Skeith Crypto 2007.
Stock Portfolio Activity Due: 5/31 (Tuesday) Worth: 250 Points.
Bully and Victim Dan Massa Discussion Questions Who here wasn’t a Bully at some point? Who here wasn’t a victim?
Short v. Long Volatility on Options So many different types of option strategies One useful distinction: are we long or short volatility? In other words:
By Paul Cottrell, BSc, MBA, ABD. Author Complexity Science, Behavioral Finance, Dynamic Hedging, Financial Statistics, Chaos Theory Proprietary Trader.
Investigative Analytics New techniques in data exploration Curt A. Monash, Ph.D. President, Monash Research Editor, DBMS2
What is SQL and Who uses it? Presented by: John Deardurff Global McOWL Internal Sales Training October 24, 2014.
Implementing Genetic Algorithms in Finance Applications Nihaar Sinha.
Ants. The Project A different (but very common) kind of programming competition Different skills But also fun, and not too much work.
Agents in E-commerce Roger Batsel CSCI May 1999.
AI PRACTICUM PROPOSAL Anand Bheemarajaiah, M.Eng. Chet Mancini, M.Eng. Felipe Osterling, Junior TA: Jason Yosinski.
Australia at the Olympics Australia’s golden aspirations and the Australian Institute of Sport.
Market Structures MONOPOLY OLIGOPOLY MONOPOLISTIC COMPETITION Competitive Markets.
Monopoly Agent Strategy Simulation Nicholas Loffredo.
Monopoly Agent Strategy Simulation Nicholas Loffredo.
Market and Market Identification Try to memorize the terms in this section, because you will use them throughout your study of marketing! The first important.
Copyright © 2006 by South-Western, a division of Thomson Learning, Inc. All rights reserved. 2-1 Chapter 2 Strategic Planning and the Marketing Process.
DEEP RED An Intelligent Approach to Chinese Checkers.
NETWORKING, MARKETING, COMMUNICATION MODULE Karlovac, 3 – 4 July 2014.
Week 1 Presentation Welcome Course Structure Strategy.
MySQL and GRID status Gabriele Carcassi 9 September 2002.
An Architecture based on a Social-Economic Approach for Flexible Grid Resource Allocation An Architecture based on a Social-Economic Approach for Flexible.
M1G Introduction to Programming 2 3. Creating Classes: Room and Item.
The Basics of Economics. Economic Activity Our economy, much like others around the world operate on a circular flow of economic activity. –Goods and.
An Investigation into Database Farming for Improved Performance Presented by: Supervisor: Russell Yong Prof Peter Wentworth.
MONOPOLY. CHARACTERISTICS  One seller of a good or service  Completely differentiated good  No close substitutes for the good  Barriers to entry 
Adversarial Search. Game playing u Multi-agent competitive environment u The most common games are deterministic, turn- taking, two-player, zero-sum game.
By: Ehsan Khodarahmi L7.  The role, appropriate use of, management of personal selling in marketing  The role and evaluation of additional communication.
Marketing Basics Chapter Key Terms 0 Marketing 0 Marketing Strategy 0 Target Market 0 Marketing Mix 0 Marketing Orientation 0 Final Consumers 0.
TEMPLATE DESIGN © Crawling is the process of automatically exploring a web application to discover the states of the application.
Understand Value for Key Segments It is critical to identify and understand –the value structure of targeted segments and how they differed from others.
Marketing I Curriculum Guide. Pricing Standard 4.
Marketing 2 Syllabus 4 Overview of Marketing & DECA 4 Review of general Marketing Competencies 4 Opportunities in DECA 4
Multi-Agents System CMSC 691B Gunjan Kalra Peter DSouza.
Find Binary Option Strategy for Beginners
Analysis of the External Environment and Competition
How to Make a Yearly Sales Target Plan
CASE STUDY.
Game Engine Architecture
MARKETING PROCESS.
What piecewise function represents the graph?
Top 6 Strategies of Digital Marketing.
Here is the graph of a function
The REAL TRUTH About Your Home’s MARKET VALUE.
Unit 9: Ecology.
A Penguin Attack AI Jason Buck CS
CIS 488/588 Bruce R. Maxim UM-Dearborn
The REAL TRUTH About Your Home’s MARKET VALUE.
Type Topic in here! Created by Educational Technology Network
Line Graphs.
Presentation transcript:

TRADING AGENT Developers: Vadim Ratner Dan Baum Supervisor: Ishay Menache

Project Goals: We wanted to create an agent that will be able to compete in the 2002 Trading Agent Competition. This involved: Understanding basic agent implementation. Developing a strategy through study of other agents and using AI techniques. Implementing the strategy using C++ tools. Upgrading existing and implementing new agent – server communication. Locating and optimizing key parameters in the agent.

Main Algorithm Loop until the game ends: Query the server for information. Decide what goods to buy and sell. Decide when to buy them. Send the information back to the server

Our Performance Here is our agent’s performance graph: And here is the performance graph of the top scorer: