Skip to content

Commit 619650d

Browse files
committed
Update version and changelog.
1 parent 77d8af0 commit 619650d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Oxigen Changelog
22

3+
### 2.2.1 - 2021/02/27
4+
- Fix uniform cross function with different length individuals.
5+
36
## 2.2.0 - 2021/01/09
47
- 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).
58
- Fix niches formula: `1.0 - (d / sigma.0).powf(alfa.0)` instead of `(1.0 - (d / sigma.0)).powf(alfa.0)`.
69
- Historical of solutions instead of checking only the current generation.
710
- Improve performance of getting fitnesses and solutions using a normal iterator instead of a parallel one.
811

12+
13+
### 2.1.3 - 2021/02/27
14+
- Fix uniform cross function with different length individuals.
15+
916
### 2.1.2 - 2020/01/13
1017
- Better implementation of niches when m is 0.
1118

@@ -15,6 +22,9 @@
1522
## 2.1.0 - 2020/01/19
1623
- Optional global cache as `global_cache` feature.
1724

25+
### 2.0.5 - 2021/02/27
26+
- Fix uniform cross function with different length individuals.
27+
1828
### 2.0.4 - 2020/01/13
1929
- Better implementation of niches when m is 0.
2030

@@ -39,6 +49,9 @@
3949
- 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.
4050
- Other minor improvements.
4151

52+
### 1.5.1 - 2021/02/27
53+
- Fix uniform cross function with different length individuals.
54+
4255
## 1.5.0 - 2019/08/24
4356
- Multipoint and uniform cross functions.
4457

oxigen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxigen"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Martin1887 <[email protected]>"]
55
description = "Fast, parallel, extensible and adaptable genetic algorithm library."
66
repository = "https://github.com/Martin1887/oxigen"

0 commit comments

Comments
 (0)