root/applications/doprava/Zlicingw.cfg @ 932

Revision 932, 1.1 kB (checked in by ondrak, 14 years ago)

Extended negotiation cycle

Line 
1agents = (
2        { // agent 1
3        class = "GreenWaveTrafficAgent";
4        name = "495";
5        lanes = (
6                        { sg="VA"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q1";},
7                        { sg="VB"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q2";}
8        );
9        neighbours = ("601");
10        offset = 40; //s
11        moje_special=14;
12},
13{ //agent 2
14        class = "GreenWaveTrafficAgent";
15        name = "601"; 
16        neighbours = ("495");
17}
18
19);
20
21logger = {class="memlog"; filename = "zlicin"; maxlen = 1000;};
22
23
24
25
26system = {
27        class = "AimsunDS";
28        // CSV file with input intensities for simulation
29        // original .........: entrances = "zlicin_20071212_495_601.csv";
30        // constant entrances: entrances = "zlicin_const01_495_601.csv";
31        //                     entrances = "zlicin_const02_495_601.csv";
32        entrances = "zlicin_const02_495_601.csv";
33
34        // Simulation length. Due to design of the Aimsun simulator,
35        // simulation in our case starts always at 00:00:00. Default simulation
36        // length is 24 hours (24:00:00).
37        stop_time = "01:00:00";
38       
39};
40
41//Number of recieve/broadcast calls before end of negotitaion
42negotiation_cycles = 5;
Note: See TracBrowser for help on using the browser.