| <ul>
<li>Run Type
<ul>
<li>AREA</li>
</ul>
</li>
<li>Run Date
<ul>
<li>04/19/22</li>
</ul>
</li>
<li>Run Name
<ul>
<li>20220419fahimi5run1</li>
</ul>
</li>
<li>Why are we doing this run?
<ul>
<li>Check to see if stringReplacement2.py changes were successfull</li>
</ul>
</li>
<li>What is different about this run from the last?
<ul>
<li>added below code in order to create a fitness file inside of each generation to display the fitness scores for just that generation, as opposed to just having one big file full of all the generations.
<div>f2 = open(source + "/" + "gen_{}".format(gen) + "/fitnessFile_gen_{}".format(gen) + ".txt", 'a')</div>
<div>f2.write(','.join(mean_Veff_array) + "\n")</div>
<div>f2.close()</div>
</li>
</ul>
</li>
<li>Symmetric, asymmetric, linear, nonlinear?
<ul>
<li>N/A (AREA run)</li>
</ul>
</li>
<li>Number of individuals (NPOP)
<ul>
<li>12 individuals</li>
</ul>
</li>
<li>Operators / Selection methods used (% of each)
<ul>
<li>roulette crossover 50%</li>
<li>roulette mutation 16%</li>
<li>tournament crossover 18%</li>
<li>tournament mutation 16%</li>
</ul>
</li>
<li>Are we using the database?
<ul>
<li>N/A (AREA run)</li>
</ul>
</li>
</ul> |