assemble parameter object i.o. to overgive to thread worker
parameter object
This function must be implemented by algorithm class designers. It compiles all neccessary
input parameter for the computation function. The output of this method will later be the only input
parameter for the AlgorithmFunction
on a seperate thread.