Skip to content

Commit

Permalink
update to score control s
Browse files Browse the repository at this point in the history
  • Loading branch information
CorpusCallosum committed May 8, 2012
1 parent f9ded33 commit 5fb90ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NaturalSelection/NaturalSelection.pde
Expand Up @@ -284,7 +284,7 @@ void keyPressed() {
println("rotY: "+popul.rotY);
println("rotZ: "+popul.rotZ);
}
else if(key == UP){
else if(key == 's'){
popul.scoreCurrent(1);
}
}
Expand Down
11 changes: 11 additions & 0 deletions NaturalSelection/data/data.txt
Expand Up @@ -86805,3 +86805,14 @@
{'type':'start','timestamp':1336506170}
{'type':'face','timestamp':1336506172,'numFaces':1, 'generation':0, 'iteration':0}
{'type':'face','timestamp':1336506173,'numFaces':0, 'generation':0, 'iteration':0}
{'type':'start','timestamp':1336506491}
{'type':'face','timestamp':1336506500,'numFaces':1, 'generation':0, 'iteration':2}
{'type':'face','timestamp':1336506500,'numFaces':0, 'generation':0, 'iteration':2}
{'type':'start','timestamp':1336506553}
{'type':'face','timestamp':1336506554,'numFaces':1, 'generation':0, 'iteration':0}
{'type':'face','timestamp':1336506558,'numFaces':0, 'generation':0, 'iteration':0}
{'type':'face','timestamp':1336506558,'numFaces':1, 'generation':0, 'iteration':0}
{'type':'face','timestamp':1336506559,'numFaces':0, 'generation':0, 'iteration':0}
{'type':'face','timestamp':1336506562,'numFaces':1, 'generation':0, 'iteration':1}
{'type':'face','timestamp':1336506562,'numFaces':0, 'generation':0, 'iteration':1}
{'type':'generation','timestamp':1336506568, 'generation':1, 'momGenes':[0.4321152,0.7013041,0.69356143,0.6146077,0.50087166,0.07958162,0.49318576,0.0010851026,0.6074873,0.0025109649,0.493353,0.47556335,0.3948034,0.038625956,0.9685756,0.007682383,0.8475817,0.5269289,0.10199112,0.42182112]}
Binary file added NaturalSelection/images/1336506568.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fb90ab

Please sign in to comment.