We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685f911 commit 444ffdeCopy full SHA for 444ffde
docs/make.jl
@@ -16,10 +16,12 @@ makedocs(
16
sitename = "RegularizedOptimization.jl",
17
pages = [
18
"Home" => "index.md",
19
- "Algorithms" => "algorithms.md",
+ "Algorithms" => "algorithms.md",
20
+ "Regularizers" => "regularizers.md",
21
"Examples" => [
- joinpath("examples", "bpdn.md"),
22
- joinpath("examples", "fh.md")
+ joinpath("examples", "basic.md"),
23
+ joinpath("examples", "ls.md"),
24
+ joinpath("examples", "custom_regularizer.md")
25
],
26
"Reference" => "reference.md",
27
"Bibliography" => "bibliography.md"
docs/src/examples/custom_regularizer.md
@@ -0,0 +1 @@
1
+# Custom regularizers
docs/src/examples/ls.md
+# A regularized least-square problem
0 commit comments