Skip to content

Commit 6e98e47

Browse files
committed
Multi-layer ZnO-MoOx updated results
1 parent 3403b0f commit 6e98e47

9 files changed

+2
-2
lines changed

ZnO+MoOx optical spacer optimization files/Evo_alg_ZnO_and_MoOx_optical_spacer_20190521.m

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
for gen_recursive=start_gen_recursive:interval_gen_recursive:end_gen_recursive
3232
for mutation_recursive=start_mutation_recursive:interval_mutation_recursive:end_mutation_recursive
3333
% Number of runs
34-
repeat_runs = 500; % 500;
34+
repeat_runs = 500;
3535
success = 0;
3636
temp_count = temp_count + 1;
3737
tic;
@@ -71,7 +71,7 @@
7171
max_generation = gen_recursive;
7272
generation = 0;
7373
float_precision = 0; % 10^float_precision
74-
num_bits_per_sample = 12; %length(de2bi(thickness_max));
74+
num_bits_per_sample = length(de2bi(thickness_max)); % 12
7575
num_children = 2;
7676
mutation_prob_percentage = mutation_recursive; % Give number in percentage and avoid decimals
7777
mutation_prob = mutation_prob_percentage/100;
Binary file not shown.

ZnO+MoOx optical spacer optimization files/ZnO_and_MoOx_Main_frontend_gui.m

100644100755
File mode changed.

ZnO+MoOx optical spacer optimization files/jsc_FDTD_ZnO_and_MoOx.m

100644100755
File mode changed.

0 commit comments

Comments
 (0)