Changes between Version 2 and Version 3 of ValidationSimple


Ignore:
Timestamp:
Apr 24, 2007, 11:16:19 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages. backend_util.php needs a wiki name.

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v2 v3  
    2323extern double compute_granted_credit(WORKUNIT&, vector<RESULT>& results);
    2424}}}
    25 Given a set of results (at least one of which is valid) compute the credit to be granted to all of them. Normally this function simply returns median_mean_credit(results). If [http://boinc.berkeley.edu/tools_work.php credit is specified in the workunit], call get_credit_from_wu().
     25Given a set of results (at least one of which is valid) compute the credit to be granted to all of them. Normally this function simply returns median_mean_credit(results). If [WorkGeneration credit is specified in the workunit], call get_credit_from_wu().
    2626
    2727You must link these functions with the files validator.C, validate_util.C, and validate_util2.C. The result is your custom validator.