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

Optimize utilize intermediate results #116

Merged
merged 6 commits into from
Sep 12, 2024

Conversation

Tom-Szendrey
Copy link
Contributor

@Tom-Szendrey Tom-Szendrey commented Sep 10, 2024

Description

  • Renaming calibrate's hook to contain the word calibrate as it is not generic.
  • Create a new hook for optimize
  • Utilizing optimize's progress hook to send messages in the form: {" job_id": ID, "type": "optimize", "progress": number, "current_results": number[], "total_possible_iterations": number }

Utilized with

DARPA-ASKEM/terarium#4745

@Tom-Szendrey Tom-Szendrey linked an issue Sep 10, 2024 that may be closed by this pull request
@Tom-Szendrey Tom-Szendrey changed the title Ts/3689 optimize intermediate results Optimize utilize intermediate results Sep 10, 2024
@Tom-Szendrey Tom-Szendrey marked this pull request as ready for review September 10, 2024 17:21
service/utils/rabbitmq.py Outdated Show resolved Hide resolved
@Tom-Szendrey Tom-Szendrey merged commit 8518c86 into main Sep 12, 2024
2 checks passed
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.

[TASK]: Optimize Intermediate Results
2 participants