Skip to content

Commit

Permalink
Trigger again branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoro committed Jul 9, 2020
1 parent 02ef59d commit c39b2ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/optimization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ surrogate_optimize(objective_function_ND,DYCORS(),lb,ub,my_rad_DYCORSN,UniformSa
my_wend_ND = Wendland(x,y,lb,ub)
surrogate_optimize(objective_function_ND,DYCORS(),lb,ub,my_wend_ND,UniformSample(),maxiters=30)

my_earthND = EarthSurrogate(x,y,lb,ub)
surrogate_optimize(obj_ND,SRBF(),lb,ub,my_earthND,SobolSample(),maxiters = 15)

### SOP ###
# 1D
objective_function = x -> 3*x+1
Expand Down

0 comments on commit c39b2ac

Please sign in to comment.