Opened 14 years ago
Closed 13 years ago
#1215 closed enhancement (done)
Implement Meta Optimization Problem
Reported by: | cneumuel | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Problems.MetaOptimization | Version: | branch |
Keywords: | Cc: |
Description
Change History (13)
comment:1 Changed 14 years ago by cneumuel
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
- Version changed from 3.3 to branch
comment:3 Changed 13 years ago by ascheibe
- Owner changed from cneumuel to ascheibe
- Status changed from accepted to assigned
comment:4 Changed 13 years ago by ascheibe
comment:5 Changed 13 years ago by ascheibe
r7094 fixed project references for MetaOpt test project
comment:6 Changed 13 years ago by ascheibe
- renamed plugin files
- switched to a trunk-style PreBuildEvent.cmd
comment:7 Changed 13 years ago by ascheibe
r7137 renamed ServiceLocator to HiveServiceLocator
comment:8 Changed 13 years ago by ascheibe
- removed storing of valid types and valid values. This leads to wrong plugin discovery by the Persistence and Hive. Previously references to types of all available algorithms and problems were saved and needed by Hive for deserializing a MetaOpt task. Now only the actual values are saved and valid types and values are discovered after deserialization.
- added missing license headers
- added missing plugin references to plugin file
comment:9 Changed 13 years ago by ascheibe
r7173 enabled analyzers for MetaOpt per default
comment:10 Changed 13 years ago by ascheibe
r7242 adapted to static item image change and fixed a compiler warning
comment:11 Changed 13 years ago by gkronber
- Owner changed from ascheibe to gkronber
- Status changed from assigned to accepted
comment:12 Changed 13 years ago by gkronber
- Status changed from accepted to readytorelease
A daily build binary of the meta-optimization plugins is available from http://dev.heuristiclab.com/trac/hl/core/wiki/BranchesDailyBuilds.
This ticket is too general. Please create separate more specific tickets for feature requests and bugs in the meta-optimization branch.
comment:13 Changed 13 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r6984