GABIL Extensions
- They also tried adding new genetic operators (who doesn't?)
- The AddAlternative generalizes a constraint on a
specific attribute by changing a 0 to a 1. It was applied with
probability .01.
- The DropCondition replaces all bits for an
attribute with 1. It was applied with probability .6.
- In another experiment they added a new field to the
bitstring. The two new bits determine which of the previous
two operators can be applied.
$a_1$ |
$a_2$ |
$c$ |
$a_1$ |
$a_2$ |
$c$ |
AA |
DC |
10 |
01 |
1 |
11 |
10 |
0 |
1 |
0 |
means that AddAlternative can be applied but not DropCondition.
José M. Vidal
.
8 of 18