Changes between Version 37 and Version 38 of KnownBugs
- Timestamp:
- 09/17/12 12:52:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KnownBugs
v37 v38 11 11 == Core == 12 12 ||'''Issue number(s)'''||'''Description'''||'''Priority'''||'''Cost to fix (days)'''|| 13 ||462||Check for memory leaks, specifically agent cleanup||High||1||14 13 ||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|| 16 15 ||25,57||Implementation of real issues should be checked and fixed||Medium||3 - 5|| 17 16 ||25||Implementation of integer issues should be checked and fixed||Medium||3 - 5|| … … 19 18 ||475||The session counter does not function, it always returns one||Low||1|| 20 19 ||-||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 utili yspace 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|| 22 21 ||469,470||Use a (single) generic evaluation method in Utilspace instead of Evaluator||Low||10|| 23 22 ||468||Make an objective extend an issue||Low||2|| … … 25 24 ||37||Objective.getSiblings overly complex||Low||1|| 26 25 ||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||28 26 ||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|| 30 28 31 29 … … 35 33 ||632||GNU license||Low||1|| 36 34 ||-||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|| 39 36 40 37 == GUI == … … 43 40 ||57||Check creating real issue domains using GUI||Low||5|| 44 41 ||-||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|| 46 43 ||458||Sometimes the costs in the GUI of the values of an issue are reset to zero.||Low||1|| 47 44 ||26||Show model gives an exception if the negotiation template file name is left empty||Low||1||