- Add transfer function module (please read this paper )
- Add two new datatypes:
TransferBinaryVar
andTransferBoolVar
. - Fix bug un-order variables in
PermutationVar
data type. - Update data type of encoded solution in
BoolVar
data type. - Update correct function in
BoolVar
andBinaryVar
. - Fix bug reproduce results in
GA
,WCA
, andEHO
optimizers. - Fix bug higher probability of 0 value in
IntegerVar
data type.