Skip to content
Snippets Groups Projects
Commit bf15de74 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

somewhat update run script

parent b85e4a94
No related branches found
No related tags found
No related merge requests found
include("run_experiments.jl") include("run_experiments.jl")
const datapath = joinpath(@__DIR__, "..", "data") const datapath = joinpath(@__DIR__, "..", "data")
const outpath = "/home/stev47/stuff/phd/data" const outpath = joinpath(@__DIR__, "..", "..", "data")
ctx = Util.Context(datapath, outpath) ctx = Util.Context(datapath, outpath)
# convergence # convergence
# algorithm comparison # algorithm comparison
ctx(experiment_convergence_rate, "fem/convergence/rate") #ctx(experiment_convergence_rate, "fem/convergence/rate")
# adaptivity # adaptivity
...@@ -22,9 +22,9 @@ ctx(experiment_convergence_rate, "fem/convergence/rate") ...@@ -22,9 +22,9 @@ ctx(experiment_convergence_rate, "fem/convergence/rate")
# misc experiments # misc experiments
# inpainting (OLD) # inpainting (OLD)
ctx(experiment_inpaint, "fem/inpaint") #ctx(experiment_inpaint, "fem/inpaint")
# adaptive optical flow # adaptive optical flow
ctx(experiment_optflow_middlebury_all, "fem/optflow/middlebury") #ctx(experiment_optflow_middlebury_all, "fem/optflow/middlebury")
function paper1(ctx) function paper1(ctx)
# newton vs other algs # newton vs other algs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment