Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/testMCTS.bat @ 13401

Last change on this file since 13401 was 12386, checked in by gkronber, 9 years ago

#2283: more unit tests to generate data for eurocast

File size: 1.1 KB
Line 
1mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsArtificialAntProblem /noisolation /detail:stdout /detail:duration > mcts-artificial-ant-log.txt
2mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPoly10Problem /noisolation /detail:stdout /detail:duration > mcts-poly-10-log.txt
3mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalPairProblem /noisolation /detail:stdout /detail:duration > mcts-royalpair-log.txt
4mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPalindromeProblem /noisolation /detail:stdout /detail:duration > mcts-palindrome-log.txt
5mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalSequenceProblem /noisolation /detail:stdout /detail:duration > mcts-royalseq-log.txt
6mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsFindPhrasesProblem /noisolation /detail:stdout /detail:duration > mcts-findphrases-log.txt
Note: See TracBrowser for help on using the repository browser.