Skip to content

Commit

Permalink
Update POEM_094.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck authored Jul 20, 2024
1 parent 06dfb91 commit d3c2148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POEM_094.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This POEM consists of a few thrusts.

`AnalysisDriver` will support design exploration, but the notion of scaling doesn't apply here.

- AnalysisDriver will replace a deprecated DOEDriver.
- AnalysisDriver will allow changes to any variable, and potentially provide all inputs to `set_val` (for each name, provide an associated `val`, with optional `units`, and `indices`).
- Different ways of providing run points to AnalysisDriver will dictate if it acts like a run-once driver, a DOE driver, a monte-carlo driver, etc.
- AnalysisDriver will have a recorder attached by default.
- Drivers will support `add_constraint`, `add_objective`, and `add_design_var` (just passed through to apply to the underlying model.)
Expand Down

0 comments on commit d3c2148

Please sign in to comment.