Duncan-McD / OCamlStocks

OCaml Bot for Investing
5 stars 1 forks source link

Uniform distribution optimization #48

Closed Duncan-McD closed 3 years ago

Duncan-McD commented 3 years ago

Deal with optimizing the variables over a uniform distribution

Change the x y w1 w2 to be requested from the optimizer inside the algorithm function instead of passed in

Duncan-McD commented 3 years ago

67