Opened 13 years ago
Closed 12 years ago
#1745 closed enhancement (done)
Calculate islands of the Island GA in parallel
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Algorithms.GeneticAlgorithm | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Attachments (2)
Change History (29)
comment:1 Changed 13 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 13 years ago by ascheibe
comment:3 Changed 13 years ago by ascheibe
r7289 readded migrations counter
comment:4 Changed 13 years ago by ascheibe
r7296 fixed migrations counting
comment:5 Changed 13 years ago by ascheibe
- moved island analyzer to islands
- fixed bug which led to bad performance compared to the original island GA
comment:6 Changed 13 years ago by ascheibe
- disabled parallel solution creation and evaluation because of the hive engine
- improved parameter lookup in reduction operators
- added ReductionTypes
comment:7 Changed 13 years ago by ascheibe
r7323 added multiple reduction operations
comment:8 Changed 13 years ago by ascheibe
r7325 added result storing operations for the reducer
comment:9 Changed 13 years ago by ascheibe
r7329 added a random number generator creator for subscopes to make island ga runs reproducible
comment:10 Changed 13 years ago by ascheibe
r7383 merged trunk changes into branch
comment:11 Changed 13 years ago by ascheibe
r7391 removed target operations, use reduction operations instead
comment:12 Changed 13 years ago by ascheibe
r7392 implemented reviewing comments for the data reducer and the local random generator
comment:13 Changed 13 years ago by ascheibe
r7393 added a view for reduction operations based on the permutation type view
comment:14 Changed 13 years ago by ascheibe
r7394 fixed typos
comment:15 Changed 13 years ago by ascheibe
r7395 moved new Island GA to trunk
comment:16 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from accepted to reviewing
comment:17 Changed 13 years ago by ascheibe
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
comment:18 Changed 13 years ago by ascheibe
- Version changed from branch to 3.3.6
Changed 13 years ago by ascheibe
Changed 13 years ago by ascheibe
comment:19 Changed 13 years ago by ascheibe
- Owner changed from swagner to ascheibe
- Status changed from reviewing to assigned
comment:20 Changed 13 years ago by ascheibe
- updated plugin dependencies
- updated Island GA sample
- updated Island GA unit test
comment:21 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from assigned to reviewing
comment:22 Changed 12 years ago by swagner
Refactored DataReducer in r8252.
comment:23 Changed 12 years ago by ascheibe
r8253 added parametrization of analyzers with the random parameter
comment:24 Changed 12 years ago by ascheibe
comment:25 Changed 12 years ago by swagner
Additional minor refactoring of DataReducer in r8256.
comment:26 Changed 12 years ago by swagner
- Owner changed from swagner to ascheibe
- Status changed from reviewing to readytorelease
Finished review. Thanks.
comment:27 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
r7288 added first version of a parallel island ga and reducing operators