@@ -65,36 +65,47 @@ <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.22.jar "> Version 0.22 </ a > < br />
68
+ < a href ="http://www.aika-software.org/download/aika-0.22.jar "> Version 0.23 </ 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.22 </ a >
74
+ < a href ="http://www.aika-software.org/apidocs/index.html "> JavaDoc v0.23 </ a >
75
75
</ p >
76
76
77
77
< h2 > Release Notes</ h2 >
78
- < h3 > Aika Version 0.22 (2018-10-31)</ h3 >
79
- < ul >
80
- < li >
81
- API Refactoring: Synapse relations are now established through a separate builder class.
82
- </ li >
83
- < li >
84
- The range positions are now optionally variable. This feature is required for text generation. In this
85
- use case the positions are not known in advance and need to be computed during processing.
86
- </ li >
87
- < li >
88
- Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
89
- Passive neurons act basically like callback functions.
90
- </ li >
91
- < li >
92
- Optimization of the interpretation search.
93
- </ li >
94
- < li >
95
- Lots of bug fixes.
96
- </ li >
97
- </ ul >
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 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 >
88
+
89
+ < h3 > Aika Version 0.22 (2018-10-31)</ h3 >
90
+ < ul >
91
+ < li >
92
+ API Refactoring: Synapse relations are now established through a separate builder class.
93
+ </ li >
94
+ < li >
95
+ The range positions are now optionally variable. This feature is required for text generation. In this
96
+ use case the positions are not known in advance and need to be computed during processing.
97
+ </ li >
98
+ < li >
99
+ Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
100
+ Passive neurons act basically like callback functions.
101
+ </ li >
102
+ < li >
103
+ Optimization of the interpretation search.
104
+ </ li >
105
+ < li >
106
+ Lots of bug fixes.
107
+ </ li >
108
+ </ ul >
98
109
99
110
< h3 > Aika Version 0.17 (2018-05-14)</ h3 >
100
111
< ul >
0 commit comments