Open jmlarson1 opened 3 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pounders/py/pounders.py | 103 | 123 | 83.74% | ||
<!-- | Total: | 119 | 139 | 85.61% | --> |
Totals | |
---|---|
Change from base Build 10530521992: | 2.9% |
Covered Lines: | 0 |
Relevant Lines: | 0 |
To help others orient themselves to this PR:
conc
be the requested concurrency levelFfun
changes, this PR mocks batching of evaluations in PoundersGroup
number andXtype
for each pointnf_max
to be a multiple of the requested concurrency level.Xtype 1
)Xtype 2
)Xtype 3
)Xtype 4
)conc
points appear. We assumenp_max
is chosen to align withconc
delta
,delta(1/2)
,...,delta(1/2^conc-1)
. If any TRSP solutions satisfy the conditions for being evaluated, all are evaluatedMdir
and-Mdir
directions fromformquad
are considered. The best (positive or negative) from each direction are considered by comparing against the model. Only theconc
best directions will be evaluated. (But fewer thanconc
could be evaluated.)