Skip to content

Commit 25c2c06

Browse files
committed
Fixed some things
1 parent 2de5bca commit 25c2c06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/2025-23-09-Supporting-AD-in-CMS-Combine-likelihood-scans.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ achieve the stated objectives:
9595
which generates a list of index combinations by initializing a base configuration
9696
with all indices set to zero and then varying one category at a time.
9797
The third and final function is `reorderCombinations`, which takes the
98-
set of indices produced by `generateOrthogonalCombinations` and reorders
99-
them so that combinations differing least from the current best
100-
configuration are evaluated first.
98+
set of indices produced by `generateOrthogonalCombinations` and adjusts
99+
each combination by adding the corresponding base values modulo the
100+
maximum allowed index, effectively shifting the combinations relative
101+
to the current best indices.
101102

102103
- Using the above stated functions , the discrete profiling algorithm,
103104
which is the main minimization algorithm in Combine, was imported in

0 commit comments

Comments
 (0)