File tree 2 files changed +25
-15
lines changed
2 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.aika-software</groupId >
6
6
<artifactId >aika</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >0.24-SNAPSHOT </version >
8
+ <version >0.24</version >
9
9
<name >aika</name >
10
10
<url >http://aika.network</url >
11
11
<description >An artificial intelligence for knowledge acquisition</description >
30
30
<url >https://github.com/aika-algorithm/aika</url >
31
31
<connection >scm:git:git://github.com/aika-algorithm/aika.git</connection >
32
32
<
developerConnection >scm:git:
[email protected] :aika-algorithm/aika.git</
developerConnection >
33
- <tag >aika-0.23 </tag >
33
+ <tag >aika-0.24 </tag >
34
34
</scm >
35
35
36
36
Original file line number Diff line number Diff line change @@ -65,28 +65,38 @@ <h2>Related Resources</h2>
65
65
66
66
< h2 > Download</ h2 >
67
67
< p >
68
- < a href ="http://www.aika-software.org/download/aika-0.23 .jar "> Version 0.23 </ a > < br />
68
+ < a href ="http://www.aika-software.org/download/aika-0.24 .jar "> Version 0.24 </ a > < br />
69
69
</ p >
70
70
71
71
< h2 > API Documentation</ h2 >
72
72
73
73
< p >
74
- < a href ="http://www.aika-software.org/apidocs/index.html "> JavaDoc v0.23 </ a >
74
+ < a href ="http://www.aika-software.org/apidocs/index.html "> JavaDoc v0.24 </ a >
75
75
</ p >
76
76
77
77
< h2 > Release Notes</ h2 >
78
- < h3 > Aika Version 0.23 (2018-11-14)</ h3 >
79
- < ul >
80
- < li >
81
- The Range class has now been replaced with by a slots concept. Previously, an activation had a range with a begin and an end position.
82
- Now activations can possess an arbitrary number of positions.
83
- </ li >
84
- < li >
85
- The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
86
- </ li >
87
- </ ul >
78
+ < h3 > Aika Version 0.24 (2018-11-17)</ h3 >
79
+ < ul >
80
+ < li >
81
+ Refactoring of the relation architecture.
82
+ </ li >
83
+ < li >
84
+ Bugfixes
85
+ </ li >
86
+ </ ul >
87
+
88
+ < h3 > Aika Version 0.23 (2018-11-14)</ h3 >
89
+ < ul >
90
+ < li >
91
+ The Range class has now been replaced with by a slots concept. Previously, an activation had a range with a begin and an end position.
92
+ Now activations can possess an arbitrary number of positions.
93
+ </ li >
94
+ < li >
95
+ The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
96
+ </ li >
97
+ </ ul >
88
98
89
- < h3 > Aika Version 0.22 (2018-10-31)</ h3 >
99
+ < h3 > Aika Version 0.22 (2018-10-31)</ h3 >
90
100
< ul >
91
101
< li >
92
102
API Refactoring: Synapse relations are now established through a separate builder class.
You can’t perform that action at this time.
0 commit comments