Skip to content

Commit

Permalink
Merge pull request #692 from chriscoey/cleanexdict
Browse files Browse the repository at this point in the history
make minor changes to run benchmarks
  • Loading branch information
lkapelevich authored May 11, 2021
2 parents 16fb8f7 + 8093638 commit 961d083
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/stepper/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ instance_sets = [

# types of models to run and corresponding options and example names
model_types = [
# "native",
# "JuMP",
"native",
"JuMP",
]

# list of names of native examples to run
Expand Down
1 change: 1 addition & 0 deletions examples/densityest/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ insts["slow"] = [
((400, 5, 6, true, false, true),),
((400, 5, 6, true, true, false),),
]
insts["various"] = Tuple[]
return (DensityEstNative, insts)
1 change: 1 addition & 0 deletions examples/doptimaldesign/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ insts["slow"] = [
((100, 200, 200, 10, true, false, false, false, false, true),),
((100, 200, 200, 10, false, true, false, false, false, true),),
]
insts["various"] = Tuple[]
return (DOptimalDesignNative, insts)
1 change: 1 addition & 0 deletions examples/envelope/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ insts["slow"] = [
((2, 30, 4, 30, true),),
((2, 30, 4, 30, false),),
]
insts["various"] = Tuple[]
return (EnvelopeNative, insts)
1 change: 1 addition & 0 deletions examples/matrixregression/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ insts["slow"] = [
((true, 15, 20, 50, 0.1, 0.1, 0.1, 0.2, 0.2),),
((true, 15, 20, 50, 0, 0.1, 0.1, 0, 0),),
]
insts["various"] = Tuple[]
return (MatrixRegressionNative, insts)
1 change: 1 addition & 0 deletions examples/polymin/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ insts["slow"] = [
((false, 2, 30, false, true),),
((false, 2, 30, false, false),),
]
insts["various"] = Tuple[]
return (PolyMinNative, insts)
1 change: 1 addition & 0 deletions examples/portfolio/native_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ insts["slow"] = [
((3000, false, true, false),),
((3000, true, true, true),),
]
insts["various"] = Tuple[]
return (PortfolioNative, insts)

0 comments on commit 961d083

Please sign in to comment.