Marcello La Rocca
Marcello La Rocca
Produce a production-ready version of simulated annealing with the following optimizations: - Minimal delta cost computation: directly compute the delta using only the changed data - Avoid cloning: instead of...
Check the documentation, make sure all types are correct, add docs to methods/classes that are still missing it.
Tests for these methods are not automated. Either use zombie/virtual browser or the svg package to check the output.
Add an implementation of Dijkstra's algorithm. Create a sub-folder for algorithms, so that it's possible to only load the ones needed, avoiding to make Graph a huge all-in-one class.
Hello, I'd like to write an article/how-to about data visualization using Ractive.js The post, after introducing Ractive and the reactive programming paradigm, could either focus on showing realtime data, for...