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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Oxigen Changelog
2
2
3
+
### 2.2.2 - 2021/02/28
4
+
- Special case for single crosspoint and multicrosspoint with individuals of length 1 interchanging it with a random position of the other individual.
5
+
- Interchange random positions in uniform cross instead of always even ones.
6
+
3
7
### 2.2.1 - 2021/02/27
4
8
- Fix uniform cross function with different length individuals.
5
9
@@ -9,6 +13,9 @@
9
13
- Historical of solutions instead of checking only the current generation.
10
14
- Improve performance of getting fitnesses and solutions using a normal iterator instead of a parallel one.
11
15
16
+
### 2.1.4 - 2021/02/28
17
+
- Special case for single crosspoint and multicrosspoint with individuals of length 1 interchanging it with a random position of the other individual.
18
+
- Interchange random positions in uniform cross instead of always even ones.
12
19
13
20
### 2.1.3 - 2021/02/27
14
21
- Fix uniform cross function with different length individuals.
@@ -22,6 +29,10 @@
22
29
## 2.1.0 - 2020/01/19
23
30
- Optional global cache as `global_cache` feature.
24
31
32
+
### 2.0.6 - 2021/02/28
33
+
- Special case for single crosspoint and multicrosspoint with individuals of length 1 interchanging it with a random position of the other individual.
34
+
- Interchange random positions in uniform cross instead of always even ones.
35
+
25
36
### 2.0.5 - 2021/02/27
26
37
- Fix uniform cross function with different length individuals.
27
38
@@ -49,6 +60,10 @@
49
60
- 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.
50
61
- Other minor improvements.
51
62
63
+
### 1.5.2 - 2021/02/28
64
+
- Special case for single crosspoint and multicrosspoint with individuals of length 1 interchanging it with a random position of the other individual.
65
+
- Interchange random positions in uniform cross instead of always even ones.
66
+
52
67
### 1.5.1 - 2021/02/27
53
68
- Fix uniform cross function with different length individuals.
0 commit comments