Releases: aika-algorithm/aika
Releases · aika-algorithm/aika
v2.0.2-alpha
Pre-release for the AIKA 2.0 version
v1.4.0
v1.3.0
- Major simplification of the interpretation search.
- Code reorganization.
v1.2.0
- Removed synapse bias. Bias now depends on the neuron type.
- Exception Handling refactoring.
- Removed factory methods.
- Refactored position propagation.
- Bugfixes
v1.1.0
- Major cleanup refactoring
- Bugfixes
v1.0.0
- Bugfixes
v0.25
- Bugfixes
v0.24
- Refactoring of the relation architecture.
- Bugfixes
v0.23
- 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. Now activations can possess an arbitrary number of positions.
- The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
v0.22
- API Refactoring: Synapse relations are now established through a separate builder class.
- The range positions are now optionally variable. This feature is required for text generation. In this
use case the positions are not known in advance and need to be computed during processing. - Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it. Passive neurons act basically like callback functions.
- Optimization of the interpretation search.
- Lots of bug fixes.