Changes between Version 37 and Version 38 of KnownBugs


Ignore:
Timestamp:
09/17/12 12:52:34 (12 years ago)
Author:
mark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KnownBugs

    v37 v38  
    1111== Core ==
    1212||'''Issue number(s)'''||'''Description'''||'''Priority'''||'''Cost to fix (days)'''||
    13 ||462||Check for memory leaks, specifically agent cleanup||High||1||
    1413||467||AgentID is not required in actions||Low||1||
    15 ||320||Domain files and utility spaces should be checked upon repository loading, in some cases the utility may be higher than 1||Low||3||
     14||60,72,320||Domain files and utility spaces should be checked upon repository loading||High||3||
    1615||25,57||Implementation of real issues should be checked and fixed||Medium||3 - 5||
    1716||25||Implementation of integer issues should be checked and fixed||Medium||3 - 5||
     
    1918||475||The session counter does not function, it always returns one||Low||1||
    2019||-||Currently cost constrains are not generic (cost <= 900). I think it would be nice if we could set this per domain||Low||2||
    21 ||105||It is currently not possible to load a utiliyspace directory, the domain is requested, which is strictly not necessary||Low||1||
     20||105||It is currently not possible to load a utilityspace directory, the domain is requested, which is strictly not necessary||Low||1||
    2221||469,470||Use a (single) generic evaluation method in Utilspace instead of Evaluator||Low||10||
    2322||468||Make an objective extend an issue||Low||2||
     
    2524||37||Objective.getSiblings overly complex||Low||1||
    2625||38||Implementation of getType of issue seems inefficient||Low||1||
    27 ||60,72||Format of XML files needs to be checked, it is possible to cripple agents using corrupted domains||Medium||1||
    2826||64,67||Ensure that the type of issue matches the evaluator||Low||1||
    29 ||127||Implementation of getMaxUtility is too computationally expensive||Low||1||
     27||127||Implementation of getMaxUtility is too computationally expensive||Medium||1||
    3028
    3129
     
    3533||632||GNU license||Low||1||
    3634||-||Store global as ini file||Low||2||
    37 ||-||Decision function predictor for BOA framework||Low||3||
    38 ||-||Add options such as deadline, play both sides, self play as tournament options which can be specified in the GUI||Low||1||
     35||-||Decision function predictor for BOA framework||Low||2||
    3936
    4037== GUI ==
     
    4340||57||Check creating real issue domains using GUI||Low||5||
    4441||-||Upon starting a match the tournament progress table may not be visible||Low||1||
    45 ||443||Ensure that the deadline can be set and works||Low||1||
     42||443||Ensure that the deadline can be set and works||Medium||1||
    4643||458||Sometimes the costs in the GUI of the values of an issue are reset to zero.||Low||1||
    4744||26||Show model gives an exception if the negotiation template file name is left empty||Low||1||