Skip to content

Create a new README and patch bugs from rewrite #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d3c4d76
create a basic readme
HyperCodec Feb 4, 2025
36f0677
create readme example and patch some bugs
HyperCodec Feb 4, 2025
571a277
patch a few bugs and add some temporary debug printing
HyperCodec Feb 5, 2025
744606e
small crossover indexing bugfix
HyperCodec Feb 5, 2025
fd47053
remove cache claiming system
HyperCodec Feb 5, 2025
415406d
fix an index error with connection splitting mutation
HyperCodec Feb 5, 2025
d6e60d3
fix index issue for more cases
HyperCodec Feb 5, 2025
65c495e
document random_connection
HyperCodec Feb 5, 2025
67e8a9f
solve clippy error
HyperCodec Feb 5, 2025
5c94634
implement connection counter
HyperCodec Feb 10, 2025
c1381de
move total_connections to a field on NeuralNetwork
HyperCodec Feb 10, 2025
f039c6a
add an optional type to random_connection
HyperCodec Feb 10, 2025
1c428d5
cargo fmt
HyperCodec Feb 10, 2025
6c33a58
prune and downshift connections during recalculating connections
HyperCodec Feb 24, 2025
07faf02
reorganize downshift
HyperCodec Feb 24, 2025
9d0ac21
move total_connections logic to connection-modifying methods
HyperCodec Feb 24, 2025
0d1678d
typo on debug printing
HyperCodec Feb 24, 2025
3018d9f
fix remove_neuron and add a test for it
HyperCodec Apr 2, 2025
88fd6b9
add test for recalculate_connections
HyperCodec Apr 2, 2025
5f2acfc
create tests for add_connection and remove_connection
HyperCodec Apr 2, 2025
cdabd0e
improve random_location_in_scope and add test for it
HyperCodec Apr 2, 2025
91bea6d
cargo fmt
HyperCodec Apr 2, 2025
32f7d69
add test for split_connection
HyperCodec Apr 2, 2025
4f6aa73
extract mutations into methods
HyperCodec Apr 2, 2025
6c089cd
extract split_random_connection
HyperCodec Apr 2, 2025
8bc1511
remove unnecessary clippy flag
HyperCodec Apr 2, 2025
74eadfb
cargo fmt
HyperCodec Apr 2, 2025
cb4a521
add tracing feature (still need to write the code)
HyperCodec Apr 4, 2025
c305448
Merge pull request #95 from HyperCodec/new-readme
HyperCodec Apr 4, 2025
8dc0d86
implement some spans (compile error, need to update genetic-rs)
HyperCodec Apr 4, 2025
c9c0c4f
update genetic-rs version
HyperCodec Apr 7, 2025
daf0595
add some spans
HyperCodec Apr 7, 2025
5efda92
cargo fmt
HyperCodec Apr 7, 2025
d3a321b
custom debug impl for ActivationRegistry
HyperCodec Apr 8, 2025
9b9f932
cargo fmt
HyperCodec Apr 8, 2025
e54f1d8
Merge pull request #96 from HyperCodec/tracing
HyperCodec Apr 8, 2025
bf322d9
add a few tracing events
HyperCodec Apr 10, 2025
c521a0c
Merge branch 'new_readme'
HyperCodec Apr 10, 2025
46a5d0a
fix clippy error
HyperCodec Apr 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading