Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
thieupu committed Nov 5, 2023
1 parent d22d2b6 commit c3e3b85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Different versions of mealpy in terms of passing hyper-parameters. So please car
* mealpy >= 3.0.0 (Everything is wrapped inside class and object)


# Version 3.0.1

+ Add transfer function module (please read [this paper](https://www.sciencedirect.com/science/article/abs/pii/S2210650212000648) )
+ Add two new datatypes: `TransferBinaryVar` and `TransferBoolVar`.
+ Fix bug un-order variables in `PermutationVar` data type.
+ Update data type of encoded solution in `BoolVar` data type.
+ Update correct function in `BoolVar` and `BinaryVar`.
+ Fix bug reproduce results in `GA`, `WCA`, and `EHO` optimizers.
+ Fix bug higher probability of 0 value in `IntegerVar` data type.



# Version 3.0.0

**Based on our new proposed classes, solving continuous and discrete problems is never that easy.**
Expand Down

0 comments on commit c3e3b85

Please sign in to comment.