Skip to content

Implement crossover reproduction - #20

Merged
HyperCodec merged 14 commits into
devfrom
crossover
Feb 23, 2024
Merged

Implement crossover reproduction#20
HyperCodec merged 14 commits into
devfrom
crossover

Conversation

@HyperCodec

Copy link
Copy Markdown
Owner

No description provided.

@HyperCodecHyperCodec added the enhancement New feature or request label Feb 23, 2024
@HyperCodecHyperCodec self-assigned this Feb 23, 2024
@HyperCodec

Copy link
Copy Markdown
OwnerAuthor

codespaces rust-analyzer is really buggy, not doing anything properly

@HyperCodec

Copy link
Copy Markdown
OwnerAuthor

could probably merge the crossover example with the basic one

@HyperCodec

Copy link
Copy Markdown
OwnerAuthor

Crossover reproduction is quite a bit slower than division, but I don't really see a way around it. Clones are inevitable.

@HyperCodec

Copy link
Copy Markdown
OwnerAuthor

I think this is done, surprisingly short development time. Ofc maybe could add option for averaging vs neuron replacement, but I think that's an issue for future me to deal with.

@HyperCodec
HyperCodec merged commit 91902df into devFeb 23, 2024
@HyperCodec
HyperCodec deleted the crossover branch February 23, 2024 16:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@HyperCodec