Skip to content

Update PyROS Uncertainty Set Validation Methods #3558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8ffe20c
update UncertaintySet is_bounded, is_nonempty
jas-yao Apr 7, 2025
4cd7f8d
change is_valid to validate and preprocess order
jas-yao Apr 7, 2025
8609c32
Add setter for CustomUncertaintySet
jas-yao Apr 7, 2025
2e07694
Add tests for is_bounded, is_nonempty
jas-yao Apr 7, 2025
6bd2d66
Move BoxSet setter checks to validate
jas-yao Apr 7, 2025
cfb9399
Add bounded_and_nonempty_check
jas-yao Apr 7, 2025
010047d
Add test_validate for BoxSet
jas-yao Apr 7, 2025
13cd9de
Remove tests for BoxSet setters
jas-yao Apr 7, 2025
1f9a8f8
Remove unnecessary parameter_bounds logging
jas-yao Apr 10, 2025
a0a92dc
Update BoxSet validate test,bounded/nonempty check
jas-yao Apr 10, 2025
c032dd8
Add test for _solve_feasibility
jas-yao Apr 10, 2025
8a8b746
Move CardinalitySet setter checks to validate
jas-yao Apr 10, 2025
867b189
Add validation tests for CardinalitySet
jas-yao Apr 10, 2025
5279b56
Remove test for CardinalitySet setters
jas-yao Apr 10, 2025
dbd135e
Update BoxSet ValueError message
jas-yao Apr 10, 2025
2c5761c
Move PolyhedralSet setter checks to validate
jas-yao Apr 10, 2025
183b54f
Add validation tests for PolyhedralSet
jas-yao Apr 10, 2025
b096475
Remove tests for PolyhedralSet setters
jas-yao Apr 10, 2025
5cf5d6a
Move BudgetSet setter checks to validate
jas-yao Apr 11, 2025
cbd32eb
Add validation tests for BudgetSet
jas-yao Apr 11, 2025
3308cde
Remove tests for BudgetSet setters
jas-yao Apr 11, 2025
53db9d3
Move FactorModelSet setter checks to validate
jas-yao Apr 11, 2025
72a1c18
Add validation tests for FactorModelSet
jas-yao Apr 11, 2025
97fe35e
Remove tests for FactorModelSet setters
jas-yao Apr 11, 2025
4855356
Move AxisAlignedEllipsoidalSet checks to validate
jas-yao Apr 11, 2025
19b7d3f
Add validation tests for AxisAlignedEllipsoidalSet
jas-yao Apr 11, 2025
b7dd69c
Remove tests for AxisAlignedEllipsoidalSet setters
jas-yao Apr 11, 2025
8e603f9
Move EllipsoidalSet setter checks to validate
jas-yao Apr 11, 2025
08626e3
Add validation tests for EllipsoidalSet
jas-yao Apr 11, 2025
82a92aa
Remove tests for EllipsoidalSet setters
jas-yao Apr 11, 2025
c418e0f
Add DiscreteSet validate method and tests
jas-yao Apr 11, 2025
4e03241
Add IntersectionSet validate method and tests
jas-yao Apr 11, 2025
72d89be
Run black
jas-yao Apr 11, 2025
af2d261
Fix typos in test_bounded_and_nonempty docstring
jas-yao Apr 11, 2025
8a7adae
Merge branch 'main' into pyros-uncertaintyset-validation
jas-yao Apr 11, 2025
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