Giter Club home page Giter Club logo

ainegotiaor's Introduction

AINegotiaor

Negotiator Assignment for CS 4710 at the University of Virginia

hw3

Framework and starter code for the third programming homework.

The Negotiator

The Negotiator class in negotiator_base.py defines the basic methods which - at a minimum - you will need to implement (as they are used by the framework). The file contains comments describing their purpose. Note that you are welcome to add other methods to the class (you will probably want to do this) for internal use; however, you must not remove any of the methods given in the existing file.

The Framework

The code in negotiator_framework.py is the testing harness we will use to exercise your code. It takes two negotiator subclasses (see the note on subclass naming below) and runs them against each other on several problem instances. Problem instances are described in CSV files detailing the list of "items" being ordered and the ranking of each item for each negotiator. The goal of each negotiator is to get the other to agree on an ordering of items as close to their desired ordering as possible; the utility received from an ordering is computed based on the difference from a negotiator's ideal ordering. (TODO: Add more detail to this)

Please name your submitted versions of negotiator_base.py in the form "(Your student ID).py"; when we run your code, we will be modifying negotiator_framework.py to have the following line "from (your ID) import Negotiator as (your ID)", and making instances of "(Your ID)" rather than "Negotiator".

ainegotiaor's People

Contributors

a-beck avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.