-
While trying to implement the foc algorithm for a delta wound linear motor, I stumbled upon a little mistake in clarke transform which resulted in unstable current control loop.
` i_alpha =…
-
There is always a tradeoff between false alarms and missed alarms, and when the algorithm is more sensitive we should have higher false alarm rate and lower missed alarm rate. My question is, is it po…
-
With algorithms like alpha-beta or minimax, we can specify search depth to specify strength.
How to specify strength of the mcts?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Output of `ddev debug test`
Expand `ddev debug test` diagnostic information
```
$> ddev debug test …
-
## Task 3.1: An agent using fixed rules based
The `ExpertSystem` seems fine, you implemented the nim sum strategy correctly.
Personally, I created a custom solution that exploit the nim sum stra…
-
I know it is possible to get the label probabilities using forward backward algorithm in CRFs. [Link here](http://info.usherbrooke.ca/hlarochelle/ift725/3_05_computing_marginals.pdf). What we need to …
-
Hi James,
When I went through the scripts of fitting the gamma distribution, I was confused by the way you used to estimate the shape parameters.
`means = np.nanmean(calibration_values, axis=0)`
…
-
It bothers me that the minmax algorithm uses two functions (one for me and one for my opponent) that are nearly identical except for the meanings of alpha and beta, the signs of the values, and the co…
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories…
-
1.以下是示例代码,其中beta alpha sharpe max_drawdown函数在上面的例子中,直接用sys对象调用的话,均会报错,为什么呢?
sysfix.beta(), sysfix.alpha(), sysfix.sharpe()
(0.508105417009912, 0.040867579213678853, 0.279802542882795)
sysfix.total_…