#1728 closed defect (obsolete)
Huge number of exceptions thrown when loading meta-optimization problems
Reported by: | gkronber | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.MetaOptimization | Version: | branch |
Keywords: | Cc: |
Description
The method CheckTypeCompatibility in the SandboxedApplicationManager creates concrete type instances for generic types within a try {} catch() block. When deserializing meta-optimization problems a huge number of exceptions is thrown which causes a significant slow-down of deserialization.
Change History (4)
comment:1 Changed 12 years ago by mkommend
- Owner changed from ascheibe to jkarder
- Status changed from new to assigned
comment:2 Changed 12 years ago by jkarder
- Status changed from assigned to accepted
comment:3 Changed 12 years ago by jkarder
- Resolution set to obsolete
- Status changed from accepted to closed
comment:4 Changed 12 years ago by gkronber
- Milestone HeuristicLab 3.3.x Backlog deleted
Note: See
TracTickets for help on using
tickets.
In #1923 r8571 the TypeDiscovery and the CheckTypeCompatibility methods were completely rewritten and therefore it should be tested, if the ticket has not become obsolete.