Skip to content

Commit

Permalink
Renamed a test driver file
Browse files Browse the repository at this point in the history
  • Loading branch information
einar90 committed Nov 24, 2016
1 parent c268758 commit 701c73d
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"Global": {
"Name": "5spot",
"BookkeeperTolerance": 10.0
"BookkeeperTolerance": 16.0
},
"Optimizer": {
"Type": "Compass",
"Mode": "Maximize",
"Parameters": {
"MaxEvaluations": 2000,
"InitialStepLength": 128.0,
"MinimumStepLength": 32.0
"MaxEvaluations": 1000,
"InitialStepLength": 256.0,
"MinimumStepLength": 32.0,
"ContractionFactor": 0.5,
"ExpansionFactor": 1.1
},
"Objective": {
"Type": "WeightedSum",
Expand Down

0 comments on commit 701c73d

Please sign in to comment.