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

Establish an actual optimizer to replace brute-force sweep #1796

Open
1 of 11 tasks
Tracked by #1496
Konohana0608 opened this issue Nov 28, 2024 · 0 comments
Open
1 of 11 tasks
Tracked by #1496

Establish an actual optimizer to replace brute-force sweep #1796

Konohana0608 opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
TIP Temporal Interference Planning

Comments

@Konohana0608
Copy link
Contributor

Konohana0608 commented Nov 28, 2024

The new optimizer should replace our current brute-force sweeper. Since it is multigoal optimization, the expected result should be a set of Pareto-efficient setups from which the user can select the one with the metrics that suit them best.

  • Discussion with Cedric to gauge the scope of the problem
  • pass needed data to Cedric #1803
  • work on Gaussian Process Interpolation
  • Fit response surface with limited evaluated points
  • Write a test for the new functionality
  • Implement the optimizer to replace the current sweeper
  • remove electrode selector. Include model and target selection in the post-processor
  • reconsider the Pareto front plot since it might not make sense to fit a Pareto front through points that are themselves all part of a Pareto front
  • test the new optimizer on staging
  • update tutorial
  • release
@Konohana0608 Konohana0608 self-assigned this Nov 28, 2024
@Konohana0608 Konohana0608 added the TIP Temporal Interference Planning label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TIP Temporal Interference Planning
Projects
None yet
Development

No branches or pull requests

1 participant