Opened 14 years ago
Closed 14 years ago
#1344 closed enhancement (done)
EvaluatedSolutions result for GAs
Reported by: | mkommend | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Algorithms.GeneticAlgorithm | Version: | 3.3.3 |
Keywords: | Cc: |
Description
The EvaluatedSolutions result should be calculated in GAs to make them better comparable with OSGAs.
Change History (14)
comment:1 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
comment:2 Changed 14 years ago by swagner
- Type changed from defect to enhancement
comment:3 Changed 14 years ago by abeham
- Status changed from new to accepted
comment:4 Changed 14 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 14 years ago by abeham
- Owner changed from mkommend to abeham
- Status changed from reviewing to assigned
comment:6 Changed 14 years ago by abeham
- Status changed from assigned to accepted
comment:7 Changed 14 years ago by abeham
comment:8 Changed 14 years ago by abeham
- Owner changed from abeham to swagner
- Status changed from accepted to reviewing
- Adapted all algorithms to count evaluated solutions / moves and outside of the parallel region
- Used the same pattern in every algorithm: Initialize and collect the variable in the Algorithm and increment it in the main loops and main operators
comment:9 Changed 14 years ago by abeham
- Owner changed from swagner to abeham
- Status changed from reviewing to assigned
mkommend detected a persistence break, the getter in the MainLoop property has to be defined more generally
comment:10 Changed 14 years ago by abeham
- Status changed from assigned to accepted
comment:11 Changed 14 years ago by abeham
- Owner changed from abeham to swagner
- Status changed from accepted to reviewing
- Fixed discovery of the main loop operator in the MainLoop property
comment:12 Changed 14 years ago by abeham
comment:13 Changed 14 years ago by swagner
- Owner changed from swagner to abeham
- Status changed from reviewing to readytorelease
Great. Thanks.
comment:14 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.
r5346