Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 8 lines (7 sloc) 355 Bytes
# Debug Levels
# bits: xxxx
# bit 0 = TCanvas visualization
# bit 1 = Verbalization
# bit 2 = Fill histograms
# bit 3 = Draw the histograms
nohup ./BrainInWorld -debug 1 -skipGenerations 1214 -endGeneration 1414 -timeStep 10 -worldSize 500 -nBots 10 -nFoods 5 -mu_modConnection 0.05 -mu_visualAngle 0.008 -seed 85 -reproductionType 0 >& video.txt &