Changeset 16 for src


Ignore:
Timestamp:
08/05/20 09:42:31 (4 years ago)
Author:
bart
Message:

Added BOA support, some bug fixes

Location:
src/main
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/runserver/WebSocketProtToPartyConn.java

    r8 r16  
    8686
    8787                container = ContainerProvider.getWebSocketContainer();
     88                container.setDefaultMaxTextMessageBufferSize(200000);
     89
    8890                log.log(Level.INFO,
    8991                                "Trying to make websocket connection to running party "
  • src/main/webapp/newsession.xhtml

    r15 r16  
    2929        <br /> Domain/Profile Server:
    3030        <input type="url" name="url" id="profilesserverurl"
    31                 value="localhost:8080/profilesserver-1.4.2"
     31                value="localhost:8080/profilesserver-1.4.4"
    3232                pattern=".*:[0-9]+/profilesserver" size="30"
    3333                onchange="connectDomain()"> </input>
     
    4343                <br /> <b>Participants</b> <br /> Parties Server: <input type="url"
    4444                        name="url" id="partiesserverurl"
    45                         value="localhost:8080/partiesserver-1.4.2"
     45                        value="localhost:8080/partiesserver-1.4.4"
    4646                        pattern=".*:[0-9]+/partiesserver" size="30"
    4747                        onchange="connectParties()"> </input> <br /> <br /> <b>Party
     
    4949                </select> <br /> Profile: <select id="profileselection"></select> Filter: <input
    5050                        type="text" id="filter" value="" maxlength="40" /> <br />
    51                 Parameters: { <input type="text" id="parameters"
    52                         onchange="updateParameters()" value="" maxlength="100" /> } <br />
    53                 <br />
     51                Parameters: {
     52                <textarea id="parameters" rows="2" cols="70"
     53                        onchange="updateParameters()" value="" />
     54                } <br /> <br />
    5455
    5556                <div id="cobsetting">
    56                         <input type="checkbox" id="advancedCobSettings" onchange="advancedCobSet()" ></input>
    57                         Advanced COB settings<br/>
    58                         <div id="advancedsettings" style="display:none">
     57                        <input type="checkbox" id="advancedCobSettings"
     58                                onchange="advancedCobSet()"></input> Advanced COB settings<br />
     59                        <div id="advancedsettings" style="display: none">
    5960                                <b>COB party settings</b> <br /> Party : <select
    6061                                        id="cobpartyselection">
    61                                 </select> <br /> Profile: <select id="cobprofileselection"></select>
    62                                 Filter: <input type="text" id="cobfilter" value=""
    63                                         maxlength="40" /> <br /> Parameters: { <input
    64                                         type="text" id="cobparameters" onchange="updateCobParameters()"
    65                                         value="" maxlength="100" /> } <br /> <br />
     62                                </select> <br /> Profile: <select id="cobprofileselection"></select> Filter:
     63                                <input type="text" id="cobfilter" value="" maxlength="40" /> <br />
     64                                <!--  -->
     65                                Parameters: { <textarea  id="cobparameters" rows="2" cols="70"
     66                                        onchange="updateCobParameters()" value="" /> } <br />
     67                                <br />
    6668                        </div>
    6769                </div>
     
    113115
    114116<script type="application/javascript">
     117       
    115118       
    116119       
     
    273276         refresh table: copy all parties elements in there.
    274277         Typically parties is something like
    275          [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.4.2",
     278         [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.4.4",
    276279                 "capabilities":{"protocols":["SAOP"]},
    277280                 "description":"places random bids until it can accept an offer with utility >0.6",
    278                  "id":"randomparty-1.4.2",
     281                 "id":"randomparty-1.4.4",
    279282                 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"},
    280283                                 ...]
     
    438441                       
    439442                        cell1.innerHTML = partyprofiles[pp]["party"]["partyref"];
    440                         cell2.innerHTML = JSON.stringify(partyprofiles[pp]["party"]["parameters"]);
     443                        // help browser breaking too large strings
     444                        cell2.innerHTML = JSON.stringify(partyprofiles[pp]["party"]["parameters"]).replace(/,/g,", ");
     445                        cell2.setAttribute("style","overflow-wrap: anywhere;");
    441446                        cell3.innerHTML = partyprofiles[pp]["profile"];
    442447                        cell4.innerHTML = cobpartyprofiles[pp]["party"]["partyref"];
    443                         cell5.innerHTML = JSON.stringify(cobpartyprofiles[pp]["party"]["parameters"]);
     448                        cell5.innerHTML = JSON.stringify(cobpartyprofiles[pp]["party"]["parameters"]).replace(/,/g,", ");
     449                        cell5.setAttribute("style","overflow-wrap: anywhere;");
    444450                        cell6.innerHTML = cobpartyprofiles[pp]["profile"];
    445451                }
     
    571577        function init() {
    572578                selectProtocol();
    573                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.4.2"
    574                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.4.2"
     579                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.4.4"
     580                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.4.4"
    575581                connectDomain();
    576582                connectParties();
     
    585591
    586592
     593
    587594</script>
    588595
  • src/main/webapp/newtournament.xhtml

    r15 r16  
    8787                <!-- party  1 selection -->
    8888                Party: <select id="partyselection">
    89                 </select> Parameters: { <input type="text" id="parameters"
    90                         onchange="getParameters('parameters')" value="" maxlength="100" /> }
    91                 <br />
     89                </select>
     90                <br /> Parameters: {
     91                <textarea id="parameters" rows="2" cols="70"
     92                        onchange="getParameters('parameters')" value="" />
     93                } <br />
    9294                <!-- party 2 selection -->
    9395                <div class="onlySHAOP">
    9496                        COB: <select id="partyselection2">
    95                         </select> Parameters: { <input type="text" id="parameters2"
    96                                 onchange="getParameters('parameters2')" value="" maxlength="100" />
     97                        </select>
     98                        <br /> Parameters: {
     99                        <textarea id="parameters2" rows="2" cols="70"
     100                                onchange="getParameters('parameters2')" value="" />
    97101                        }
    98102                </div>
     
    133137
    134138<script type="application/javascript">
     139       
    135140       
    136141       
     
    397402                                var cell2 = row.insertCell(-1);
    398403                                cell1.innerHTML = party["partyref"];
    399                                 cell2.innerHTML = JSON.stringify(party["parameters"]);
     404                                cell2.innerHTML = JSON.stringify(party["parameters"]).replace(/,/g,", ");;
     405                                cell2.setAttribute("style","overflow-wrap: anywhere;");
    400406                                if (col>0) {
    401407                                        cell1.className = cell2.className = "onlySHAOP";
     
    556562        */
    557563        function init() {
    558                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.4.2";
    559                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.4.2";
     564                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.4.4";
     565                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.4.4";
    560566
    561567                selectProtocol();
     
    580586
    581587
     588
    582589</script>
    583590
  • src/main/webapp/plotlog.xhtml

    r14 r16  
    2323        <div id="progress">Waiting for log file name</div>
    2424        <br />
     25        <div>Notice, the plotted utilities do not include possible elicitation costs.</div>
    2526        <div style="width: 100%;">
    2627                <canvas id="canvas"></canvas>
  • src/main/webapp/utilstable.xhtml

    r14 r16  
    2929                                <th align="center">run nr</th>
    3030                                <th align="center">accepted bid</th>
    31                                 <th align="center">party utilities</th>
     31                                <th align="center">party utility - penalty</th>
    3232                        </tr>
    3333                </thead>
     
    3737
    3838        </table>
    39 
    40 
    4139</body>
    4240
     41       
     42       
     43       
     44       
     45       
     46       
     47       
     48       
     49       
     50       
     51       
     52       
     53       
     54
     55       
    4356<!-- Script to get/update the  table using the query given in the URL. -->
    4457<script type="application/javascript">
    4558       
    4659       
    47        
    48        
    49        
    50        
    51        
    52        
    53        
    54        
    55        
    56        
    57        
    58        
    59        
    60        
    61 
    6260       
    6361       
     
    227225               
    228226                if (result['error']!=null) {
    229                         row.insertCell(-1).innerHTML="session failed with error";
     227                        var errstr="session failed:";
     228                        var err=result['error'];
     229                        if ("geniusweb.protocol.ProtocolException" in err) {
     230                                errstr=errstr+err["geniusweb.protocol.ProtocolException"]['cause']['message'];
     231                        }
     232                        row.insertCell(-1).innerHTML=errstr;
    230233                        return;
    231234                }
     
    241244                        var party =  result['participants'][n]
    242245                        var profile =party['profile'];
     246                var penalty=result['penalties'][n];
    243247                        // make short name for readability
    244248                        var partyname = party['party']['partyref'];
    245249                        partyname = partyname.split('/');
    246250                        partyname = partyname[partyname.length-1];
    247                         addUtilityCell(row.insertCell(-1), agreedbid, partyname, profile);
     251                        addUtilityCell(row.insertCell(-1), agreedbid, partyname, profile,penalty);
    248252                }
    249253        }
     
    255259        @param profileurl the profile url to use for the evaluation of the bid
    256260        @param bid the accepted bid, not null.
    257         */
    258         function addUtilityCell(cell, agreedbid, partyname, profileurl) {
     261        @param penalty costs made by the party, to be subtracted from total util.
     262                typically these are elicitation costs.
     263        */
     264        function addUtilityCell(cell, agreedbid, partyname, profileurl, penalty) {
    259265                var util = utility(profiles[profileurl],agreedbid);
    260                 cell.innerHTML = Math.round(util*1000000)/1000000 +" :"+partyname;
     266                var rUtil = Math.round(util*1000000)/1000000;
     267                var rPenalty = Math.round( (penalty )*1000000)/1000000 ;
     268                cell.innerHTML = rUtil + "-" + rPenalty + " :"+partyname;
    261269
    262270        }
Note: See TracChangeset for help on using the changeset viewer.