AutoMan icon indicating copy to clipboard operation
AutoMan copied to clipboard

Human-Computation Runtime

Results 16 AutoMan issues
Sort by recently updated
recently updated
newest added

Weirdly, I never put a knob in place to make this possible, although it should be, trivially.

enhancement

We have long talked about adding support for open questions, where we proceed in two phases: collect responses, then have workers rank responses. It is not clear how many responses...

enhancement

E.g., map, fold, etc. These work a bit like LINQ/functional programming, except that we may be lazy in the computation graph construction sense but maybe not in the function-evaluation sense....

enhancement

data.automan_map { e => foo(e) }.automan_map { e=> bar(e) } if pipelined, would allow us to compute bar(foo(e)) without having to block after the first map before the second could...

enhancement

It's not obvious how to use it, and I myself have forgotten some of the finer details.

enhancement