Skip to content

Commit

Permalink
refactor: export HaltonSample instead of LowDiscrepancySample
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Dec 13, 2023
1 parent d4531b2 commit e27e5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Surrogates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export linearRadial, cubicRadial, multiquadricRadial, thinplateRadial

# samplers
export sample, GridSample, RandomSample, SobolSample, LatinHypercubeSample,
LowDiscrepancySample
HaltonSample
export RandomSample, KroneckerSample, GoldenSample, SectionSample

# Optimization algorithms
Expand Down

0 comments on commit e27e5e2

Please sign in to comment.