Merge branch 'machine_learning' of git.suuppl.dev:seppl/optical-regeneration into machine_learning
This commit is contained in:
@@ -500,17 +500,8 @@ if __name__ == "__main__":
|
||||
add_pypho.show_log()
|
||||
config = get_config()
|
||||
|
||||
# length_ranges = [1000, 10000]
|
||||
# length_scales = [1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
lengths = np.arange(10000, 100000, 1000)
|
||||
length_loop(config, lengths, incremental=True)
|
||||
|
||||
# lengths = [
|
||||
# length_scale * length_range
|
||||
# for length_range in length_ranges
|
||||
# for length_scale in length_scales
|
||||
# ]
|
||||
# lengths.append(max(length_ranges)*10)
|
||||
|
||||
# length_loop(config, lengths)
|
||||
|
||||
single_run_with_plot(config, save=False)
|
||||
# single_run_with_plot(config, save=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user