Nico Szerman

Results 9 issues of Nico Szerman

The function Network.prototype.evolve is not using the passed options.fitness function. Rather, it's making a default one inside of evolve which doesn't use options.fitness. Solution: Add a conditional so that the...

🕷️ bug

Neat (/other training methods) should operate on networks, and networks should expose an interface through which Neat (/other methods) can do whatever it has to do. This solves the cyclic...

✨ enhancement
😌 code quality

IE also does not support it but I think that that's not a concern. In the case of android webview, we might have devs trying our tech on Android Studio.

✨ enhancement
😪 low priority

One solution is to check that cost is of type 'function' before calling toString() from wherever the worker is being instantiated.

🛡️ security

JSON and CSV end up with too heavy sizes. I estimate them to be about 100x the size of .npy or .pkl. We should offer the user the option to...

🚀 performance
🙌 community
✨ enhancement

In particular, this issue was inspired by options.fitness. Two functions with different calculations and parameters have to be provided depending on options.fitness_population, so provide examples of each kind of function.

📖 documentation
✨ enhancement

connect() supports connecting groups because of the function Group.prototype.connect(), and is specified in connect's doc. However, network.prototype.disconnect() does not seem to support disconnecting groups. Solution: Add a group.prototype.disconnect() and, just...

✨ enhancement

I came to this repo to see if running Estuary locally is an option (and how) or if I should look for a node provider. The readme should probably indicate...

Documentation