Skip to content

Commit

Permalink
fix changes introduced by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-s-narayan committed Jun 28, 2022
1 parent 0b1984f commit 45d864d
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 319 deletions.
16 changes: 8 additions & 8 deletions docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pages = [
"Basics" => "tutorials.md",
"Radials" => "radials.md",
"Kriging" => "kriging.md",
"Gaussian Process" => "abstractgps.md",
"Gaussian Process" =>"abstractgps.md",
"Lobachevsky" => "lobachevsky.md",
"Linear" => "LinearSurrogate.md",
"InverseDistance" => "InverseDistance.md",
Expand All @@ -15,13 +15,13 @@ pages = [
"Polynomial Chaos" => "polychaos.md",
"Variable Fidelity" => "variablefidelity.md",
"Gradient Enhanced Kriging" => "gek.md",
"GEKPLS" => "gekpls.md",
]
"GEKPLS" => "gekpls.md"
]
"User guide" => [
"Samples" => "samples.md",
"Surrogates" => "surrogate.md",
"Optimization" => "optimizations.md",
]
"Optimization" => "optimizations.md"
]
"Benchmarks" => [
"Sphere function" => "sphere_function.md",
"Lp norm" => "lp.md",
Expand All @@ -34,7 +34,7 @@ pages = [
"Ackley function" => "ackley.md",
"Gramacy & Lee Function" => "gramacylee.md",
"Salustowicz Benchmark" => "Salustowicz.md",
"Multi objective optimization" => "multi_objective_opt.md",
]
"Multi objective optimization" => "multi_objective_opt.md"
]
"Contributing" => "contributing.md"
]
]
Loading

0 comments on commit 45d864d

Please sign in to comment.