HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
3 stars 0 forks source link

Custom activation fn example #52

Closed HyperCodec closed 3 weeks ago

HyperCodec commented 2 months ago

This will help introduce people to the new activation registry API and overall just enhance the ease of use of this crate.

HyperCodec commented 3 weeks ago
thread 'main' panicked at C:\Users\trist\coding\rust\neat\src\runnable.rs:296:57:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\examples\custom_activation.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
HyperCodec commented 3 weeks ago

looks like that error is an instance of #59, but it happens on every run. not sure why. i will continue to debug and such in that issue.

HyperCodec commented 3 weeks ago

resolved in #66