Skip to content

Commit

Permalink
Merge pull request #458 from sblauth/fix/demos
Browse files Browse the repository at this point in the history
Fix the config files for demos so that they pass the CI
  • Loading branch information
sblauth authored Jul 9, 2024
2 parents 040a6b0 + efbe015 commit cb9fb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/documented/optimal_control/constraints/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ is_linear = True

[OptimizationRoutine]
algorithm = lbfgs
max_iter = 250

[Output]
verbose = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ is_linear = True

[OptimizationRoutine]
algorithm = bfgs
soft_exit = True

[TopologyOptimization]
topological_derivative_is_identical = True
Expand Down

0 comments on commit cb9fb3c

Please sign in to comment.