Git Product home page Git Product logo

Comments (7)

shingtaklam1324 avatar shingtaklam1324 commented on August 19, 2024 1

@TLmaK0 I think I figured out the reason for the crash

let range = Range::new(0, self.organisms.len());

This calls

https://github.com/rust-lang-nursery/rand/blob/8ce74354f5fc771ac177b4a052f0b74660281cbf/src/distributions/range.rs#L59-L62

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.

from rustneat.

TLmaK0 avatar TLmaK0 commented on August 19, 2024

Thanks, @Boscop, I will check this.

from rustneat.

TLmaK0 avatar TLmaK0 commented on August 19, 2024

thanks @shingtaklam1324, could you investigate when the organisms is 0 in species? Test go through here without errors (normally).

from rustneat.

UrmelAusDemEis avatar UrmelAusDemEis commented on August 19, 2024

Hey Everyone,
I can confirm that this problem still exists. Have you guys made any process regarding this?

from rustneat.

TLmaK0 avatar TLmaK0 commented on August 19, 2024

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

from rustneat.

UrmelAusDemEis avatar UrmelAusDemEis commented on August 19, 2024

Hi @TLmaK0, I just tried the other branch and the bug seems to be still in there

from rustneat.

TLmaK0 avatar TLmaK0 commented on August 19, 2024

Thanks @UrmelAusDemEis, I will take a look!

from rustneat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.