Closed Ryantdebolt closed 1 year ago
Looks good as far as I can tell. The only thing I notice is the new file Get_Ranges.h has the min and max values for AREA all set to -5 and 5 respectively. Not sure if those are just placeholders/arbitrary or if they get renormalized or something, but it shouldn't be a big deal to change them in future runs. Have you tried changing those ranges to see if that fixes your stalling issue?
Added the changes to crossover and mutation. Sometimes stalls when using AREA in mutation but it is inconsistent. tested in the test loop, which also needs to be reviewed. I also added the changes to the variables in PUEO heights. There is also another added function for mutation that we can use if we decide not to use a gaussian mutation (tested and it works, just maybe not as well as far as I can see). Let me know if you see anything problematic.