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

Enable cost tracking with Loihi backend (#212) #216

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Enable cost tracking with Loihi backend (#212) #216

merged 1 commit into from
Apr 27, 2023

Conversation

AlessandroPierro
Copy link
Collaborator

@AlessandroPierro AlessandroPierro commented Apr 26, 2023

Issue Number: Closes #185

Objective of pull request: enable cost tracking for OptimizationSolver on Loihi backkend

Pull request checklist

Your PR fulfills the following requirements:

  • Issue created that explains the change and why it's needed
  • Tests are part of the PR (for bug fixes / features)
  • Docs reviewed and added / updated if needed (for bug fixes / features)
  • PR conforms to Coding Conventions
  • PR applys BSD 3-clause or LGPL2.1+ Licenses to all code files
  • Lint (pyb) passes locally
  • Build tests (pyb -E unit) or (python -m unittest) passes locally

Pull request type

Please check your PR type:

  • Feature

What is the current behavior?

  • Cost tracking not enabled for Neurocore backend

What is the new behavior?

  • Cost tracking enabled for Neurocore backend through the probe_cost variable of SolverConfig

Does this introduce a breaking change?

  • No

@AlessandroPierro AlessandroPierro marked this pull request as ready for review April 26, 2023 15:52
@GaboFGuerra GaboFGuerra merged commit 12dcaba into main Apr 27, 2023
3 checks passed
@AlessandroPierro AlessandroPierro deleted the develop branch April 27, 2023 11:13
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.

Enable continuous cost tracking on Loihi
2 participants