吴思仁

Results 7 issues of 吴思仁

Generally, the decision function of a SVM model should be like $f(x) = sgn(\sum_i\alpha_iy_iK(x, x_i) + b)$. Then, how to get the $\alpha_i$ and $b$ in the function after the...

First I would like to say thanks to this useful package and its developers! Now I'm faced with a question on the construction and visualization of a polyhedron with absolute...

``` julia (jl_B3P9L6) pkg> add Plots Resolving package versions... ... Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with...

Hello, Prof. @odow ! I would like to ask some questions about model debugging. 1. [Here](https://sddp.dev/stable/guides/debug_a_model/#Solve-the-deterministic-equivalent) in the doc introduces a method that obtains the deterministic equivalent of the model....

``` julia module Y export f, g f(x) = x + 1 g(x) = x + 2 end module X export h using Reexport @reexport using ..Y: f h(x) =...

First of all, I would like to say thank you to all of the contributors of this useful package! I am a learner of both RL and this package. I...

Does this Julia package support every public email server, for example, Gmail, Outlook, QQ, etc.? I tried QQ and Outlook mails but didn't succeed. I don't know why. It reported...