Skip to content
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

Consider adding a new abstract property output_dimension to UQTestFunABC class #345

Closed
damar-wicaksono opened this issue Jan 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@damar-wicaksono
Copy link
Owner

Many test functions in UQ literature prescribe multiple outputs such that for a given realization of input values, an array of values is returned (e.g., a time series).

This information can be stored in a new abstract property called output_dimension. Consider adding this property to the abstract base class.

PS: It may be the case that the output dimension is itself more than one dimension (e.g., think of an image instead of a time-series). The updated class should accommodate this situation as well.

@damar-wicaksono damar-wicaksono added the enhancement New feature or request label Jan 22, 2024
@damar-wicaksono damar-wicaksono added this to the 0.5.0 Release milestone Nov 4, 2024
@damar-wicaksono damar-wicaksono self-assigned this Nov 4, 2024
damar-wicaksono added a commit that referenced this issue Nov 6, 2024
Introduce the `output_dimension` property for UQ test functions
and update related tests and documentations.

Furthermore, the high-level function `list_functions()`
is updated to display additional information related to
output dimension and parameterization in grid format.

This commit should resolve Issue #345.
damar-wicaksono added a commit that referenced this issue Nov 6, 2024
Introduce the `output_dimension` property for UQ test functions
and update related tests and documentations.

Furthermore, the high-level function `list_functions()`
is updated to display additional information related to
output dimension and parameterization in grid format.

This commit should resolve Issue #345.
damar-wicaksono added a commit that referenced this issue Nov 6, 2024
Introduce the `output_dimension` property for UQ test functions
and update related tests and documentations.

Furthermore, the high-level function `list_functions()`
is updated to display additional information related to
output dimension and parameterization in grid format.

This commit should resolve Issue #345.
@damar-wicaksono
Copy link
Owner Author

This issue has been resoled by PR #370.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant