Skip to content
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

Replace the current neuron caching algorithm #71

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
273b9fa
rename CONTRIBUTING
HyperCodec Apr 16, 2024
3f50d08
add flush_state to readme example
HyperCodec Apr 16, 2024
e6d1215
Merge pull request #47 from inflectrix/docfixes
HyperCodec Apr 16, 2024
a94198a
create basic log test
HyperCodec Apr 16, 2024
339b90b
create plotters example
HyperCodec Apr 16, 2024
5cddae7
small changes
HyperCodec Apr 16, 2024
728cbde
more configuration
HyperCodec Apr 16, 2024
91c3f9f
make plotting ng more generic
HyperCodec Apr 17, 2024
f6d0df0
fix test rayon feature
HyperCodec Apr 18, 2024
cc88ebf
cargo fmt
HyperCodec Apr 18, 2024
66391cc
Merge pull request #49 from inflectrix/41-write-more-tests
HyperCodec Apr 18, 2024
b95084d
create custom activations example
HyperCodec Apr 18, 2024
3586879
fix opposite high and low
HyperCodec Apr 18, 2024
27e972a
Update Cargo.toml
HyperCodec May 6, 2024
4b8cef0
use svgbackend (now it hangs for some reason)
HyperCodec May 15, 2024
6a7090a
fix arc::into_inner failure
HyperCodec May 15, 2024
945ea4a
fix data retrieval
HyperCodec May 15, 2024
0717843
make compatible with other features
HyperCodec May 15, 2024
6a98fb0
cargo fmt
HyperCodec May 15, 2024
ca58022
Merge pull request #50 from HyperCodec/plotters-example
HyperCodec May 15, 2024
d150af4
Merge pull request #55 from HyperCodec/HyperCodec-patch-1
HyperCodec May 15, 2024
44b7fdb
create progress bar for plotting example
HyperCodec May 15, 2024
6d17ec6
create progress bar for basic example
HyperCodec May 15, 2024
d3a9c40
cargo fmt
HyperCodec May 15, 2024
9c4daf4
Merge pull request #57 from HyperCodec/examples-indicatif
HyperCodec May 15, 2024
e45908c
add logic to prevent duplicated input neurons
HyperCodec Jun 1, 2024
1ca896b
Merge pull request #62 from HyperCodec/duped-inputs
HyperCodec Jun 1, 2024
7c31f30
cargo fmt
HyperCodec Jun 13, 2024
707c3e0
Merge pull request #54 from HyperCodec/activation-example
HyperCodec Jun 13, 2024
a32bfff
change activation function to one that doesn't return NaN
HyperCodec Jun 13, 2024
53f21e9
Merge pull request #66 from HyperCodec/activation-fixes
HyperCodec Jun 13, 2024
331feb2
begin implementing a new cache system
HyperCodec Jul 8, 2024
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target/
/.vscode/
/.vscode/
best-agent.json
fitness-plot.svg
File renamed without changes.
Loading
Loading