aferritto / TGT

TGT Generates Terrain; Terrain Generation via Machine Learning
GNU General Public License v3.0
2 stars 1 forks source link

Move parameters to preferences.py #29

Open aferritto opened 6 years ago

aferritto commented 6 years ago

While many of the important preferences have been moved over to preferences.py, others such as filter size for postprocessing, target bounds on highest and lowest heightmap values, metric weights, and metric functions could also be added. How exactly metric functions are added via preferences will take some thought to avoid circular imports or incorrectly or unsafely converting strings to function references.