# It true, all input to the fitness function process will be given over standard input as json instead of process arguments. The format given to stdIn is as follows
* Optional. The scores of the parents in the same order as the parents metadata. Will be given to the cost function for information
*/
List<Double>m_lParentScores;
/**
* Optional. The scores of the topN parent generation candidates in the same order as the according metadata list. Will be given to the cost function for information
@@ -156,8 +157,6 @@ public abstract class GeneticParamOptimizer
{
lStartTime=System.currentTimeMillis();
// TODO hier wäre noch geil, wenn man zu der runtime auch noch die fitness anzeigen könnte, um einen Eindruck zu kriegen, wie sehr die Qualität leidet. Das
// wäre jetzt möglich, da wir den ins CandidateVectorWithMetadata mit reinschreiben