Update Documentation authored by Christian Reuschling's avatar Christian Reuschling
...@@ -26,9 +26,7 @@ Following an example of a stdInd json structure a fitness function call will rec ...@@ -26,9 +26,7 @@ Following an example of a stdInd json structure a fitness function call will rec
"shellVarNameExample": "shellVarValueExample", "shellVarNameExample": "shellVarValueExample",
"score": "0.7426" "score": "0.7426"
}, },
"candidateVectorParamNames": [ "candidateVectorParamNames": ["summandA","summandB","summandC","summandD"],
"summandA","summandB","summandC","summandD"
],
"candidateVector": ["7","25","0","25"], "candidateVector": ["7","25","0","25"],
"parentsMetadata": [ "parentsMetadata": [
{ {
... ...
......