Opened 10 years ago
Closed 9 years ago
#2267 closed enhancement (obsolete)
Implement different selection criterias for OSGA
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Algorithms.OffspringSelectionGeneticAlgorithm | Version: | 3.3.10 |
Keywords: | Cc: |
Description ΒΆ
This branch will be used to implement the following modifications for OSGA:
- selectable offspring selector
- automatic crossover and mutation selection
Change History (27)
comment:1 Changed 10 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 10 years ago by ascheibe
comment:3 Changed 10 years ago by ascheibe
comment:4 Changed 10 years ago by ascheibe
r11510 made offspring selector configurable
comment:5 Changed 10 years ago by ascheibe
r11511 added crossover selection operators
comment:6 Changed 10 years ago by ascheibe
r11512 minor fixes
comment:7 Changed 10 years ago by ascheibe
r11513 made subscopes offspring comparer configurable
comment:8 Changed 10 years ago by ascheibe
r11516 added new subscopes comparer
comment:9 Changed 10 years ago by ascheibe
r11517 forgot to commit file
comment:10 Changed 10 years ago by ascheibe
r11518 added probabilities to results
comment:11 Changed 10 years ago by ascheibe
TODO: A data table should be added for the probabilities
comment:12 Changed 10 years ago by ascheibe
r11629 switched OSGA experimentation branch to .NET 4.5
comment:13 Changed 10 years ago by ascheibe
r11729 fixed cloning bug
comment:14 Changed 10 years ago by ascheibe
r11796 added analysis functionality to diversity comparer
comment:15 Changed 10 years ago by ascheibe
r11824 added switch to turn off diversity as selection criteria but still generate the analysis chart
comment:16 Changed 10 years ago by ascheibe
r11841 improved chart
comment:17 Changed 10 years ago by ascheibe
r11843 added a comparator
comment:18 Changed 10 years ago by ascheibe
r11844 moved comparators into a own folder
comment:19 Changed 10 years ago by ascheibe
r11845 added another comparator
comment:20 Changed 10 years ago by ascheibe
r11884 added another comparator
comment:21 Changed 10 years ago by ascheibe
comment:22 Changed 10 years ago by ascheibe
r12350 added a new offspring selector
comment:23 Changed 10 years ago by ascheibe
r12351 fixed a bug
comment:24 Changed 10 years ago by ascheibe
r12352 improved offspring selector
comment:25 Changed 10 years ago by ascheibe
r12363 added another offspring selector
comment:26 Changed 10 years ago by ascheibe
r12369 added a value modifier
comment:27 Changed 9 years ago by ascheibe
- Resolution set to obsolete
- Status changed from accepted to closed
r13915 deleted vosga branch
r11491 created branch