sigopt / sigopt-matlab

Run SigOpt experiments with ease with the comfort of this MATLAB toolbox.
MIT License
0 stars 1 forks source link

Make dedicated Matlab package #1

Closed pfhayes closed 7 years ago

pfhayes commented 7 years ago

@mikemccourt

pfhayes commented 7 years ago

Intentionally left out, so the example script shows what it's doing

On Fri, Feb 17, 2017 at 1:08 AM, Harvey notifications@github.com wrote:

@bolongcheng commented on this pull request.

In sigopt_example.m https://github.com/sigopt/sigopt-matlab/pull/1#discussion_r101714307:

\ No newline at end of file

  • % get suggestion assignments (point in the domain)
  • suggestion = conn.experiments(experiment_id).suggestions().create()
  • suggestion_id = suggestion.id
  • assignments = suggestion.assignments
  • % plug in the point into your function/simulation
  • value = franke(assignments.x, assignments.y)
  • % report observed value
  • conn.experiments(experiment_id).observations().create(struct( ...
  • 'suggestion', suggestion_id, ...
  • 'value', value ...
  • ))

missing semicolons here or they are intentionally left out?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sigopt/sigopt-matlab/pull/1#pullrequestreview-22451101, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYmnFlsdQwIXv9Fg4ZvntVw6UolY4l_ks5rdWOEgaJpZM4MDxsV .