Opened 13 years ago
Closed 9 years ago
#1674 closed feature request (done)
Implement multi-objective external evaluation problem
Reported by: | abeham | Owned by: | ascheibe |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.13 |
Component: | Problems.ExternalEvaluation | Version: | 3.3.12 |
Keywords: | Cc: |
Description (last modified by pfleck)
Feature requested on the mailinglist.
This ticket must be released after #2507.
Change History (18)
comment:1 Changed 10 years ago by abeham
- Priority changed from medium to high
comment:2 Changed 9 years ago by abeham
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.13
comment:3 Changed 9 years ago by pfleck
- Owner changed from abeham to pfleck
- Status changed from new to assigned
comment:4 Changed 9 years ago by pfleck
- Status changed from assigned to accepted
comment:5 Changed 9 years ago by pfleck
- Description modified (diff)
- Version changed from 3.3.5 to 3.3.12
comment:6 Changed 9 years ago by pfleck
comment:7 Changed 9 years ago by pfleck
- Added a SupportScript for the MultiObjectiveExternalEvaluationProblem.
- Extracted code from the SingleObjectiveOptimizationSupportScript into the OptimizationSupportScript to reuse code for the MultiObjectiveOptimizationSupportScript.
comment:8 Changed 9 years ago by pfleck
r13203 Made CacheEntry thread-safe. Renamed the persistence properties for more clarity.
comment:9 Changed 9 years ago by pfleck
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
comment:10 Changed 9 years ago by jkarder
r13212: sealed MultiObjectiveProblemDefinitionScript
comment:11 follow-up: ↓ 12 Changed 9 years ago by abeham
- Owner changed from abeham to ascheibe
I am at VA today and moving to Karlsruhe right afterwards. I don't have any time until Friday to do this. But I think this is important and was requested on the mailinglist also. Maybe you can review it?
comment:12 in reply to: ↑ 11 Changed 9 years ago by ascheibe
Ok, I will have a look at it.
comment:13 Changed 9 years ago by ascheibe
Reviewed changes:
- Because there is now a MultiObjectiveExternalEvaluationProblem, there should also be a SingleObjectiveExternalEvaluationProblem. Please change the item names to
- External Evaluation Problem (single-objective)
- External Evaluation Problem (multi-objective)
- In the constructor of MultiObjectiveExternalEvaluationProblem is a line which is commented out. Please comment it in or remove it.
- In CompiledSingleObjectiveOptimizationSupport/CompiledMultiObjectiveOptimizationSupport fix commented out code
comment:14 Changed 9 years ago by ascheibe
- Owner changed from ascheibe to pfleck
- Status changed from reviewing to assigned
comment:15 Changed 9 years ago by pfleck
- Adapted ItemName from ExternalEvaluationProblem and MultiObjectiveExternalEvaluationProblem.
- Removed/Fixed the support script code in from the comments.
comment:16 Changed 9 years ago by ascheibe
- Owner changed from pfleck to ascheibe
- Status changed from assigned to reviewing
comment:18 Changed 9 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13180