Skip to content

Commit 3664df2

Browse files
committed
#154 Added chaos/phase metrics and optimizations to EstimateTargetReachability()
Integrated Hurst, SampEn, and DFA metrics, along with phase filtering, into the method for better analysis. Introduced trust coefficients, probability aggregation, comprehensive tests, and performance enhancements. Updated both changelogs to reflect the changes.
1 parent e2375ec commit 3664df2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* [#140](https://github.com/Tim55667757/TKSBrokerAPI/issues/140) Реализовано CI/CD на GitHub Actions.
3333
* [#145](https://github.com/Tim55667757/TKSBrokerAPI/issues/145) Реализована оценка вероятности достижимости ценой целевых уровней.
3434
* [#152](https://github.com/Tim55667757/TKSBrokerAPI/issues/152) Добавлен централизованный троттлинг с кооперативным ожиданием в `SendAPIRequest()`.
35+
* [#154](https://github.com/Tim55667757/TKSBrokerAPI/issues/154) Добавлены модели оценки хаоса (Hurst, SampEn, DFA) и фазовая фильтрация в метод `EstimateTargetReachability()`. Реализованы доверительные коэффициенты, агрегация вероятности, расширенные тесты и оптимизация производительности.
3536

3637
##### Улучшения
3738

CHANGELOG_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Release development in progress...
3232
* [#140](https://github.com/Tim55667757/TKSBrokerAPI/issues/140) CI/CD on GitHub Actions is implemented.
3333
* [#145](https://github.com/Tim55667757/TKSBrokerAPI/issues/145) Target Probability Estimation, the Big Core feature is implemented.
3434
* [#152](https://github.com/Tim55667757/TKSBrokerAPI/issues/152) Centralized throttling with cooperative waiting added to `SendAPIRequest()`.
35+
* [#154](https://github.com/Tim55667757/TKSBrokerAPI/issues/154) Integrated chaos metrics (Hurst, SampEn, DFA) and phase filtering into `EstimateTargetReachability()`. Added trust coefficients, probability adjustment logic, full test coverage and performance optimization.
3536

3637
##### Improvements
3738

0 commit comments

Comments
 (0)