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

Data format/schema for flowsheet Optimization/UQ/etc #1089

Open
boverhof opened this issue Nov 29, 2022 · 2 comments
Open

Data format/schema for flowsheet Optimization/UQ/etc #1089

boverhof opened this issue Nov 29, 2022 · 2 comments
Assignees
Labels
backlog Might get to it someday Priority:High High Priority Issue or PR

Comments

@boverhof
Copy link
Member

Description

Specific flowsheet keys map to Optimization, UQ, etc functions. Need to understand these keys and how these options are handled and executed in FOQUS to map to the FOQUS Cloud.

Screen Shot 2022-11-29 at 8 23 42 AM

@lbianchi-lbl
Copy link
Contributor

If plugins are defined as described in #1085, the same keys could be used in this schema to group the plugin-specific options:

{
    "Type": "FOQUS_Session",
    "flowsheet": ...,
    "uq": {
        "simList": [...],
        "filterResultsList": [...],
    },
    ...
}

At that point, the validation of the options could be delegated to the appropriate plugin (i.e., the options defined under the uq key will be handled by the UQ plugin associated with the same uq identifier).

@ksbeattie ksbeattie added the backlog Might get to it someday label Feb 14, 2023
@ksbeattie
Copy link
Member

This should wait until #1085 is complete and try getting a few plug-ins to use this idea.

@lbianchi-lbl lbianchi-lbl changed the title Flowsheet Optimization/UQ/etc Data format/schema for flowsheet Optimization/UQ/etc May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Might get to it someday Priority:High High Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

3 participants