- Jul 15, 2023
-
-
Kevin Becker authored
Resolve "Sequential data examples" Closes #39 See merge request !15
-
Kevin Becker authored
-
- Jul 13, 2023
-
-
Kevin Becker authored
ELU Activation Function See merge request !14
-
Kevin Becker authored
-
Kevin Becker authored
-
Kevin Becker authored
This is unrelated to the MR but it's minor and not a problem.
-
Kevin Becker authored
-
- Jun 17, 2023
-
-
Kevin Becker authored
Implement Hash for floats so neural instructions can be hashed See merge request !13
-
Kevin Becker authored
-
Kevin Becker authored
-
- Jun 05, 2023
-
-
Kevin Becker authored
Add generic const expression feature to examples See merge request !12
-
Kevin Becker authored
-
- Jun 04, 2023
-
-
Kevin Becker authored
Add CI job to check docs See merge request !11
-
Kevin Becker authored
-
Kevin Becker authored
-
Kevin Becker authored
Resolve "De-/Serialization" Closes #20 See merge request !10
-
Kevin Becker authored
This causes separate pipelines, which is useless.
-
Kevin Becker authored
-
- Jun 01, 2023
-
-
Kevin Becker authored
-
- May 19, 2023
-
-
Kevin Becker authored
Resolve "generalise neurons" Closes #32 See merge request !8
-
Kevin Becker authored
It is pretty difficult to make this generic, so this is the best solution I could come up with that is at least extendable by users.
-
- May 18, 2023
-
-
Kevin Becker authored
-
Kevin Becker authored
-
- May 17, 2023
-
-
Kevin Becker authored
Note that this is rather slow, but it's the first step in making this into a generic array.
-
Kevin Becker authored
-
- Feb 20, 2023
-
-
Kevin Becker authored
Remove unaligned-references lint forbid See merge request !7
-
Kevin Becker authored
This is now a hard error so there's no need to forbid this anymore.
-
- Jan 02, 2023
-
-
Kevin Becker authored
Resolve "Fine-tune Mutation" Closes #26 See merge request !6
-
Kevin Becker authored
Examples now also use this mutation. The neighbour trait has been split as well as it now makes more logical sense to do so.
-
Kevin Becker authored
Polynomial Regression Example Closes #25 See merge request !5
-
- Dec 29, 2022
-
-
Kevin Becker authored
-
Kevin Becker authored
Add neural net feature Closes #17 and #9 See merge request !3
-
Kevin Becker authored
-
- Oct 30, 2022
-
-
Kevin Becker authored
Add rayon for multithreading Closes #8 See merge request !2
-
- Oct 29, 2022
-
-
Kevin Becker authored
For places that can easily make use of `par_iter` it was rather trivial to add, but there's still some places that are harder to parallelize.
-
Kevin Becker authored
Add Knapsack Problem example Closes #2 See merge request !1
-
Kevin Becker authored
The new example shows off knapsack being solved in 100 generations for both variants: single and multi selection.
-
- Oct 23, 2022
-
-
Kevin Becker authored
-