Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update meta example #115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: Update meta example #115

wants to merge 2 commits into from

Conversation

mhovd
Copy link
Collaborator

@mhovd mhovd commented Apr 2, 2025

No description provided.

@Copilot Copilot bot review requested due to automatic review settings April 2, 2025 13:03
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the meta example in main.rs by changing the boolean flag for each parameter added via the Parameters::new() chain, likely to reflect new configuration requirements.

  • Update boolean flags from true to false in parameter additions
  • Adjust the meta example behavior accordingly
Comments suppressed due to low confidence (7)

examples/meta/main.rs:36

  • The parameter flag for "cls" has been changed from true to false. Please verify that this change is intentional as it may affect downstream logic.
.add("cls", 0.1, 10.0, false)

examples/meta/main.rs:37

  • The parameter flag for "fm" has been changed from true to false. Confirm whether this alteration is aligned with the expected behavior in production.
.add("fm", 0.0, 1.0, false)

examples/meta/main.rs:38

  • The parameter flag for "k20" has been modified from true to false; please ensure this update is intentional and validated against the expected parameter behavior.
.add("k20", 0.01, 1.0, false)

examples/meta/main.rs:39

  • The parameter flag for "relv" is now false instead of true. Verify that this change supports the intended logic.
.add("relv", 0.1, 1.0, false)

examples/meta/main.rs:40

  • Changing the flag for "theta1" from true to false might impact related computations. Please double-check if this alteration meets the new meta example requirements.
.add("theta1", 0.1, 10.0, false)

examples/meta/main.rs:41

  • The update for "theta2" changes its flag from true to false; please confirm that this change is deliberate and tested.
.add("theta2", 0.1, 10.0, false)

examples/meta/main.rs:42

  • The flag for "vs" has been updated from true to false. Ensure that this update is consistent with the intended behavior for this parameter.
.add("vs", 1.0, 10.0, false);

Copy link
Contributor

github-actions bot commented Apr 2, 2025

🐰 Bencher Report

Branchmeta-fix
Testbedorion
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
seconds (s)
(Result Δ%)
Upper Boundary
seconds (s)
(Limit %)
bimodal_ke_fit📈 view plot
🚷 view threshold
18.52 s
(-1.27%)Baseline: 18.76 s
19.97 s
(92.74%)
🐰 View full continuous benchmarking report in Bencher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant