This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
✨ Implement individual Configurable HyperOptable Weighted Signals #237
Labels
Feature - Cleanup
Remove unneeded files
Feature - Enhancement
Update or improvement to existing feature
Feature - New
New feature or pull request
In Progress
This is being worked on
Milestone
In the current MoniGoMani implementation we are limited to only being able to adjust the search space for all weighted signals at once.
The idea here would be to make the search spaces for individual weighted signals easily configurable in
MoniGoManiHyperStrategy.py
.🔲 Each weighted signal should have following settings:
min
max
threshold
type
So it will align with the new
protection_spaces
format.🔲 Then we can just use following settings from
mgm-config
as default values, if no specific ones are added inMoniGoManiHyperStrategy.py
:min_weighted_signal_value
max_weighted_signal_value
search_threshold_weighted_signal_values
🔲 Finally we should re-work the documentation for this
@raftersvk is currently working on this on his separation-of-signals-into-triggers-and-guards branch,
and it was already showing promising results!
Early POC example:
The text was updated successfully, but these errors were encountered: