You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# Oxigen Changelog
2
2
3
+
### 2.2.1 - 2021/02/27
4
+
- Fix uniform cross function with different length individuals.
5
+
3
6
## 2.2.0 - 2021/01/09
4
7
- Better population refitness taking into account the age effect but not the refitness of previous generations (in previous versions the original fitness was taken instead).
- Historical of solutions instead of checking only the current generation.
7
10
- Improve performance of getting fitnesses and solutions using a normal iterator instead of a parallel one.
8
11
12
+
13
+
### 2.1.3 - 2021/02/27
14
+
- Fix uniform cross function with different length individuals.
15
+
9
16
### 2.1.2 - 2020/01/13
10
17
- Better implementation of niches when m is 0.
11
18
@@ -15,6 +22,9 @@
15
22
## 2.1.0 - 2020/01/19
16
23
- Optional global cache as `global_cache` feature.
17
24
25
+
### 2.0.5 - 2021/02/27
26
+
- Fix uniform cross function with different length individuals.
27
+
18
28
### 2.0.4 - 2020/01/13
19
29
- Better implementation of niches when m is 0.
20
30
@@ -39,6 +49,9 @@
39
49
- The two previous additions allow to search different solutions in different search space areas in order to avoid local suboptimal solutions and find different solutions.
40
50
- Other minor improvements.
41
51
52
+
### 1.5.1 - 2021/02/27
53
+
- Fix uniform cross function with different length individuals.
0 commit comments