Hi! My small project makes some kind of genetic algorithm, i.e. it searches for optimal parameter values. The algorithm is implemented in a following way: based on current best value work generator daemon generates new N workunits and waits until all of them are assimilated, then it determines the new best variant, generate another N workunits and so on.
The problem is: when clients submit their jobs, there are no new workunits available. And new communication is deferred for quite a long time which is enough to calculate a couple of workunits. So 2/3 of time clients do nothing. How can I change the communication interval? As far as I understand the server-side scheduler reports to the client the next time of communication. Is there any mean to change it? -- Max _______________________________________________ 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.
