Norkevicius

August 8, 2006

vtu@home workunit result validator problem

Filed under: BOINC, vtu@home — aurimas.norkevicius @ 3:53 pm

The validator sudenly stopped to validate results. After two weeks of search i’ve found out a problem. There was a host with a very big amount of credits granted. I don’t know how this happened, but the amount was something like 1.556456465465446545+e88. It is a very huge number of credits. Tha validator was allways to fail, if the workunit being validated, contained a result from this host. I’ve just deleted all the results from this host and all the set host credits to zero. The validator started to work. Sorry for bad experience.

Keep on good work dear contributors. I’ll try to help you to help us…

July 14, 2006

Wire Bundle Geometry Generator (Java Applet)

Filed under: Side Notes, java, vtu@home — aurimas.norkevicius @ 3:42 pm

I’ve got a task to program a wire bundle geometry generator. It is an initial task for the wire bundle characteristics predictor.The task is to generate the geometry of the multiwire cable radial geometry.To solve the task global optimization is used(genetical algorythm). The task is to find the minimal bounding circle, which bounds all the circles-wires.

(more…)

June 13, 2006

vtu@home boinc project

Filed under: BOINC, vtu@home — aurimas.norkevicius @ 3:58 pm

The project http://boinc.vtu.lt/vtuathome/ is a test project. It is developed to test the BOINC platform and to learn the BOINC API. The project is still incomplete and your notes, suggestions and comments are appreciated.

The aim of the project is to count the quantity of prime numbers in a large interval. The worst algorythm is used, as we need a lot of computing hours and many workunits. The client side application gets the beggining and the end numbers of the interval and divides every number from this interval by every number from 1 to it self. As we know there are better algorythms:

1. To divide the current number only by every number from 1 to sqrt(itself);
2. To divide the current number only by every known prime number from 1 to sqrt(itself); This one is the best known algorythm. In some modifications division operation can be changed into some set of sum operations.
We have some plans for future:

1. To use the platform to solve a wire bundle parametrical optimization problem
2. To use the platform to solve medicine research problems
3. To use the platform to solve any interesting suggested problem. Your suggestions are also appreciated.

Thank you fellows for help and contribution.

Powered by WordPress