Skip to content

Commit

Permalink
Fix example (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganeExtrality authored Nov 7, 2024
1 parent 50acab5 commit 6bbaf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/simai/core/data/optimizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def my_geometry_generation_function(param_a, param_b):
},
minimize=["TotalForceX"],
boundary_conditions={"VelocityX": 10.5},
outcome_constraints=["TotalForceX <= 10"],
outcome_constraints=["TotalForceY <= 10"],
n_iters=100,
)
Expand Down

0 comments on commit 6bbaf91

Please sign in to comment.