Opened 14 years ago
Closed 13 years ago
#1054 closed enhancement (done)
Add an explanatory description to the CurrentSuccessRatio result
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.6 |
Component: | Algorithms.OffspringSelectionGeneticAlgorithm | Version: | 3.3.6 |
Keywords: | Cc: |
Description
As reported by swinkler
- IMHO the meaning of the result "CurrentSuccessRatio?" is not completely clear, especially because there is no description given. This value rises steadily during a generation of an OS-GA; from the publications one could expect this parameter to be either constant (because it is a parameter of the OS) or fluctuating (because it represents something like the "success rate").
- abeham: It's an indication of how much of the currently generated offspring population in the OS step is successful compared to the total population. It's not a result as such, but rather a live status feedback. If it's causing confusion I'll remove it, but I'll have to talk to maffenze about this first.
- swagner: This parameter is quite valuable and should not be removed. I also would not change the name, but perhaps we can add an explanatory description?
Change History (9)
comment:1 Changed 13 years ago by abeham
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.5
- Status changed from new to accepted
comment:2 Changed 13 years ago by abeham
- Milestone changed from HeuristicLab 3.3.5 to HeuristicLab 3.3.6
comment:3 Changed 13 years ago by abeham
comment:4 Changed 13 years ago by abeham
- Owner changed from abeham to swagner
- Status changed from accepted to reviewing
- Changed Result's ItemDescription to display its Description if one is defined, otherwise the description was not visible
comment:5 Changed 13 years ago by swagner
- Status changed from reviewing to assigned
comment:6 Changed 13 years ago by swagner
- Status changed from assigned to accepted
comment:7 Changed 13 years ago by swagner
Thanks for adding the descriptions. I reviewed the changes and made some additional modifications in r7235:
- added information icons in VariableValueView and ResultValueView for showing the description of a variable or a result
- fixed tooltip update in NamedItemCollectionView
- reverted changes of r6631 as the item tooltips are now correctly updated with Item.Description
- removed some outdated XML source code comments
comment:8 Changed 13 years ago by swagner
- Owner changed from swagner to abeham
- Status changed from accepted to readytorelease
comment:9 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6630