Coder Social home page Coder Social logo

zi-w / max-value-entropy-search Goto Github PK

View Code? Open in Web Editor NEW
66.0 66.0 16.0 1.48 MB

Max-value Entropy Search for Efficient Bayesian Optimization

License: MIT License

MATLAB 94.47% C 4.98% Python 0.43% M 0.03% Shell 0.02% C++ 0.07%
entropy-search gaussian-processes machine-learning mes optimization

max-value-entropy-search's People

Contributors

zi-w avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

max-value-entropy-search's Issues

MES for discrete domains

Dear Dr. Wang,
I found your paper about MES really interesting. I have a question about it: since I'm working on discrete and scattered search spaces with "real" black box functions, is your code suitable for this as it is or do you suggest to adapt it? In particular, I refer to all the optimization scripts: can I avoid all the gradient-based searches with fmincon, just computing effectively the acquisition function in all the domain points?
Thank you in advance.

mex chol2invchol.c for Windows

Hello,

is it possible, that you can upload a mex file for windows for chol2invchol.c.
I tried several ways to mex it by myself, but I was not successful.

Thanks in advance.

Roman

Question matrix W

W = randn(nFeatures, d) .* repmat(sqrt(l(i,:)), nFeatures, 1);
b = 2 * pi * rand(nFeatures, 1);

Dear Dr. Wang,

I see this script is adapted from the code for the paper PES, and these two lines are not modified. I see that b is from a uniform distribution in (0, 2*pi), however, I do not understand how this W comes from? why can we element-wise multiply the square root of l the length scale ?

Thank you for your time and help in advance.

Range and meaning of rtor in RobotPushing14D?

Dear Dr. Wang,

I'm considering using your 14-dimensional robot-pushing problem as a benchmark for my ongoing work on (heterogeneous-cost high-dimensional) Bayesian optimization.

While reviewing your awesome paper and codes, I found generate_simudata_2robot2thing.py provided 14 input parameters without their meaning and range:

rx = float(sys.argv[1])
ry = float(sys.argv[2])
xvel = float(sys.argv[3])
yvel = float(sys.argv[4])
simu_steps = int(float(sys.argv[5]) * 10)
init_angle = float(sys.argv[6])
rx2 = float(sys.argv[7])
ry2 = float(sys.argv[8])
xvel2 = float(sys.argv[9])
yvel2 = float(sys.argv[10])
simu_steps2 = int(float(sys.argv[11]) * 10)
init_angle2 = float(sys.argv[12])
rtor = float(sys.argv[13])
rtor2 = float(sys.argv[14])

According to your comment in robot_pushing_4.m:

% tuning range of x:
% xmin = [-5; -5; 1; 0];
% xmax = [5; 5; 30; 2*pi];

the range of robot location, pushing duration time, and the initial angle should be [-5, 5], [1, 30], and [0, 2*pi]. How about the other parameters? I presume xvel and yvel are velocities, and rtor is torque, but I have no idea what their range should be. Could you provide clarification on their meanings and range?

Thanks! I look forward to any information you can share.

Was shekel tested with 4 or 10 dimensions in input?

Dear @zi-w ,

While checking on your nice paper about MES I noticed that Shekel is introduced with 10 dimensions in the text but looking at the code here and the function definition here it appears to be 4-dimensional.

Could you confirm that the plots of the paper correspond to 4-dimensional inputs?

Thank you in advance for checking this comment.
Best regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.