omphalos
omphalos
I looked over the code and I was using the `verbosityLevels` object most everywhere but there were a few places where I just set it to `0`. I changed that...
Yeah sure - `@Map` is a map type. It is used to represent the hash table usage of objects in JavaScript. Example: js ``` var map = { key1: 'value1',...
Wow, awesome! Thank you!
I'm not sure how to escape markdown syntax in a comment but you can look at the raw [README](https://raw.githubusercontent.com/omphalos/inductive.js/master/README.md) to see examples - it's three backticks followed by `js` to...
It's possible that inductive.js could use parallel search. However my motivation for this library hasn't been to create something that people would have to run for a long time. In...
Sorry for my late replies. I've done a bit of machine learning in the past, although I'm no expert on the subject. The project you're working on sounds very interesting,...
Thanks for the added background. So I'm not trying so much to get a working example I might play with so much as seeing a mock-up of how you see...
Haha, ok. Well I guess we can start with the pseudocode you wrote in the parallelization issue.
I like this idea a lot - it's really cool. I'll add this to my TODO list.
@UniqueFool it's still in an experimental state and rough around the edges but I'm glad you like it :) You can see a lot of the features run through their...