se.sics.tasim.is.common
Class ScheduleChanger

java.lang.Object
  extended by se.sics.tasim.is.common.ScheduleChanger

public class ScheduleChanger
extends java.lang.Object

ScheduleChanger is an utility to add or remove an agent in some games during a competition by replacing with other agents.

 # CONFIG FILE FOR TAC qualifying
 competition.config=tac3_simulator.conf
 competition.id=1
 # Add agent
 agentToAdd=AgentName
 firstGame=3198
 gamesToSchedule=23
 # Remove agent
 agentToRemove=AgentName
 firstGame=3198
 is.database.sql.url=jdbc:mysql://localhost:3306/mysql
 log.consoleLevel=0
 


Constructor Summary
ScheduleChanger()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleChanger

public ScheduleChanger()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.