# The forelast invocation argument will be the parents metadata (json), the last argument the metadata from the top N candidate vectors of the parent
# population, also as Json string, simply as returned from the parents fitness function invocation.
# GenIe will wait for the process to terminate, looking for a calculation result in its output (stdOut). This calculation result have to be like
# the following example Json structure, and should be somewhere at the end of the processes output. GenIe have a look the tail of the output only for
# the following example Json structure, and should be somewhere at the end of the processes output. GenIe has a look to the tail of the output only for
# performance purposes. Configure the tail length with consideredTailLength.
# The forelast invocation argument will be the parents metadata (json), the last argument the metadata from the top N candidate vectors of the parent
# population, also as Json string, simply as returned from the parents fitness function invocation.
# GenIe will wait for the process to terminate, looking for a calculation result in its output (stdOut). This calculation result have to be like
# the following example Json structure, and should be somewhere at the end of the processes output. GenIe have a look the tail of the output only for
# the following example Json structure, and should be somewhere at the end of the processes output. GenIe has a look to the tail of the output only for
# performance purposes. Configure the tail length with consideredTailLength.