-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation improvements #239
Comments
Thanks for the comments Arno, will look into it in the weekend. As for your point number three, it's true and I should write that more explicitly. |
|
The I could only find one example in the docs that actually calls |
RTEA: Real Time Evolutionary Algorithm. @maxkapur |
Often the box around a code snippet is missing, and there are missing doc-strings.
http://surrogates.sciml.ai/dev/optimizations/
http://surrogates.sciml.ai/dev/surrogate/
http://surrogates.sciml.ai/dev/samples/
Stheno is mentioned on the front page as a possible surrogate, but the example of how to use it seems to have been removed.
I like using Stheno.jl (and GaussianProcesses.jl) as my surrogate as they provide a maximum likelihood method to automatically tune the hyper parameters of the Gaussian process.
The description on how to define a new surrogate might be incomplete. Don't some optimizers also require the variance, and not only the expectation?
The text was updated successfully, but these errors were encountered: