liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
295 stars 34 forks source link

https://liquidcarrot.io/carrot/ website gives 404 #238

Closed happybeing closed 4 years ago

happybeing commented 4 years ago

I'm getting a not found error accessing https://liquidcarrot.io/carrot/ and can't find an issue for this, so this can be a placeholder for how to fix etc.

I found the following links from the README work:

This one gives a 404, but appears in the title of the repo, and elsewhere (e.g. for the Docs):

raimannma commented 4 years ago

until this is fixed you could see the docs for the typescript version here: https://raimannma.github.io/carrot/

christianechevarria commented 4 years ago

Hi, just following up on this, the site is back up and functioning. It seems like the gh-pages branch was deleted which made the site unavailable. Feel free to use the TypeScript version but it's currently undergoing major changes and is experimental.

@raimannma we may want to branch the typescript branch again into a typescript-neat branch since some of the intermediate NEAT changes will likely make the library unusable (i.e. not converging)

christianechevarria commented 4 years ago

Closing this for now, thanks for opening the issue @theWebalyst !