Funny you mentioning Genetic Algorithms, we have already implemented it on CrowdProcess. We are actually working on a Demo for GA so that everyone can understand. In the next weeks it will be public.
Folding is something we considered, however we are not experts in the scientific area and therefore haven't been able to perform a proper Demo. Another very good question the one about using one job output as an input in a new one, I guess we have that covered: https://github.com/CrowdProcess/node-crowdprocess#using-a-previously-created-job Loved to read your blog, seems you are really into distributed computing. Any idea about business applications? Thank you Quinta-feira, 30 de Janeiro de 2014 10:22:27 UTC, ajlopez escreveu: > > Some ideas > http://folding.stanford.edu/ > http://en.wikipedia.org/wiki/Folding@home > > http://escience.washington.edu/get-help-now/protein-folding-experiments-distributed-computing > > But I guess the "job" is complicated > > Another idea: distributed genetic algorithm. The job receives a > population, run one generation, and produce another population. > > My own experiment, with links, in part of this post: > > http://ajlopez.wordpress.com/2013/05/30/aplicaciones-distribuidas-y-node-js/ > > > I don't know how to manage such result as input for new jobs. My first > idea: use the node client to constantly produce new jobs with new data sets. > > Angel "Java" Lopez > @ajlopez > > > > On Thu, Jan 30, 2014 at 7:15 AM, Angel Java Lopez > <[email protected]<javascript:> > > wrote: > >> Interesting! >> >> It's not clear to me from documentation (program to send >> properties/characteristic are not listed). but: >> >> - Program code should be simple, you can't reference "free" variables, >> external modules, etc. Am I right? >> >> I ask for: >> - Program to submit using curl >> - Function to submit using node client >> >> How to submit a program instead of a function in node client? My first >> guess: you can specify the program as string in an option object. >> >> Angel "Java" Lopez >> @ajlopez >> >> >> >> On Wed, Jan 29, 2014 at 11:04 PM, Alex Kocharin >> <[email protected]<javascript:> >> > wrote: >> >>> >>> It requires an ASIC nowadays... mining it in browser is pretty much >>> useless. >>> >>> I was about to suggest him to mine Litecoin instead. :P >>> >>> >>> 30.01.2014, 06:02, "Nathan Rajlich" <[email protected]<javascript:> >>> >: >>> >>> How come Bitcoin mining is out? :p >>> >>> >>> On Wed, Jan 29, 2014 at 11:41 AM, João Menano >>> <[email protected]<javascript:> >>> > wrote: >>> >>> I work at CrowdProcess <http://crowdprocess/>. >>> >>> Any ideas about what to run on top of 2000+ browsers? >>> >>> Ideas and suggestions are very welcomed. Bit Coin mining does not count. >>> Thank you >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
