Open Boscop opened 6 years ago
Thanks, @boscop, I will check this.
@TLmaK0 I think I figured out the reason for the crash
https://github.com/TLmaK0/rustneat/blob/18b4fbfba6c2132f305e784ad7f4af4076c23f19/src/specie.rs#L84
This calls
It requires that the lower bound to be less than (and not equal to) the upper bound. This means that if self.organisms.len()
is 0
, then the function will panic.
thanks @shingtaklam1324, could you investigate when the organisms is 0 in species? Test go through here without errors (normally).
Hey Everyone, I can confirm that this problem still exists. Have you guys made any process regarding this?
Hi @UrmelAusDemEis, I think it's fixed in feature/function_aproximation, but I have done a lot of changes there and I'm not sure that all is working right now
Hi @TLmaK0, I just tried the other branch and the bug seems to be still in there
Thanks @UrmelAusDemEis, I will take a look!
After running it on my problem for like an hour (with no improvement), I got this panic: