Opened 14 years ago
Closed 14 years ago
#1389 closed enhancement (done)
Provide a base class for multi-objective problems
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.3 |
Component: | Optimization | Version: | 3.3.3 |
Keywords: | Cc: |
Description
A base class for multi-objective problems should be provided by the HeuristicLab.Optimization plugin (similar to SingleObjectiveProblem<T, U>).
Change History (4)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
- Status changed from accepted to readytorelease
comment:4 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Added MultiObjectiveProblem<T, U> in r5343.