Skip to content

Commit

Permalink
fewer magnets for pm simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
WillhHoffman committed Jan 28, 2025
1 parent aa5b962 commit 0c6fc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1_Simple/permanent_magnet_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# Set some hyperparameters for the optimization
kwargs = initialize_default_kwargs('GPMO')
kwargs['K'] = 40000
kwargs['K'] = 5000
kwargs['nhistory'] = 100

# Optimize the permanent magnets greedily
Expand Down

0 comments on commit 0c6fc60

Please sign in to comment.