Skip to content

Commit

Permalink
Post eval batch that does not show neural networks or substrates
Browse files Browse the repository at this point in the history
The substrates in particular were taking a really long time to view for
large HyperNEAT networks.
  • Loading branch information
schrum2 committed Oct 19, 2017
1 parent 76c54d1 commit 0503885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postAllBestObjectiveWatchNoNets.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REM Usage: postBestObjectiveWatch.bat <experiment directory> <log prefix> <run type> <run number> <number of trials per individual>
REM Example: postBestObjectiveWatch.bat onelifeconflict OneLifeConflict OneModule 0 5
java -ea -jar "target/MM-NEAT-0.0.1-SNAPSHOT.jar" runNumber:%4 parallelEvaluations:false base:%1 log:%2-%3 saveTo:%3 trials:%5 io:false netio:false onlyWatchPareto:true printFitness:true animateNetwork:false ucb1Evaluation:false showSubnetAnalysis:false monitorInputs:false experiment:edu.southwestern.experiment.post.ObjectiveBestNetworksExperiment logLock:true watchLastBest:false monitorSubstrates:false showVizDoomInputs:false showCPPN:false substrateGridSize:10 showWeights:false watch:true showNetworks:false inheritFitness:false

0 comments on commit 0503885

Please sign in to comment.