Skip to content

Commit

Permalink
fewer clusters and smaller radius
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceravel committed Apr 12, 2024
1 parent 0b34469 commit 144447b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmm_agents/startup_scripts/mmm5-tax-day/Pt_kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
exp_steps="10 2 0.3 0.05k",
exp_times="1 1 1 1",
variable_motor_names=("xafs_x", "xafs_y"),
bounds=np.array([(-31, 31), (-31, 31)]),
bounds=np.array([(-30, 30), (-30, 30)]),
ask_on_tell=False,
report_on_tell=True,
k_clusters=6,
k_clusters=4,
analyzed_element="Pt",
**beamline_objects
)
Expand Down

0 comments on commit 144447b

Please sign in to comment.