yangvz

Results 11 comments of yangvz

same here, clean ST3 install, no effect at all. doesn't show under preferences. MarkdownEditing works though.

I think it'll be better if the framework was more flexible. In particular: - Allow ask-and-tell, as in `skopt`. That is, you can run the black-box function somewhere else, and...

@icouckuy To be fair, MOE isn't maintained by me :P, and I agree that it's a bit of an overkill to be a implemented as a service. qEI with q>2...

It might be a dumb question, but how is tensorflow's gradient tensors passed to scipy for optimization purposes?

@nknudde Thank you, I will take a more careful look into GPflow.

Ah, I see. It's because evaluate() is decorated with AutoFlow, so it's automatically compiled.

The problem is that unlike GP hyperparameters, real world input points are highly unregulatory in their settings. Examples are: - like in @mccajm's example, inputs that are invariant to their...

It's a finance project. Since it is not so big, the feature itself is not that important.

AVFoundation only supports full-screen captures, so you must DIY. 1. Add two opaque views on top of the preview view. 2. Crop the captured image using the same dimensions of...