Skip to content
Open
Show file tree
Hide file tree
Changes from 107 commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
ed6707a
Add `_spec.md`
smondal13 Jan 14, 2026
eed6329
Add `optimize_experiment()`
smondal13 Jan 14, 2026
4861662
Add `experiment_list` in the `__init__` and a `DeprecationWarning`if …
smondal13 Jan 14, 2026
bf5eb91
Rename finite difference `scenario_blocks` to `fd_scenario_blocks` an…
smondal13 Jan 14, 2026
f70e461
Add new objective method for multiple experiment.
smondal13 Jan 14, 2026
7c7332b
Add complete `doe.py` for multi experiment without testing /example
smondal13 Jan 15, 2026
f5ba35e
Solve the `optimize_experiments()` for both 1 and 2 experiment case u…
smondal13 Jan 15, 2026
79d09cc
Solve `doe/examples/rooney_biegler_multiexperiment.py` and `reactor_m…
smondal13 Jan 15, 2026
fc0f8a5
Add plot and the grid best and optimal point points to the same point
smondal13 Jan 15, 2026
1a80a6c
Add minor changes
smondal13 Jan 17, 2026
948e77c
Merge branch 'change-a-optimality' into add-multiexperiment-and-param…
smondal13 Jan 29, 2026
b83ce4f
Add trace objective
smondal13 Jan 29, 2026
63488f0
Merge branch 'add-comp-efficient-tests' into add-multiexperiment-and-…
smondal13 Jan 29, 2026
6a53dc9
Resolve the test failing issue for `scenario_blocks` does not exist.
smondal13 Jan 29, 2026
4fa587c
Correct docstring
smondal13 Jan 29, 2026
422f0c2
Add `trace` and `pseudo_trace` in the plotting function for multiexpe…
smondal13 Jan 29, 2026
4bb38dc
A-optimality gives different results for rooney_biegler_multiexperime…
smondal13 Jan 29, 2026
974598b
Add new directory for multiexperiment protype examples
smondal13 Jan 29, 2026
c38875b
Solve the error FIM not positive definite when prior_FIM is passed
smondal13 Jan 30, 2026
62f28ed
Solve `rooney_biegler_multiexperiment.py`
smondal13 Jan 30, 2026
42b8744
Add FIM prior in multiexperiment
smondal13 Feb 2, 2026
26ea0a6
Add `multiexperiment_prototype.ipynb` that gives the same result from…
smondal13 Feb 2, 2026
cb19d00
When no prior was used, D-opt and trace FIM gave he same result, but …
smondal13 Feb 2, 2026
e56276a
Solve 2 experiment case with same result from both grid and optimization
smondal13 Feb 2, 2026
0f7cc9e
Merge branch 'Pyomo:main' into add-multiexperiment
smondal13 Feb 6, 2026
03bfb89
Add `local_name` of sym_break_cons
smondal13 Feb 6, 2026
e9d33b7
Add log10 codiition number
smondal13 Feb 13, 2026
0833295
Add `lhs` iniatialization method and test
smondal13 Feb 23, 2026
ca0a4dd
Add tests for optimize_experiments(). All tests passed
smondal13 Feb 23, 2026
02aa81a
Remove cherry-picked example artifacts from DOE test changes
smondal13 Feb 23, 2026
d1493a5
Add more tests for warnings, combinations
smondal13 Feb 23, 2026
802438b
Refactor result dict in `optimize_experiments()`
smondal13 Feb 23, 2026
5ae8280
Add test of opt values with hardcoded values
smondal13 Feb 23, 2026
476bc09
Going through`optimize_experiments`
smondal13 Feb 25, 2026
fe6ef62
Add parallel algorithm for initialization
smondal13 Feb 25, 2026
3879b1c
Enhance LHS initialization with diagnostics and parallel processing i…
smondal13 Feb 25, 2026
73d9387
Enhance diagnostics and error handling in LHS initialization; add tes…
smondal13 Feb 25, 2026
2f1f5a1
Enhance error handling and diagnostics in optimize_experiments; add c…
smondal13 Feb 26, 2026
7913222
Improve optimize_experiments robustness and docs
smondal13 Feb 26, 2026
65cc0cc
Refine optimize_experiments validation and review tracking
smondal13 Feb 26, 2026
72dd1eb
Enhance DesignOfExperiments with parallel processing for LHS scoring …
smondal13 Feb 26, 2026
ce032b5
Refactor DesignOfExperiments for improved LHS sampling and error hand…
smondal13 Feb 27, 2026
845de61
Refactor DesignOfExperiments to improve Cholesky rule handling and en…
smondal13 Feb 27, 2026
05097d5
Enhance DesignOfExperiments with timeout handling for LHS FIM evaluat…
smondal13 Feb 27, 2026
c386945
Clean up the branch by removing the `.md` scripts
smondal13 Mar 2, 2026
859e214
Add `_spec.md`
smondal13 Jan 14, 2026
6f401ad
Add `optimize_experiment()`
smondal13 Jan 14, 2026
ce305a6
Add `experiment_list` in the `__init__` and a `DeprecationWarning`if …
smondal13 Jan 14, 2026
72df8e1
Rename finite difference `scenario_blocks` to `fd_scenario_blocks` an…
smondal13 Jan 14, 2026
dd86620
Add new objective method for multiple experiment.
smondal13 Jan 14, 2026
bcc833a
Add complete `doe.py` for multi experiment without testing /example
smondal13 Jan 15, 2026
82a8aad
Solve the `optimize_experiments()` for both 1 and 2 experiment case u…
smondal13 Jan 15, 2026
336ea3a
Solve `doe/examples/rooney_biegler_multiexperiment.py` and `reactor_m…
smondal13 Jan 15, 2026
2fda230
Add plot and the grid best and optimal point points to the same point
smondal13 Jan 15, 2026
da15eef
Add minor changes
smondal13 Jan 17, 2026
d5a2411
Add trace objective
smondal13 Jan 29, 2026
bb65dcf
Resolve the test failing issue for `scenario_blocks` does not exist.
smondal13 Jan 29, 2026
40381f7
Correct docstring
smondal13 Jan 29, 2026
786d8dd
Add `trace` and `pseudo_trace` in the plotting function for multiexpe…
smondal13 Jan 29, 2026
5947553
A-optimality gives different results for rooney_biegler_multiexperime…
smondal13 Jan 29, 2026
2919813
Add new directory for multiexperiment protype examples
smondal13 Jan 29, 2026
f37bc1d
Solve the error FIM not positive definite when prior_FIM is passed
smondal13 Jan 30, 2026
3338e8b
Solve `rooney_biegler_multiexperiment.py`
smondal13 Jan 30, 2026
0b2e546
Add FIM prior in multiexperiment
smondal13 Feb 2, 2026
490f8fe
Add `multiexperiment_prototype.ipynb` that gives the same result from…
smondal13 Feb 2, 2026
a9287e2
When no prior was used, D-opt and trace FIM gave he same result, but …
smondal13 Feb 2, 2026
afa7090
Solve 2 experiment case with same result from both grid and optimization
smondal13 Feb 2, 2026
e1db056
Add `local_name` of sym_break_cons
smondal13 Feb 6, 2026
6a429d2
Add log10 codiition number
smondal13 Feb 13, 2026
995f137
Add `lhs` iniatialization method and test
smondal13 Feb 23, 2026
dbfc6ba
Add tests for optimize_experiments(). All tests passed
smondal13 Feb 23, 2026
a62a67b
Remove cherry-picked example artifacts from DOE test changes
smondal13 Feb 23, 2026
e17a896
Add more tests for warnings, combinations
smondal13 Feb 23, 2026
489be46
Refactor result dict in `optimize_experiments()`
smondal13 Feb 23, 2026
33b5e66
Add test of opt values with hardcoded values
smondal13 Feb 23, 2026
25752c0
Going through`optimize_experiments`
smondal13 Feb 25, 2026
5657dab
Add parallel algorithm for initialization
smondal13 Feb 25, 2026
60c4a96
Enhance LHS initialization with diagnostics and parallel processing i…
smondal13 Feb 25, 2026
e09d340
Enhance diagnostics and error handling in LHS initialization; add tes…
smondal13 Feb 25, 2026
b7111a3
Enhance error handling and diagnostics in optimize_experiments; add c…
smondal13 Feb 26, 2026
3df6c9a
Improve optimize_experiments robustness and docs
smondal13 Feb 26, 2026
0bfc396
Refine optimize_experiments validation and review tracking
smondal13 Feb 26, 2026
4e3b72d
Enhance DesignOfExperiments with parallel processing for LHS scoring …
smondal13 Feb 26, 2026
290747e
Refactor DesignOfExperiments for improved LHS sampling and error hand…
smondal13 Feb 27, 2026
c76632f
Refactor DesignOfExperiments to improve Cholesky rule handling and en…
smondal13 Feb 27, 2026
4041693
Enhance DesignOfExperiments with timeout handling for LHS FIM evaluat…
smondal13 Feb 27, 2026
6be8b2f
Clean up the branch by removing the `.md` scripts
smondal13 Mar 2, 2026
d6ee86b
Merge remote-tracking branch 'refs/remotes/origin/add-multiexperiment…
smondal13 Mar 2, 2026
77f6ff7
Refactor imports and clean up unused code in DoE modules and tests
smondal13 Mar 2, 2026
f542882
Refactor and enhance tests for optimize_experiments()
smondal13 Mar 2, 2026
74eb4bc
Refactor LHS initialization parameters in DesignOfExperiments and rel…
smondal13 Mar 2, 2026
eabc592
Add test for optimize_experiments with multi-experiment trace option
smondal13 Mar 2, 2026
fe72c91
Cleaned up prototype scripts
smondal13 Mar 2, 2026
edaae02
Add tests for JSON encoder and optimize_experiments error handling in…
smondal13 Mar 2, 2026
0d236c4
Refine DOE optimize_experiments test coverage
smondal13 Mar 2, 2026
adf7de2
Add more tests. Remove symmetry breaking constraint suffix for multi-…
smondal13 Mar 3, 2026
b4a50e3
Refactor DOE tests and remove deprecated multi-experiment test file
smondal13 Mar 3, 2026
faa689c
Run black
smondal13 Mar 3, 2026
eef390a
Update documentation and imports in DoE module for clarity and consis…
smondal13 Mar 3, 2026
280b01a
Run black
smondal13 Mar 3, 2026
c6be263
Refactor DesignOfExperiments to standardize initialization method nam…
smondal13 Mar 3, 2026
592d54c
Merge branch 'main' into add-multiexperiment
smondal13 Mar 6, 2026
1f8f016
Fix multi-experiment compute_FIM aggregation
smondal13 Mar 8, 2026
ff5e465
Merge branch 'add-multiexperiment' of github.com:smondal13/pyomo into…
smondal13 Mar 8, 2026
967e790
Run black
smondal13 Mar 9, 2026
8ee7b2b
Refactor `_enum_label` method placement and add review documentation …
smondal13 Mar 10, 2026
3c034b7
fix(doe): clarify lhs parallel fallback logs
smondal13 Mar 13, 2026
c4103d9
Remove the review file
smondal13 Mar 17, 2026
1518abe
Add comments to explain the test
smondal13 Mar 17, 2026
e4fbf66
Refactor DesignOfExperiments to accept a single experiment or a list
smondal13 Mar 17, 2026
ee6e63f
- update init_method type hint in DesignOfExperiments constructor
smondal13 Mar 17, 2026
ebc7aa3
fix(doc): clarify design variables and FIM in multi-experiment docume…
smondal13 Mar 17, 2026
8f4732d
Rename documentation
smondal13 Mar 17, 2026
735762c
Merge branch 'main' into add-multiexperiment
smondal13 Mar 17, 2026
584091c
Rename
smondal13 Mar 17, 2026
3a52f2d
Merge branch 'add-multiexperiment' of github.com:smondal13/pyomo into…
smondal13 Mar 17, 2026
3678ecb
fix(doc): Test failure
smondal13 Mar 18, 2026
990b812
feat(doe): add multiexp greybox support
smondal13 Mar 27, 2026
0266ca3
feat(tests): add tests for multi-experiment grey box optimization
smondal13 Mar 27, 2026
c1ca9c6
Merge branch 'Pyomo:main' into add-multiexperiment
smondal13 Mar 27, 2026
1e1c048
Merge branch 'Pyomo:main' into multiexp-greybox
smondal13 Mar 27, 2026
bc08c2a
feat(doe): enhance multi-experiment support and add synchronization f…
smondal13 Mar 27, 2026
35ee2f9
enforce consistency in unknown parameter values and order for multi-e…
smondal13 Mar 27, 2026
3e66a71
update error message for objective_option and improve test assertions
smondal13 Mar 27, 2026
293f9c6
Refactor greybox tests and optimize_experiments functionality
smondal13 Mar 30, 2026
b145e3c
refactor(tests): consolidate validation tests for optimize_experiment…
smondal13 Mar 30, 2026
f03a862
refactor(tests): streamline DoE test cases by removing redundant tests
smondal13 Mar 30, 2026
ecdde5a
test: add validation for non-greybox objectives in optimize_experiments
smondal13 Mar 30, 2026
4bb0a5a
refactor: update results structure to use param_scenarios and streaml…
smondal13 Mar 30, 2026
967d0fa
Run black
smondal13 Mar 30, 2026
a2d42dc
Merge pull request #2 from smondal13/multiexp-greybox
smondal13 Mar 30, 2026
f6ea71f
Rename rb_multi.py script and greybox tests documentation
smondal13 Mar 30, 2026
d927ed9
docs: update documentation to include GreyBox-based objectives and re…
smondal13 Mar 30, 2026
2b28bcb
fix: correct typos in error messages for rb_multi function
smondal13 Mar 30, 2026
0f653a8
Refactor the result dict
smondal13 Apr 2, 2026
c85e4fb
Merge branch 'main' into add-multiexperiment
smondal13 Apr 2, 2026
5c856e2
Merge branch 'main' into add-multiexperiment
smondal13 Apr 14, 2026
8a95a60
Merge branch 'main' into add-multiexperiment
smondal13 Apr 14, 2026
c83ea69
Merge branch 'main' into add-multiexperiment
smondal13 Apr 17, 2026
0089ff1
Merge branch 'main' into add-multiexperiment
smondal13 Apr 22, 2026
211f16c
Merge branch 'main' into add-multiexperiment
smondal13 Apr 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading