Opened 10 years ago
Closed 10 years ago
#2253 closed enhancement (done)
BinaryVectorCreator should have a probability property
Reported by: | mkommend | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Encodings.BinaryVectorEncoding | Version: | 3.3.10 |
Keywords: | Cc: |
Description
Currently the probability for true in the binary vector creator is set to 0.5 and cannot be adapted. It would be better to have a parameter, where the probability can be changed to another value.
Change History (8)
comment:1 Changed 10 years ago by gkronber
- Summary changed from BinaryVectorCreator should have a probality property to BinaryVectorCreator should have a probability property
comment:2 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:3 Changed 10 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by mkommend
- Owner changed from abeham to mkommend
- Status changed from reviewing to assigned
comment:5 Changed 10 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from assigned to reviewing
r11411: Added default value for trueProbability and missing XML parameter comment in RandomBinaryVectorCreator.
comment:6 Changed 10 years ago by abeham
- Owner changed from abeham to mkommend
- Changed parameter from fixedvalue to valuelookup to be consistent with other operators in binary encoding plugin
- Added backwards compatibility region
- Fixed several other inconsistencies
Please review the changes I made. I hope the motivation for the change is okay.
comment:7 Changed 10 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
comment:8 Changed 10 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r11929: merged to stable
Note: See
TracTickets for help on using
tickets.
r11410: Added true probability parameter to RandomBinaryVectorCreator.