On 16.08.2016 21:02, David Anderson wrote: > The credit calculation is encapsulated in a single function, > assign_credit_set(). > You can change policy by changing or replacing this function. I didn't come along this function. I need to look it up what it does. > > Maintaining runtime statistics (the host_app_version table) is used for > job runtime estimation as well as the credit system. > It needs to stay even if you change credit.
My RECCS approach also had the goal to decouple runtime estimation from the credit system. I didn't make that clear in my email. That's the part where I struggled, putting the runtime statistics into a module and feeding it data without knowing what data it needs. If I understand the CreditNew study right one of the problems is that the Credit system impacts the runtime estimation which increases the instabilities that are in the estimation. So I want to have a way to decouple the two systems. Regards Christian _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
