Benchmarked comparative selection algorithm plugin for d-pac platform
See d-pac.plugin specifications for more information
This algorithm selects two elements out of an array of representations
$ npm install --save benchmarked-comparative-selectionvar bcs = require('benchmarked-comparative-selection');
const selected = bcs.select( {
representations: representations,
comparisons: comparisons,
assessment: assessment,
assessor: assessorId
} );$ npm test$ npm run lintGPL v3 © d-pac