@@ -65,36 +65,47 @@ <h2>Related Resources</h2>
6565
6666 < h2 > Download</ h2 >
6767 < 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 />
6969 </ p >
7070
7171 < h2 > API Documentation</ h2 >
7272
7373 < 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 >
7575 </ p >
7676
7777 < 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 >
98109
99110 < h3 > Aika Version 0.17 (2018-05-14)</ h3 >
100111 < ul >
0 commit comments