#18 closed enhancement (done)
Implement standard algorithms and problems
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | highest | Milestone: | HeuristicLab 3.3.0 |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
Before thinking about a final HeuristicLab 3.0 release, several standard optimization algorithms (SA, ES, PSO, ACO, TS, ...) and problems (JSSP, VRP, test functions, ...) have to be implemented.
Additionally, perhaps we should think about porting the HeuristicLab 1.1 legacy plugins to HeuristicLab 3.0.
Change History (20)
comment:1 Changed 17 years ago by swagner
- Owner swagner deleted
comment:2 Changed 17 years ago by abeham
comment:3 Changed 17 years ago by abeham
Added ES user interface in #71
comment:4 Changed 17 years ago by abeham
Added ES user interface in r71
comment:5 Changed 16 years ago by swagner
- Milestone changed from 3.0 to 3.2
- Version changed from 3.0 to 3.2
comment:6 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:7 Changed 16 years ago by abeham
Added version of Simulated Annealing (SA) in r1289
comment:8 Changed 16 years ago by swagner
Thanks Andreas for your work on SA. Great.
I suggest to create sub-tickets for each standard metaheuristic that is implemented and to reference these tickets here. Additionally, trac components should be created as well.
comment:9 Changed 15 years ago by swagner
- Owner set to swagner
comment:10 Changed 15 years ago by abeham
updated workbenches in r3323
comment:11 Changed 15 years ago by abeham
updated workbenches in r3325
comment:12 Changed 15 years ago by swagner
Updated sample GA in r3400.
comment:13 Changed 15 years ago by swagner
Updated sample GA in r3401.
comment:14 Changed 15 years ago by swagner
Updated samples in r3574.
comment:15 Changed 15 years ago by gkronber
Added genetic programming samples with r3686.
comment:16 Changed 15 years ago by swagner
Updated samples in r3695.
comment:17 Changed 15 years ago by abeham
- updated TS
comment:18 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from new to closed
Several standard algorithms and problems have been implemented in HeuristicLab 3.3. Although many are still missing, I close this ticket for now as these algorithms and problems should be treated in more specific tickets.
comment:19 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
I added a simple ES: ES_TSP