在测试所有可能性之前,如何随机更改文本文件中的行顺序?

时间:2019-06-14 02:38:07

标签: java

我正在做蒙特卡洛模拟,该课程将于今晚在我的AP Java课程中进行决赛。我想做的是尝试所有可能的情况,更改击球阵容,以使文件中的前9名球员。我已经获取了代码,因此可以读取文本文件,然后还制作了数组,以便可以获取信息。我已经模拟了蝙蝠。在这一点上,我完全被困住了。谢谢!

我真的没有机会尝试任何东西。我不知道从哪里开始...

//Lists inside of ArrayLists;
//Simulate at bats. -->
//If statements with all possible combinations on the bases
//Now here I need to do this over and over again while testing every single possible combination of every single line... I have around 23 lines, but I only need to incorporate the amount of batters in a lineup. I can tell that there will be 529 combinations (23^2).

0 个答案:

没有答案