Opened 7 years ago
#2896 new enhancement
Remove the Result wrapper type
Reported by: | abeham | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 4.0 |
Component: | Optimization | Version: | |
Keywords: | Cc: |
Description
The ResultCollection encapsulates all results in a Result object instead of directly presenting them as a KeyValuePair in a similar way to how Run presents them. It would create more similarity in the logic how one extracts results from a run and a result collection.
Note: See
TracTickets for help on using
tickets.