schrum2 / EvoCraft-SCOPE

0 stars 0 forks source link

New Novelty Search Load parameters #72

Closed MuellMark closed 2 years ago

MuellMark commented 2 years ago

Right now, we can't generate all of the structures that have been generated because there are too many shapes that were generated. We need 2 new parameters to set starting and stopping points of the load novelty search feature. if the first one is -1, we start at the beginning, if the last one is -1, we go to the end

MuellMark commented 2 years ago

Implemented 2 new command line params: LOAD_NOVELTY_MIN and LOAD_NOVELTY_MAX, which sets the start and stop points for generating from the files. There are also fail safes in place to avoid crashing, such as when min is more than max, when more than 1000 shapes are generated, and when the max is over the amount of generated files.