app: stacked cores: tackle more interesting parameterizations sooner

This commit is contained in:
2022-10-04 04:58:30 -07:00
parent 82d264045c
commit 726e60061f

View File

@@ -4016,26 +4016,18 @@ fn main() {
0.07,
0.17,
0.12,
// temporary hacks for points of interest
0.22,
0.27,
][..],
&[
// fill in the hopefully-less-interesting/impactful regions
// fill in the hopefully-less-interesting/impactful regions (pos)
0.30,
-0.30,
0.50,
-0.50,
0.80,
-0.80,
0.20,
0.25,
-0.20,
2.00,
-2.00,
][..],
&[
// more detail
// more detail (pos)
0.03,
0.08,
0.09,
@@ -4047,6 +4039,17 @@ fn main() {
0.25,
0.27,
0.40,
][..],
&[
// less interesting regions (neg)
-0.30,
-0.50,
-0.80,
-0.20,
-2.00,
][..],
&[
// more detail (neg)
-0.05,
-0.07,
-0.10,
@@ -4062,7 +4065,7 @@ fn main() {
] {
for (coupling_loops, s0_loops, s_major, cur_flt) in [
// waiting for completion
(24, 1, um(800), 5e9),
(24, 1, um(800), 5e9), // looks promising; waiting for more samples
(16, 2, um(800), 1e10),
// VIABLE INVERTERS